iberck
iberck

Reputation: 2430

Alternatives to view log on android device

what alternatives are there to see the log of logcat on android device ?

I think maybe I could see the log file in an android console as the tail of linux, or maybe there is any graphical application which redirect the log.

Upvotes: 0

Views: 359

Answers (2)

www.jensolsson.se
www.jensolsson.se

Reputation: 3073

I am not quite wure what you are after. If you dont like the logcat view of your IDE you can use

adb logcat

To get the output in the same way as tail on linux.

Upvotes: 0

Stefan
Stefan

Reputation: 157

"Log Viewer (logcat)" is available in the PlayStore

Upvotes: 1

Related Questions