Re: [android-developers] Getting source line no after crash

2010-09-08 Thread Kostya Vasilyev
Doug, The trick is, once you see in Eclipse that the application crashed, hit "run" button (the yellow-green triangular arrow). This lets the exception propagate to Android framework, and after that you get the stack trace in logcat. This includes the original cause for the exception. Look

[android-developers] Getting source line no after crash

2010-09-08 Thread Doug Gordon
An Eclipse question, I know, but maybe some Android-specific considerations. When I'm in Eclipse and running my app in debug mode, if it halts due to a runtime exception, where can I look to find the java source line number that was executing at the time? I've been able to find the error message,