Saturday, September 24, 2011

[android-developers] Re: weird crash

I don't have any AsyncTasks in my code. Could this be Greystripe,
Admob, or ACRA?

On Sep 24, 2:31 pm, Kostya Vasilyev <kmans...@gmail.com> wrote:
> Your async task's worker function crashes with the exception below. Some
> part of your code tries to parse an integer from "Acc", which is not a
> valid string representation of a number.
>
> The exception here is unchecked, so the compiler didn't make you wrap
> the call to Integer.parse() with a catch block, but it can happen
> nonetheless (as you can see).
>
> 24.09.2011 23:18, bob пишет:
>
> > Caused by: java.lang.NumberFormatException: unable to parse 'Acc' as
> > integer
>
> --
> Kostya Vasilyev

--
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