Merge "Catch throwable exceptions." into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4828bb9330
@@ -753,7 +753,7 @@ public class ZygoteInit {
|
||||
closeServerSocket();
|
||||
} catch (MethodAndArgsCaller caller) {
|
||||
caller.run();
|
||||
} catch (RuntimeException ex) {
|
||||
} catch (Throwable ex) {
|
||||
Log.e(TAG, "Zygote died with exception", ex);
|
||||
closeServerSocket();
|
||||
throw ex;
|
||||
|
||||
Reference in New Issue
Block a user