facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

No main activity on 'Elements' tab #583

Closed yshinkarev closed 6 years ago

yshinkarev commented 6 years ago

I have </packageName.AppClassName> on main activity. If I open new activity from main activity I get:

... But why I have no same information on main activity (like SecondActivity)?
jasta commented 6 years ago

Activity tracking occurs automatically on Android API 14+, so you should see that as you transition around the app activities add and remove from the list automatically. You will need to have chrome://inspect open however to see this behaviour, so if you close out and re-open again you may be missing the previously opened activities.