diff options
author | Ray Essick <essick@google.com> | 2016-11-03 14:45:56 -0700 |
---|---|---|
committer | Ray Essick <essick@google.com> | 2016-11-03 14:45:56 -0700 |
commit | 7601049275e0e81d8f494ccb22bdb8b06bfcd806 (patch) | |
tree | b8afd6cd89f7ac958d8d8497e52247eab8db891e /libs/hwui/renderthread/DrawFrameTask.cpp | |
parent | 6054a30a7f1cbd6eb6ae11fff8cc8dbd2e3bfb25 (diff) |
Stop using return within finally
Refactor code to avoid a return statement inside a finally block. Such
constructs interfere with exception propagation in non-obvious ways
and are therefore considered bad practice.
Bug: 32586420
Test: manual code walk
Diffstat (limited to 'libs/hwui/renderthread/DrawFrameTask.cpp')
0 files changed, 0 insertions, 0 deletions