You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We develop a tool which drives app via UiAutomator, and finally dump the apps heap, which is further analyzed for possible leaked Activity or Fragment.
We apply the tool to this app, and found that the Activity "ch.fixme.status.Main" may leak. We could detect 2 instances of the Activity, one of which is actually destroyed but remain in heap.
P.S. the paths to GC root were compressed/folded here.
Luckly, this leak is not serious, as it did not retain too much memory.
The text was updated successfully, but these errors were encountered:
We develop a tool which drives app via UiAutomator, and finally dump the apps heap, which is further analyzed for possible leaked Activity or Fragment.
We apply the tool to this app, and found that the Activity "ch.fixme.status.Main" may leak. We could detect 2 instances of the Activity, one of which is actually destroyed but remain in heap.
P.S. the paths to GC root were compressed/folded here.
Luckly, this leak is not serious, as it did not retain too much memory.
The text was updated successfully, but these errors were encountered: