summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/SystemUI/src/com/android/systemui/settings/UserTrackerImpl.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/settings/UserTrackerImpl.kt b/packages/SystemUI/src/com/android/systemui/settings/UserTrackerImpl.kt
index b7a3aedc565e..fbaf52fff9df 100644
--- a/packages/SystemUI/src/com/android/systemui/settings/UserTrackerImpl.kt
+++ b/packages/SystemUI/src/com/android/systemui/settings/UserTrackerImpl.kt
@@ -316,7 +316,7 @@ internal constructor(
val callback = it.callback.get()
if (callback != null) {
it.executor.execute {
- traceSection({ "$callback" }) { action(callback) { latch.countDown() } }
+ traceSection({ "UserTrackerImpl::$callback" }) { action(callback) { latch.countDown() } }
}
} else {
latch.countDown()