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

Unified Diff: build/android/adb_profile_chrome.py

Issue 191713003: adb_profile_chrome: Make trace file path a clickable URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« 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/adb_profile_chrome.py
diff --git a/build/android/adb_profile_chrome.py b/build/android/adb_profile_chrome.py
index 4db50dcd85ee99d9e68120988a26f5090ad2a5bc..ac60b0051a5a34b6bb91ce0cdadcaf29bda46eeb 100755
--- a/build/android/adb_profile_chrome.py
+++ b/build/android/adb_profile_chrome.py
@@ -250,7 +250,7 @@ def _PullTraces(controllers, output, compress, write_json):
result = trace_files[0]
_PrintMessage('done')
- _PrintMessage('Trace written to %s' % os.path.abspath(result))
+ _PrintMessage('Trace written to file://%s' % os.path.abspath(result))
return result
« 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