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

Unified Diff: build/android/avd.py

Issue 1643003002: Add logging for emulator to debug bot timeout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | build/android/pylib/utils/emulator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/avd.py
diff --git a/build/android/avd.py b/build/android/avd.py
index 08e78c7cf09590b6ef27030defaed31b938a73c4..fac279effa9fec96f3aff00c53f5220914c45a1f 100755
--- a/build/android/avd.py
+++ b/build/android/avd.py
@@ -138,6 +138,8 @@ def main(argv):
wait_for_boot=True,
headless=arguments.headless
)
+ logging.info('Emulator launch completed')
+ return 0
if __name__ == '__main__':
sys.exit(main(sys.argv))
« no previous file with comments | « no previous file | build/android/pylib/utils/emulator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698