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

Unified Diff: build/android/tombstones.py

Issue 1571803002: [Android] Prepare build/android/ for catapult+devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@create-device-library-links
Patch Set: rebase 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 | « build/android/test_runner.py ('k') | build/android/update_verification.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/tombstones.py
diff --git a/build/android/tombstones.py b/build/android/tombstones.py
index ccb86a45fcf9bc2e2e85c4380d8664e2d0e9fe53..39fa5050e3a92dc3e847dc5f0152493dc613b183 100755
--- a/build/android/tombstones.py
+++ b/build/android/tombstones.py
@@ -239,12 +239,12 @@ def main():
'crash stacks.')
options, _ = parser.parse_args()
+ devil_chromium.Initialize()
+
blacklist = (device_blacklist.Blacklist(options.blacklist_file)
if options.blacklist_file
else None)
- devil_chromium.Initialize()
-
if options.device:
devices = [device_utils.DeviceUtils(options.device)]
else:
« no previous file with comments | « build/android/test_runner.py ('k') | build/android/update_verification.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698