Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2aa1ba0 authored by Behnam Heydarshahi's avatar Behnam Heydarshahi
Browse files

UserTrackerImpl: add prefix to callback slice name

We do this to be able to query all the callback slices in perfetto.

Bug: 376759407
Test: trace only
Flag: EXEMPT log only update
Change-Id: I6971197fe98af729d58ee4fa524be1799d4b84ab
parent d5ea09ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()