Assigned
Status Update
Comments
uc...@google.com <uc...@google.com>
ad...@google.com <ad...@google.com> #2
Hello, and thanks for the filing this feature request! Could you tell me a little bit more about what "tasks of the app" you'd want to inspect?
lb...@gmail.com <lb...@gmail.com> #3
@2 Android has a task stack and in each task there is a stack of Activities.
As apps starts various Activities (and Fragments) of themselves and of others , it gets harder to see their current state.
Navigation component SDK tries to help with it, but I don't know if it supports checking the current state via the IDE.
Also, many apps can't switch to it so easily.
As apps starts various Activities (and Fragments) of themselves and of others , it gets harder to see their current state.
Navigation component SDK tries to help with it, but I don't know if it supports checking the current state via the IDE.
Also, many apps can't switch to it so easily.
Description
Also show which Activity is now in the front, and show hierarchy of the fragments.