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

Commit da4c3b74 authored by Daniel Colascione's avatar Daniel Colascione
Browse files

Include word "fatal" in zygote death message

Test: make zygote crash
Change-Id: Ib18c52a5293a0901b71d0d1a89fb62a16efe567c
parent bca248b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -918,7 +918,7 @@ public class ZygoteInit {
            // loops forever in the zygote.
            caller = zygoteServer.runSelectLoop(abiList);
        } catch (Throwable ex) {
            Log.e(TAG, "System zygote died with exception", ex);
            Log.e(TAG, "System zygote died with fatal exception", ex);
            throw ex;
        } finally {
            if (zygoteServer != null) {