Searched refs:systrace (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
D | LogBufferFactory.kt | 33 systrace: Boolean = true in create() 35 val buffer = LogBuffer(name, adjustMaxSize(maxSize), logcatEchoTracker, systrace) in create()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/dagger/ |
D | QSPipelineModule.kt | 100 return factory.create(QSPipelineLogger.TILE_LIST_TAG, maxSize = 700, systrace = false) in provideTileSpecRepository() 107 return factory.create(QSPipelineLogger.RESTORE_TAG, maxSize = 50, systrace = false) in provideTileSpecRepository()
|
D | QSAutoAddModule.kt | 52 return factory.create(QSPipelineLogger.AUTO_ADD_TAG, maxSize = 100, systrace = false) in bindAutoAddRepository()
|
/frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/ |
D | LogBuffer.kt | 77 private val systrace: Boolean = true, constant in com.android.systemui.log.LogBuffer 196 val includeInSystrace = systrace && Trace.isTagEnabled(Trace.TRACE_TAG_APP) in echoToDesiredEndpoints()
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 44 When systrace is enabled, the zip file will contain a `systrace.txt` file as well.
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinatorLoggerTest.kt | 186 LogBuffer(name = "test", maxSize = 1, logcatEchoTracker = tracker, systrace = false)
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 30 # increased display jitter (both manual investigation using systrace [1] and 34 # [1] https://developer.android.com/studio/profile/systrace.html
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionProviderTestBase.kt | 108 systrace = false in <lambda>()
|