OSDN Git Service

Stop framework on buildbot devices to avoid lowmemorykiller.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 21 Aug 2015 14:32:35 +0000 (15:32 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 21 Aug 2015 14:32:35 +0000 (15:32 +0100)
Change-Id: If7fa58f9bcb67b90cc2473daa280c3c7d0f0f513

tools/setup-buildbot-device.sh

index 7faf86e..8466bb3 100755 (executable)
@@ -30,3 +30,6 @@ adb shell ifconfig
 
 echo -e "${green}List properties${nc}"
 adb shell getprop
+
+echo -e "${green}Stopping framework${nc}"
+adb shell stop