Get rid of all Memory Leaks
Piotr Krystyniak
Objects Graph
Objects Graph
Garbage Collection - mark live objects
Garbage Collection - mark live objects
Garbage Collection - sweep
New Object Graph
Memory leak?
Part of memory which is not longer needed but is not released
Graph with leaked activity
Graph with leaked activity
Graph with leaked activity
Graph with leaked activity
What causes memory leaks?
Example 1
Example 2
Example 3
Example 3
Always unsubscribe
RecyclerView example
RecyclerView example
RecyclerView example
RecyclerView example
RecyclerView example
WeakReference
WeakReference
WeakReference
WeakReference
WeakReference
WeakReference
SDK have leaks
How to find a memory leak?
LeakCanary
LeakCanary
LeakCanary
LeakCanary - upload leak report
Android Studio Memory Analyzer
Summary
Questions?