Android Studio - Logcat - "Show only selected application" -
i'm trying use logcat in android studio 2.2.2 in debugging logcat runs firehose , and there's content see.
in android monitor when logcat tab selected there's dropdown 1 of choices "show selected application" selected didn't seem have effect. logcat runs firehose when i'm disconnected debug target. "show selected application" , how can tell "selected application" is?
you should enable adb integration (it's disabled default now): tools->android->enable adb integration.
then you'll able see debuggable processes in dropdown on left.
Comments
Post a Comment