Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: Get Log without PC-Connection

I have to debug my Android App by walking down the street and get different WiFi signals.
When the Device is connected to my PC i can get the Log easy over LogCat, but i need the Log Statements during the test outside.

Now, is there a way to get Log? something like a Log file?

If not is it possible to add a File Logger like java.util.logging.FileHandler?

Or any other suggestions?

like image 679
Shylux Avatar asked May 23 '26 18:05

Shylux


1 Answers

Check aLogcat application in the play store.

This will show you the logcat of the device and allows you to save it to the sd card.

https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=nl

like image 193
Ion Aalbers Avatar answered May 26 '26 09:05

Ion Aalbers