Merge \"remove Intent.FLAG_ACTIVITY_NEW_TASK flag check\" into nyc-mr1-dev
am: 4828bb9330
Change-Id: I6d594545f43f5ca8e9a7b777a8f1b8b6b80e7fa6
This commit is contained in:
@@ -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