perfetto: update shas for trace processor and traceconv
Change-Id: Ia141c4fe09e4e635484fd9882dfb446227847673
diff --git a/tools/trace_processor b/tools/trace_processor
index 00ac9b0..c8fb203 100755
--- a/tools/trace_processor
+++ b/tools/trace_processor
@@ -31,8 +31,8 @@
import urllib
TRACE_PROCESSOR_SHELL_SHAS = {
- 'linux': 'a610c3f4a65f543a3d1ef8f3c7063b071435332d',
- 'mac': 'fe8d751086265c4da258fa2364e07c069a1e0427',
+ 'linux': '8e7ce3affdaa1d1f66a0bd58368782784bf6c9a6',
+ 'mac':'78709d06d30260119f31963143073dde24f03da0',
}
TRACE_PROCESSOR_SHELL_PATH = tempfile.gettempdir()
TRACE_PROCESSOR_SHELL_BASE_URL = (
diff --git a/tools/traceconv b/tools/traceconv
index 4a3bdc0..fc5f213 100755
--- a/tools/traceconv
+++ b/tools/traceconv
@@ -33,8 +33,8 @@
# Keep this in sync with the SHAs in catapult file
# systrace/systrace/tracing_agents/atrace_from_file_agent.py.
TRACE_TO_TEXT_SHAS = {
- 'linux': '514c59af55f9d72312f12fb1bbcb102dd94760a5',
- 'mac': '360a587910272b16489c68d8375cbc2a80a2c409',
+ 'linux': 'bbd4849ccc18e216c827a9ae14361910f29307c4',
+ 'mac':'12467778e99769b8c37df037043cbb99475b3a0a',
}
TRACE_TO_TEXT_PATH = tempfile.gettempdir()
TRACE_TO_TEXT_BASE_URL = (