Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I catch LogCat messages when using the phone normally (not connected to the pc)?

Tags:

android

logcat

I want to know if there's any way of recording logcat's messages when I'm testing my app with a real phone in a real environment. What I'm trying to achieve is to take my phone elsewhere and if anything goes wrong with my app, trace back why it went wrong. Especially if I give my app to a friend (or a boss) to try it out, they can't give me a lot of feedback on problems.

I could just print all the output to a .txt and then read it, but I'd like something a bit nicer

Any Ideas?

like image 881
rMaero Avatar asked Dec 15 '22 20:12

rMaero


1 Answers

Yep ! Install aLogcat ! Very useful :)

aLogcat app

like image 69
Alexis C. Avatar answered May 14 '23 20:05

Alexis C.