Android Development Split

Logcat Remote Debugging

Remote debugging via logcat (works on 4.2+)

The alternative to using Chrome's developer tools for debugging an app, is to use the adb logcat command.

The logcat command is the only method for remote debugging on Android 4.2 (17 Jellybean) phones.