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

Unified Diff: sky/tools/skydb

Issue 1011333003: Fix races when the same bits are downloaded from 2 URLs. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/switches.cc ('K') | « shell/switches.cc ('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 4f87a93fa8ed36eb14dcc6d38bdd7e4d41912d67..6160030e48ceee4b422c19374f2f80b7a8e80fce 100755
--- a/sky/tools/skydb
+++ b/sky/tools/skydb
@@ -131,6 +131,7 @@ class SkyDebugger(object):
if is_android and args.gdb:
shell_args.append('--wait-for-debugger')
+ shell_args.append('--predictable-app-filenames')
if 'remote_sky_server_port' in self.pids:
shell_command = self._wrap_for_android(shell_args)
« shell/switches.cc ('K') | « shell/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698