I have an activity where entering it is time-costly (around 1 second).
I tried using DDMS to track what was happening during activity transition.
I started the track, press the button where it starts the new activity, and then stop the tracking.
However, I cannot find any suspicious method in method profiling.
So... to conclude, I may lay out my question this way:
Did I use traceview correctly? I always sort by Excl Cpu time to see if any method is taking up the most time. However, in the trace above, the slowest method takes less than 83ms.
If you have similar experience (i.e. Activity transition is slow, but you cannot find anything in traceview), how do you end up solving it?