If my app goes haywire in the field, what are some diagnostic resources that the app can collect at runtime? Is there a way to access all the Logger message our app generated (i.e. via Log.e())?
I think he means "extracting" the log from his program, rather than from the development machine.
Cristian
2010-07-14 03:13:46
right, is there a Java API equivalent for adb logcat?
zer0stimulus
2010-07-14 13:12:57