I use Debug#startMethodTracing
(in Activity#onCreate
) and Debug#stopMethodTracing
(in Activity#onWindowFocusChanged
) to get method call traces. But I can not find ViewRootImpl#performTraversals
in trace in Monitor. What's wrong?
Asked
Active
Viewed 51 times
0

Egos Zhang
- 1,334
- 10
- 18
-
This question is already answer here https://stackoverflow.com/questions/20571324/android-debug-traces-do-not-contain-application-specific-method-calls – Ali Haider Warraich Mar 21 '19 at 02:31
-
@AliHaiderWarraich it's different – Egos Zhang Mar 21 '19 at 02:43