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

Commit b3bd09cd authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 9cbc8088: am 5f6beb12: Merge ""stop" / "start must apply to the secondary zygote as well."

* commit '9cbc8088':
  "stop" / "start must apply to the secondary zygote as well.
parents 101e92ac 9cbc8088
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ int start_main(int argc, char *argv[])
        /* defaults to starting the common services stopped by stop.c */
        property_set("ctl.start", "surfaceflinger");
        property_set("ctl.start", "zygote");
        property_set("ctl.start", "zygote_secondary");
    }

    return 0;
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ int stop_main(int argc, char *argv[])
        property_set("ctl.stop", argv[1]);
    } else{
        /* defaults to stopping the common services */
        property_set("ctl.stop", "zygote_secondary");
        property_set("ctl.stop", "zygote");
        property_set("ctl.stop", "surfaceflinger");
    }