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

Unified Diff: sky/tools/skydb

Issue 868253006: Replace usage of md5 with sha256 for generation of mojo app ids. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« shell/dynamic_application_loader.cc ('K') | « sky/tools/mojo_cache_linker.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/skydb
diff --git a/sky/tools/skydb b/sky/tools/skydb
index 627b99e115fdd7f979f6b880117887cb7738e5fc..4c22df7252f0438fc55b716415b5c420bc48b3cc 100755
--- a/sky/tools/skydb
+++ b/sky/tools/skydb
@@ -194,6 +194,8 @@ class SkyDebugger(object):
self.pids['sky_command_port'] = args.command_port
if is_android:
+ subprocess.check_call([ADB_PATH, 'root'])
+
# We could make installing conditional on an argument.
apk_path = os.path.join(self.paths.build_dir, 'apks',
ANDROID_APK_NAME)
« shell/dynamic_application_loader.cc ('K') | « sky/tools/mojo_cache_linker.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698