> whatever you see when you do adb logcat.  basically, i want to get the
> logs after my app has crashed and the user has restarted the app.

To quote myself from 17 minutes ago:

You can try this:

http://code.google.com/p/android-log-collector/

The technique it uses (running logcat on the device) is a bit dodgy, in
that it might break in future Android releases.

If you are looking to simply log your own exceptions or other events,
there are plenty of analytics packages that can offer that to you, such as
Flurry.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to