Redirect Log output to sdcard on customer's phone

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2011-01-09T17:49:44Z Indexed on 2011/01/09 17:53 UTC
Read the original article Hit count: 264

Filed under:
|

My customers are having a problem with my app, and I have been unable to reproduce the problem on my development phone. How to debug this problem? The android Log class is great, but my customers do not know how to use 'adb' or the USB debug cable. Is there some way to redirect Log output to a file on the phone's SD card? Then the customer could easily email the log file to me. Even if this redirection requires programming on my part, I could at least distribute a 'debug' version of the app.

Thanks, Tom

© Stack Overflow or respective owner

Related posts about android

Related posts about log