mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-19 01:27:48 +08:00
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
397 B
397 B
Debugging
Debugging in Android involves identifying and fixing issues in app behavior, performance, and memory usage. Android Studio provides a built-in debugger, and specialized tools like Jetpack Benchmark, Chucker, LeakCanary, and Timber address specific categories of issues.
Visit the following resources to learn more: