summaryrefslogtreecommitdiffstats
path: root/toolbox/stop.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop and start netd explicitly for "adb shell stop/start".Sreeram Ramachandran2014-07-191-0/+1
| | | | | | | | | | | | netd is supposed to be restarted when the zygote is restarted (see the "onrestart" section for "service zygote" in init.zygote*.rc). But this only works if you send a restart command (say via "ctl.restart"). "stop && start" != "restart". It seems ingrained in developers to do "stop && start", so we don't have much hope of convincing everyone to switch to "adb shell restart", even if we did add such a toolbox command. Bug: 15855807 Change-Id: I387fe86600f4a2862abc3a05a2ef9a1e7374e21d
* Merge "toolbox: turn on -Werror"Mark Salyzyn2014-05-211-2/+0
|\
| * toolbox: turn on -WerrorMark Salyzyn2014-05-141-2/+0
| | | | | | | | | | | | | | | | | | - Deal with some signedness issues - Deal with some size issues - Deal with NULL pointer issues - Deal with some -Wunused issues Change-Id: I1479dd90d690084491bae3475f2c547833519a57
* | "stop" / "start must apply to the secondary zygote as well.Narayan Kamath2014-05-131-0/+1
|/ | | | | | | | | Would've been nice if we could use the sys property observer to start and stop all services in a service class but service classes do not appear to be fully supported. Change-Id: Iaf17a2dbcf913c4c646bc1e8e13adee9f952c45e
* Restart surfaceflinger with stop/start too.Brad Fitzpatrick2011-03-071-3/+2
| | | | Change-Id: Ide045fc3baced9e1bde95cb26d0b835511c21780
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+20
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-20/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+20