commit | c5708ef76d6ace5251f2d7f05bc7e8bd97655185 | [log] [tgz] |
---|---|---|
author | Diego Perez <diegoperez@google.com> | Thu Jul 21 17:54:42 2016 +0100 |
committer | Diego Perez <diegoperez@google.com> | Mon Jan 16 15:33:50 2017 +0000 |
tree | 7a3584cc168431aa5fd7fbdb53e8ffcbfa5392fd | |
parent | 02d091aa2a7b2281497b3535dca5503a9091c241 [diff] |
Catch all exceptions in NativeAllocationRegistry free The NativeAllocationRegistry delegate free calls might run in the context of the finalizer thread. If a crash happens during the free call, it might bring down the finalizer thread and the VM. Bug: http://b.android.com/213927 Change-Id: I8d4b8ab5b8d0532aad46f27d039a943894e021a0