Wednesday, January 23, 2013

Re: [android-developers] End user ANR stack trace has no line number

On Wed, Jan 23, 2013 at 5:04 PM, Peri Hartman <perih@kotatko.com> wrote:
> I made a change to my Proguard setup, but haven't figured out how to test it
> without publishing. Anyone know how to test the change locally?

Test what? You can install your modified APK via adb install or any
number of other means.

In terms of testing whether you can now get access to the lines from
the stack trace, divide by zero somewhere to force a crash and then go
through the process of examining the log.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 4.5 Available!

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

No comments:

Post a Comment