Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DLogBufferFactory.kt33 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/
DQSPipelineModule.kt100 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()
DQSAutoAddModule.kt52 return factory.create(QSPipelineLogger.AUTO_ADD_TAG, maxSize = 100, systrace = false) in bindAutoAddRepository()
/frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/
DLogBuffer.kt77 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/
Dbugreport-format.md44 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/
DNotificationWakeUpCoordinatorLoggerTest.kt186 LogBuffer(name = "test", maxSize = 1, logcatEchoTracker = tracker, systrace = false)
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop30 # 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/
DVisualInterruptionDecisionProviderTestBase.kt108 systrace = false in <lambda>()