I\'m having a little difficulty configuring Android logging. Here\'s what my code looks like:
if (Log.isLoggable(\"MY_TAG\", Log.VERBOSE)) { Log.
Try
adb shell setprop log.tag.MyAppTag VERBOSE