diff options
author | Narayan Kamath <narayan@google.com> | 2017-07-06 15:20:46 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2017-07-06 15:23:19 +0100 |
commit | 2f6af94c8e3b89b0f846357cb80f952d25209594 (patch) | |
tree | babdafcd2341c1d76ab4c4f51c083df74022555a /libs/hwui/renderthread/VulkanManager.cpp | |
parent | c276c79e83680c4d14e790ba002c14e4a7dacb49 (diff) |
Binder: Don't attempt to catch OutOfMemoryError
This will be caught by surrounding code and will result in an
abort that will contain details of the exception + the associated
state of each thread. Catching the OOME in this manner is
counter-productive because we're immediately allocating inside the
catch, which is likely to cause more problems (and obscure the original
exception) unless there was an intervening GC.
Bug: 62514767
Test: make
Change-Id: I5a17707036c832d65480f18989faaf6747a29877
Diffstat (limited to 'libs/hwui/renderthread/VulkanManager.cpp')
0 files changed, 0 insertions, 0 deletions