| Index: trunk/src/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler.py
|
| ===================================================================
|
| --- trunk/src/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler.py (revision 276783)
|
| +++ trunk/src/tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler.py (working copy)
|
| @@ -34,8 +34,8 @@
|
| # and the two methods conflict.
|
| self._browser_backend.StartTracing(None, timeout=10)
|
| self._profiler = subprocess.Popen(
|
| - ['python', os.path.join(util.GetChromiumSrcDir(), 'tools', 'android',
|
| - 'adb_profile_chrome.py'),
|
| + [os.path.join(util.GetChromiumSrcDir(),
|
| + 'build', 'android', 'adb_profile_chrome.py'),
|
| '--categories', '', '--continuous', '--output',
|
| self._systrace_output_path, '--systrace'] + _SYSTRACE_CATEGORIES,
|
| stdin=subprocess.PIPE, stdout=subprocess.PIPE)
|
|
|