Sunday, February 20, 2011

Re: [android-developers] Re: Scheduling ideas

20.02.2011 16:18, Neilz пишет:
> I did the network test...
> Active network info: NetworkInfo: type: WIFI[], state: CONNECTED/
> CONNECTED, reason: (unspecified), extra: (none), roaming: false,
> failover: false, isAvailable: true

That's good.

> And added a general Exception block, which still didn't catch anything!

Try adding a catch for Throwable then - if you're getting a RuntimeError
(like null pointer or something), that will get past a catch for Exception.

Oh, and what do you see in the logcat? If this is a crash, there should
be something there.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

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