Session

A Small Leak Can Crash A Great App

Memory Leaks :(
As android engineers, this is a problem we face or are likely to face during the lifetime of our career. Debugging this kind of issue kind be quite tedious and frustrating. Without proper knowledge of what to look for, finding the root cause of such issues is really difficult.

For this session, we are going to tackle memory leaks head on.
We are going to go through the various causes of these memory leaks and how to handle each one. We are also going to take a look at various tools that you can use to pinpoint leaks so that you can easily fix them.

After this session, leaks will be a thing of the past. Hopefully :)