Debugging with adb logcat

November 18, 2015 | Posted in Android | Ajoy Oommen

Usage: adb logcat [options] [filterspecs]

Some examples explained:

  1. adb logcat ActivityManager:I MyApp:D *:S
    Log level info for tag ActivityManager, debug for tag MyApp and silent (all logs suppressed) for all other tags.

Ref: Reading and Writing Logs

Logging Debugging Cordova Android adb

Related Posts

20 Feb 2016 » Streaming radio in a Cordova app

11 Oct 2015 » Content Security Policy for Cordova

19 Jun 2015 » Cordova Push Notifications with PushPlugin