pidcat icon indicating copy to clipboard operation
pidcat copied to clipboard

Display timestamp and tid

Open tzutalin opened this issue 8 years ago • 6 comments

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 of adb 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

tzutalin avatar Nov 03 '16 03:11 tzutalin

Agreed, would be nice if there was an option for it.

Max-Burns avatar Nov 11 '16 18:11 Max-Burns

Extremely helpful to me in a recent debug. Can we have this merged?

jokester avatar Jan 06 '17 07:01 jokester

+1, would be nice to have this feature, and thanks a lot for all the work already done!

ChristopheMaldivi avatar Jan 25 '17 20:01 ChristopheMaldivi

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:

02-08 09:14:29.344 3784                         F  #23 pc 0000000000206e80  /system/lib64/libart-compiler.so (_ZNK3art18OptimizingCompiler10TryCompileEPNS_14ArenaAllocatorEPNS_19CodeVectorAllocatorEPKNS_7DexFile8CodeItemEjNS_10InvokeTypeEtjP8_jobjectRKS5_NS_6Hand
                            leINS_6mirror8DexCacheEEEPNS_9ArtMethodEb+6976)
02-08 09:14:29.344 3784                         F  #24 pc 0000000000208ca8  /system/lib64/libart-compiler.so (_ZN3art18OptimizingCompiler10JitCompileEPNS_6ThreadEPNS_3jit12JitCodeCacheEPNS_9ArtMethodEb+600)

cleemansen avatar Feb 08 '17 08:02 cleemansen

I see following pull requests implementing output of messages timestamps: #114, #118. Any progress on reviewing/mering them?

@tzutalin , do you plan to submit pull request with your changes?

rutsky avatar Oct 05 '17 15:10 rutsky

There is another feature request on displaying timestamps: #9

rutsky avatar Oct 05 '17 15:10 rutsky