This document discusses tools for tuning Android applications for performance and memory usage. It covers Traceview for analyzing CPU usage and finding hot spots, and MAT (Memory Analyzer Tool) for analyzing heap dumps to find memory leaks and see where memory is being used. It provides instructions on collecting trace and heap data, loading the tools, and techniques for analyzing the data to identify problems.
Related topics: