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

Commit e74e0c1c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove flag app_zygote_retry_start" into main

parents 1bb5f9fe df18b957
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -156,9 +156,6 @@ public class AppZygote {
                    false, false, false,
                    false, false, false,
                    zygoteArgs);
                    zygoteArgs);
        } catch (RuntimeException e) {
        } catch (RuntimeException e) {
            if (!Flags.appZygoteRetryStart()) {
                throw e;
            }
            final boolean zygote_dead = getProcess().isDead();
            final boolean zygote_dead = getProcess().isDead();
            if (!zygote_dead) {
            if (!zygote_dead) {
                throw e; // Zygote process is alive. Do nothing.
                throw e; // Zygote process is alive. Do nothing.
+0 −7
Original line number Original line Diff line number Diff line
@@ -161,13 +161,6 @@ flag {
    is_exported: true
    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 {
flag {
    name: "async_trace_for_track"
    name: "async_trace_for_track"
    is_exported: true
    is_exported: true