[android-developers] Re: Any way to get some equivalent to the adb log while the device is not plugged into computer?

2010-04-07 Thread fadden
On Apr 6, 10:20 pm, patbenatar patbena...@gmail.com wrote: Does Android keep an internal log that is similar or identical to the log you can view with adb logcat via a Terminal window? It's difficult when my app crashes while I test it out in the field... Any help would be great! I'm hoping

[android-developers] Re: Any way to get some equivalent to the adb log while the device is not plugged into computer?

2010-04-07 Thread Kumar Bibek
There are some apps which do this. SendLog is one of them. You can try and figure out how they do it. And this works on all the phones. Thanks and Regards. Kumar Bibek On Apr 7, 11:26 am, fadden fad...@android.com wrote: On Apr 6, 10:20 pm, patbenatar patbena...@gmail.com wrote: Does

Re: [android-developers] Re: Any way to get some equivalent to the adb log while the device is not plugged into computer?

2010-04-07 Thread ~ TreKing
On Wed, Apr 7, 2010 at 1:29 AM, Kumar Bibek coomar@gmail.com wrote: There are some apps which do this. aLogCat as well. I'm using this one for offline debugging and it's quite useful. - TreKing

[android-developers] Re: Any way to get some equivalent to the adb log while the device is not plugged into computer?

2010-04-07 Thread patbenatar
Thanks so much guys! Apps like this will come in VERY handy. On Apr 7, 8:16 am, ~ TreKing treking...@gmail.com wrote: On Wed, Apr 7, 2010 at 1:29 AM, Kumar Bibek coomar@gmail.com wrote: There are some apps which do this. aLogCat as well. I'm using this one for offline debugging and