mrodalgaard / language-log

Log file syntax highlighting in Atom
MIT License
42 stars 9 forks source link

Add support for Android log files with `threadtime` option #10

Closed jmhofer closed 8 years ago

jmhofer commented 8 years ago

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.

mrodalgaard commented 8 years ago

Thank you. Great job!