droidconIN 2015

The fifth edition of droidconIN

Erik André

@erikandre

Memory Dumps: Going beyond the memory leak

Submitted Sep 22, 2015

To show developers a new way of using memory dumps to analyze those really tricky bugs (where stacktraces and logs are not enough)

Outline

Memory dumps have long been used in Java to find and analyze memory related issues such as memory leaks.
However, with the wealth of information available in every memory dump, why are we not using them when trying to analyze other bugs as well?
This session will outline a new way of working with memory dumps what will allow you, the developer, to harness all this powerful information when analyzing crashes and bugs.

Presentation Outline

###1. Introduction
Who am I? What is Badoo? and why do we care about memory dumps?
###2. What is a memory dump
A brief introduction to memory dumps covering questions such as: What is a memory dump? and What information can we find in a memory dump?
###3. Current use cases
An outline on the most common uses cases for memory dumps (on Android), focusing on memory leaks and OutOfMemoryErrors.
###4. Beyond the memory leak
Looking back at the information that is available to us in a memory dump, what could we do besides use them for finding memory leaks?
###5. The case against HPROF
Why is HPROF not a good file format if you want to go beyond memory leaks? What could be
###6. Introducing BMD
An introduction to the Badoo Memory Dump (BMD) file format and the process that went into developing it as a replacement for HPROF memory dump files.
###7. BMD vs. HPROF
A comparion of BMD and HPROF, showcasing the advantages of using BMD.
###8. Demo #1: Recovering a View Hierarchy from a memory dump
A real life use case demonstration showing how you can use the tools developed by us at Badoo to extract useful View Hierarchy data from a memory dump.
###9. Demo #2: On device collection and conversion of memory dumps
A quick demo showing how you can integrate our tools for collecting and converting memory dumps into your Android app.

Speaker bio

Originally from Sweden, now living London and working for Badoo as an Android developer. With 8 years of professional experience in the mobile industry starting with J2ME Feature Phones at SonyEricsson before moving on to Android. When not developing Android apps I enjoy creating tools to make life for me and other developers easier.

Besides being a dedicated software developer I also enjoy tinkering with Open Source hardware and electronics on my spare time.

Slides

https://www.dropbox.com/s/waht0jxkex6junq/MemoryDumpsV1.1.pdf?dl=0

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

droidconIN is an annual conference on Android, part of the worldwide series of events. more