uber / nanoscope

An extremely accurate Android method tracing tool.
Apache License 2.0
1.25k stars 68 forks source link

Fix case where foreground app is stopped and then resumed. #30

Closed Leland-Takamine closed 6 years ago

Leland-Takamine commented 6 years ago

dumpsys output sometimes reports the focused Activity under "ResumedActivity" instead of "mFocusedActivity". Handle this case.