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

Unified Diff: systrace/bin/systrace

Issue 1776013005: [DO NOT COMMIT] Refactor systrace to support new clock sync design (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: fix categories issue Created 4 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 | « devil/devil/android/device_utils.py ('k') | systrace/systrace/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: systrace/bin/systrace
diff --git a/systrace/bin/systrace b/systrace/bin/systrace
index d1fcab2583f3d15c2e6ac468fe7c72f80667d9fb..bce86a7fd1460a4c3b82d3c72dccc26682acf497 100755
--- a/systrace/bin/systrace
+++ b/systrace/bin/systrace
@@ -10,7 +10,7 @@ import sys
_SYSTRACE_DIR = os.path.abspath(
os.path.join(os.path.dirname(__file__), os.path.pardir))
sys.path.insert(0, _SYSTRACE_DIR)
-from systrace import systrace
+from systrace import run_systrace
if __name__ == '__main__':
- sys.exit(systrace.main())
+ sys.exit(run_systrace.main())
« no previous file with comments | « devil/devil/android/device_utils.py ('k') | systrace/systrace/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698