adbkit icon indicating copy to clipboard operation
adbkit copied to clipboard

Add openLogcat option to filter output

Open luccasmaso opened this issue 5 years ago • 0 comments

Hi! I saw that the https://www.npmjs.com/package/adbkit-logcat#constants has options for priority. Could this be integrated with the openLogcat here? Thanks

The priority is one of the following character values, ordered from lowest to highest priority:
V: Verbose (lowest priority)
D: Debug
I: Info
W: Warning
E: Error
F: Fatal
S: Silent (highest priority, on which nothing is ever printed)

https://developer.android.com/studio/command-line/logcat#filteringOutput

luccasmaso avatar May 06 '19 22:05 luccasmaso