adb logcat supports an option -v threadtime for extended information about threads. The current regexes of this package fail for this option, unfortunately. I added regexes to the grammar to make the package work with these extended logs, too, as well as a simple spec to test them.
adb logcat
supports an option-v threadtime
for extended information about threads. The current regexes of this package fail for this option, unfortunately. I added regexes to the grammar to make the package work with these extended logs, too, as well as a simple spec to test them.