On Wednesday, August 3, 2011 4:20:02 PM UTC-4, Caleb9 wrote:
>
> It seems to me that my stack trace in Eclipse, while debugging, is 
> showing wrong line numbers for Android classes.


Can someone please give me some hints on what am I doing wrong or 
> maybe what did I misunderstand about this? 


While people do find bugs in the android platform code, the likelihood is 
that the real problem is in your application code, even if the illegal 
operating occurs in platform code.  

Scan back in call stack until you find mention of a line of your code, see 
what you are doing there, and think about what types of things could go 
wrong and set up a failure in the platform code invoked from there.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to