adbkit
adbkit copied to clipboard
Can adbkit openlogcat add param events/main/sytem/radio?
I have modify the file (/src/adb/command/host-transport/logcat.coffee) where like this: cmd = 'logcat -B -b events -b main *:I 2>/dev/null'.
But event log is Garbled and main log is ok.
Can adbkit logcat add params with events/main/sytem/radio?
Currently it cannot, the radio log uses a more complex binary format that adbkit-logcat doesn't support right now. I'm hoping to add support in the future, though.