Loading core/java/android/os/AppZygote.java +0 −3 Original line number Original line Diff line number Diff line Loading @@ -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. Loading core/java/android/os/flags.aconfig +0 −7 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/os/AppZygote.java +0 −3 Original line number Original line Diff line number Diff line Loading @@ -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. Loading
core/java/android/os/flags.aconfig +0 −7 Original line number Original line Diff line number Diff line Loading @@ -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 Loading