| 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
|
|
|
|
|
|
|