Schwifty: an Activity leak is released with the release of Android 10. Sent by @MightySeal
#memory #leak #activity
#memory #leak #activity
Twitter
Py β
In Android 10, if you press back to finish an activity which is a task root, that activity will leak π€―ππ€ Leak introduced when adding support for Bubbles (as chathead activities). Properly reported but: "We've deferred this issue for consideration in a futureβ¦
An investigation post: how much memory do objects really hold on Android? Primary conclusion - Android heap dumps give us the real size of instances.
#art #memory #cpp
#art #memory #cpp
DEV Community
The real size of Android objects π
Header image: Deep Dive by Romain Guy. I'm currently reimplementing how LeakCanary computes the re...
How to leak memory with two hands,
#leak #memory #packagemanager
PackageManager and some references?#leak #memory #packagemanager
DEV Community
Beware PackageManager leaks!
While I was investigating an Android memory leak, I took these notes as I learnt about the lifecycle...
Two nice posts from Lyft on how to track CPU and memory consumption in production.
#performance #cpu #memory
#performance #cpu #memory
Medium
Monitoring CPU performance of Lyftβs Android applications
Mobile performance at Lyft
On potential memory leak caused by double brace initialization (something along the lines of
#java #memory #leak
new HashMap<>() {{ ... }}) in Java. I believe I had to fix several such leaks in our app long time ago.#java #memory #leak
π1