Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Android logcat #81

Closed
naseer opened this issue Sep 5, 2019 · 2 comments
Closed

Support Android logcat #81

naseer opened this issue Sep 5, 2019 · 2 comments

Comments

@naseer
Copy link

naseer commented Sep 5, 2019

The date in Android logcat has the following format

09-05 03:17:59.168   589   589 I vold    : Vold 3.0 (the awakening) firing up
09-05 03:17:59.169   589   589 D vold    : Detected support for: ext4 f2fs vfat
@emilast
Copy link
Owner

emilast commented Jul 15, 2020

This is the coloring i get for the above lines:

image

The date format is not recognized since it's not complete (year is missing), but time calculation works anyway since it picks up the time of day.

I suspect that you'd also like the log level characters to be highlighted. There is already support when the log level is written with a slash, e.g. "E/" but I've thought of this and will add support single character log levels as well.

@naseer
Copy link
Author

naseer commented Jul 15, 2020

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants