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

Commit 97ea4d5a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "UserTrackerImpl: add prefix to callback slice name" into main

parents 52fb2e7a f2aa1ba0
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()