[android-developers] Re: polite request for better error messages

2008-10-10 Thread hackbod
On Oct 9, 11:25 pm, Jason Proctor [EMAIL PROTECTED] wrote: the android error situations i'm talking about are not even close to this. the network connection error i specified is an android permissions error, which is a long way above the kernel. but still, android only sees fit to provide

[android-developers] Re: polite request for better error messages

2008-10-10 Thread taleb akra
nao e presiso Date: Thu, 9 Oct 2008 14:45:15 -0700From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [android-developers] Re: polite request for better error messages Thanks for your feedback Jason...those error messages aren't meaningful enough. The engineers are working on improving the error

[android-developers] Re: polite request for better error messages

2008-10-09 Thread Chris Chiappone
Wrap the issue in a try catch block and log the exception. You'll get much more detailed info. On Wed, Oct 8, 2008 at 4:32 PM, Jason Proctor [EMAIL PROTECTED] wrote: dear google, any chance of better error messages from the android classes? usually, the java frameworks have nice

[android-developers] Re: polite request for better error messages

2008-10-09 Thread hackbod
It is true that the messages should be better, but usually they aren't very good because it's not as simple as somebody knew but decided not to tell. For example, in the case of trying to connect to a socket: the connection request is rejected deep down in the kernel, and by the time it even