Searched refs:TraceOptions (Results 1 – 4 of 4) sorted by relevance
102 static class TraceOptions { class in PresetTraceConfigs111 TraceOptions(int bufferSizeKb, boolean winscope, boolean apps, boolean longTrace, in TraceOptions() method in PresetTraceConfigs.TraceOptions129 private static final TraceOptions DEFAULT_TRACE_OPTIONS =130 new TraceOptions(DEFAULT_BUFFER_SIZE_KB,138 private static final TraceOptions PERFORMANCE_TRACE_OPTIONS =139 new TraceOptions(DEFAULT_BUFFER_SIZE_KB,147 private static final TraceOptions BATTERY_TRACE_OPTIONS =148 new TraceOptions(DEFAULT_BUFFER_SIZE_KB,156 private static final TraceOptions THERMAL_TRACE_OPTIONS =157 new TraceOptions(DEFAULT_BUFFER_SIZE_KB,[all …]
81 PresetTraceConfigs.TraceOptions options; in presetTraceStart()
META-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...