-
Notifications
You must be signed in to change notification settings - Fork 501
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
Display timestamp and tid #134
Comments
Agreed, would be nice if there was an option for it. |
Extremely helpful to me in a recent debug. Can we have this merged? |
+1, would be nice to have this feature, and thanks a lot for all the work already done! |
Hey @tzutalin thanks for your improvements! One thing I noticed is that log lines with breaks into a new line looks a little bit wired:
|
There is another feature request on displaying timestamps: #9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I make some changes in order to display timestamp and tid. I am interested in different tid, therefore, I assign different colors to different bg threads. I use
adb logcat -v threadtime
instead ofadb logcat -v brief
Screenshot
Check out my forked version if someone has the similar requirements. I know it's ugly to show date, but it's useful in some cases.
https://github.com/tzutalin/pidcat
The text was updated successfully, but these errors were encountered: