public static final TAG = "Sample:Test";
trying to filter logs only with above tag.
adb logcat Sample:Test:V *:S --> is not returning anything.
public static final TAG = "Sample:Test";
trying to filter logs only with above tag.
adb logcat Sample:Test:V *:S --> is not returning anything.