Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1223)

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 11016002: Kill adb server each buildbot run (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index 8fe5d846d98bbdc89b969bb5c4091e54822aa5a9..25e89c40a82f98eaf69a4cf47b791dd935c712bd 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -68,6 +68,7 @@ function bb_baseline_setup {
fi
export GOMA_DIR=/b/build/goma
. build/android/envsetup.sh
+ adb kill-server
Yaron 2012/09/29 01:12:35 This is run for builders too, isn't? Seems only ne
}
function bb_compile_setup {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698