Debugging - shantanupacharkar/Android-Prep GitHub Wiki
Debugging
Debugging is the process of isolating and removing defects in software code. By understanding the debugging tools in Android Studio, Android developers can create reliable and robust applications.
To prepare for the AAD certification exam, Android developers should:
- Understand the basic debugging techniques available in Android Studio
- Know how to debug and fix issues with an app's functional behaviour and usability
- Be able to use the System Log to output debug information
- Understand how to use breakpoints in Android Studio
- Know how to inspect variables using Android Studio
Resources
- Android Developers -> Debug your app
- Codelabs -> Add log statements to your app
- Android Dev Fundamentals -> Write and view logs with Logcat
- Codelabs -> Android Studio debugger