top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

It is possible to get the logcat output along with timestamp in android?

+2 votes
461 views

I wonder if it is possible to get the logcat output along with timestamp?
If so, how can i get it?

posted Jun 11, 2014 by Ankit

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
logcat -v time

1 Answer

+1 vote

adb logcat -v threadtime

answer Jun 11, 2014 by Abhay Kulkarni
Similar Questions
+3 votes

We using C++ in the media layer and we want to raise the priority of our _AUDIO PROCESSING_ thread, to make sure the audio works well even the CPU is high (totally %98 on an slow Phone).

I have searched on google and find to use _setpriority( PRIO_PROCESS, 0, priority); but _setpriority function is change the process priority instead of the thread.

I know there is Java API to do that, but we need an C++ API. So does there any way to raise an single thread priority from C++ code?

+7 votes

Is it possible to profile all the app processes running on android phone simultaneously. I ran "am profile start " one by one for all the app processes. I found that it just profiles the last process. Is it possible to profile multiple processes simultaneously without editing app code (adding "Debug.startMethodTracing" calls)?

+3 votes

I want to port the ART in android below kitkat. Is there somebody has done this and can give some instruction?

+4 votes

Does anyone know if it is possible to realize the distributed compilation of Java? Are there any limitations or problems of dependencies ? Are there any Open Source tools which could help to do this?

...