From the docs of logcat you can see that there is an option to specify how the output is formatted (-v).
To get a timestamp, you can use the command
logcat -v time
This will prefix each message with a timestamp.
From the docs of logcat you can see that there is an option to specify how the output is formatted (-v).
To get a timestamp, you can use the command
logcat -v time
This will prefix each message with a timestamp.