[android-beginners] Re: Using the Log class

2008-10-03 Thread David Farler
Zach, If you are stepping through your program and it crashes, then it has crashed on the line you are on. Or, you can just debug, let run to crash, and read the call stack. Look at the top of the stack. This is where it crashed. If it's not your code, then check for layout/xml problems. Check out

[android-beginners] Re: Using the Log class

2008-10-02 Thread Zachary Becker
Wow I am awake now, I spent 20 minutes trying to figure that out and it isn't even in a function. Ok time for bed. On Thu, Oct 2, 2008 at 11:41 PM, Zachary Becker <[EMAIL PROTECTED]> wrote: > I am trying to debug this activity. And so far I have tried to avoid using > the debugger features in Ecl