Loading toolbox/start.c +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ int start_main(int argc, char *argv[]) property_set("ctl.start", argv[1]); } else { /* defaults to starting the common services stopped by stop.c */ property_set("ctl.start", "netd"); property_set("ctl.start", "surfaceflinger"); property_set("ctl.start", "zygote"); property_set("ctl.start", "zygote_secondary"); Loading toolbox/stop.c +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ int stop_main(int argc, char *argv[]) property_set("ctl.stop", "zygote_secondary"); property_set("ctl.stop", "zygote"); property_set("ctl.stop", "surfaceflinger"); property_set("ctl.stop", "netd"); } return 0; Loading Loading
toolbox/start.c +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ int start_main(int argc, char *argv[]) property_set("ctl.start", argv[1]); } else { /* defaults to starting the common services stopped by stop.c */ property_set("ctl.start", "netd"); property_set("ctl.start", "surfaceflinger"); property_set("ctl.start", "zygote"); property_set("ctl.start", "zygote_secondary"); Loading
toolbox/stop.c +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ int stop_main(int argc, char *argv[]) property_set("ctl.stop", "zygote_secondary"); property_set("ctl.stop", "zygote"); property_set("ctl.stop", "surfaceflinger"); property_set("ctl.stop", "netd"); } return 0; Loading