Home
last modified time | relevance | path

Searched refs:sKillswitchSystemTrace (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Profiling/service/java/com/android/os/profiling/
DConfigs.java47 private static boolean sKillswitchSystemTrace; field in Configs
95 sKillswitchSystemTrace = properties.getBoolean( in initializeSystemTraceConfigsIfNecessary()
218 sKillswitchSystemTrace = properties.getBoolean( in maybeUpdateConfigs()
219 DeviceConfigHelper.KILLSWITCH_SYSTEM_TRACE, sKillswitchSystemTrace); in maybeUpdateConfigs()
420 if (sKillswitchSystemTrace) { in generateConfigForRequest()