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

Commit df18b957 authored by Tao Wu's avatar Tao Wu
Browse files

Remove flag app_zygote_retry_start

Bug: 424003583
Test: manual - build and test killing chrome zygote to see if it restarts
Flag: EXEMPT Removing flag app_zygote_retry_start
Change-Id: Ib568985eb71697bad08d29aae897d445ab12712b
parent fbb9bf7c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -156,9 +156,6 @@ public class AppZygote {
                    false, false, false,
                    zygoteArgs);
        } catch (RuntimeException e) {
            if (!Flags.appZygoteRetryStart()) {
                throw e;
            }
            final boolean zygote_dead = getProcess().isDead();
            if (!zygote_dead) {
                throw e; // Zygote process is alive. Do nothing.
+0 −7
Original line number Diff line number Diff line
@@ -161,13 +161,6 @@ flag {
    is_exported: true
}

flag {
     name: "app_zygote_retry_start"
     namespace: "arc_next"
     description: "Guard the new added retry logic in app zygote."
     bug: "361799815"
}

flag {
    name: "async_trace_for_track"
    is_exported: true