Updated 2 days ago | GitHub

Debugging and Profiling Apps

Overview

Android Studio ships with a built-in Profiler that covers most day-to-day profiling needs — CPU, memory, network, and power. The standalone tools that used to fill this role are gone: Traceview is deprecated in favor of the CPU profiler, Hierarchy Viewer is deprecated in favor of the Layout Inspector, and the Android Device Monitor (monitor) was deprecated in Android Studio 3.1 and removed in Android Studio 3.2. Start with these tools:

Optimizing Performance

Check out the following links regarding optimizing performance:

Memory Management

References