adbkit
adbkit copied to clipboard
Add openLogcat option to filter output
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