Android Debugging by Tutorials
Learn to use Android debugging tools to make your app optimized and bug-free. By Zac Lippard, Vincenzo Guzzi & Zahidur Rahman Faisal.
Who is this for?
This book is for intermediate Android developers who already know the basics of Android development but want to extend their knowledge of debugging steps and Android Studio debugging tools.
Covered concepts
- Android Debug Bridge
- Wireless debugging
- Breakpoints
- Logcat
- Stack traces
- Evaluating Code
- Watches
- Layout Inspector
- Debugging databases
- Debugging background processes
- CPU Profiler
- Memory Profiler
- Network Profiler
- Energy Profiler
Debugging is one of the most important steps in app development. Android Studio contains several tools which can help you out in stabilizing and optimizing your app.
In this book, you’ll learn to use Android debugging tools to make your app optimized and bug-free through step-by-step tutorials.
moreBefore You Begin
This section tells you a few things you need to know before you get started, such as what you’ll need for hardware and software, where to find the project files for this book, and more.
Section I: Debugging Basics
Debugging is the core of every development process. This term represents steps for detecting and fixing issues that can cause unexpected behavior in your app.
Section II: The Android Profiler
Now that you got a feeling of how to manage the debugging process, you’ll start learning more complex tools. In this section, you’ll meet a really powerful set of tools called Android Profiler. This tool package provides gear for examining app performance in depth.