-2

I have tried following command:

// private final String LOGCAT_CMD = "logcat :V *:S";
// private final String LOGCAT_CMD = "logcat | grep ";
// private final String LOGCAT_CMD = "logcat :I com.*****.filterlogcat:V *:S";

but its not filter by application package name.

dur
  • 15,689
  • 25
  • 79
  • 125
user3231661
  • 37
  • 1
  • 7

1 Answers1

-2

enter image description here

Search your package name at com.user.weatherapp

Vishal Vaishnav
  • 3,346
  • 3
  • 26
  • 57