Android Debugging
This document describes utilities, tips and best practices for improving debugging for any application on Android platforms. Most of these tips apply to both native and Unity applications.
- Adb
This guide describes how to perform common tasks using adb. - Logcat
The Android SDK provides the logcat logging utility, which is essential for determining what an application and the Android OS are doing.