Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf111230 authored by Wei Wang's avatar Wei Wang Committed by android-build-merger
Browse files

Merge \"remove Intent.FLAG_ACTIVITY_NEW_TASK flag check\" into nyc-mr1-dev

am: 4828bb93

Change-Id: I6d594545f43f5ca8e9a7b777a8f1b8b6b80e7fa6
parents 941cc66b 4828bb93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;