How can I create a filter in Android Studio to view only V/ and D/ (Verbose and Debug) Logs only. Currently I can select only one at a time.
Alternatively, is there an adb
command to capture Debug and Verbose level logs messages only?
UPDATE :
I am developing a power manager Android Application and want to trace down from lower layer (Androdi Framework) to Application level logs .My application shows V/(verbose) logs while there is D/BatteryService Logs , I just want V/ and D/ logs .SO I was wondering if I can gather only these two types -(V/ and D/) and Subtypes (MyAPP and BatteryService) of logs using Android Studio. If not from Android Studio, then the coresponding adb command for console.