Merge "Add 'ss' trace category in app launch test." into pi-dev

This commit is contained in:
Gopinath Elanchezhian
2018-05-02 18:24:30 +00:00
committed by Android (Google) Code Review

View File

@@ -98,7 +98,7 @@ public class AppLaunch extends InstrumentationTestCase {
private static final String LAUNCH_FILE = "applaunch.txt";
private static final String TRACE_SUB_DIRECTORY = "atrace_logs";
private static final String DEFAULT_TRACE_CATEGORIES =
"sched,freq,gfx,view,dalvik,webview,input,wm,disk,am,wm,binder_driver,hal";
"sched,freq,gfx,view,dalvik,webview,input,wm,disk,am,wm,binder_driver,hal,ss";
private static final String DEFAULT_TRACE_BUFFER_SIZE = "20000";
private static final String DEFAULT_TRACE_DUMP_INTERVAL = "10";
private static final String TRIAL_LAUNCH = "TRIAL_LAUNCH";