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

Unified Diff: tools/android/loading/sandwich_metrics_unittest.py

Issue 2047463002: Set tracing categories explicitly in Clovis and Sandwich (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: tools/android/loading/sandwich_metrics_unittest.py
diff --git a/tools/android/loading/sandwich_metrics_unittest.py b/tools/android/loading/sandwich_metrics_unittest.py
index c0ce2a43e522c79ff19130539fadc6f02aa32f7d..152e07ee63b8f56ccb197691a88ad5e226df7a91 100644
--- a/tools/android/loading/sandwich_metrics_unittest.py
+++ b/tools/android/loading/sandwich_metrics_unittest.py
@@ -53,8 +53,8 @@ _MINIMALIST_TRACE_EVENTS = [
def TracingTrack(events):
return tracing.TracingTrack.FromJsonDict({
'events': events,
- 'categories': (tracing.INITIAL_CATEGORIES +
- (sandwich_runner.MEMORY_DUMP_CATEGORY,))})
+ 'categories': (sandwich_runner._TRACING_CATEGORIES +
+ [sandwich_runner.MEMORY_DUMP_CATEGORY])})
def LoadingTrace(events):

Powered by Google App Engine
This is Rietveld 408576698