Well, that’s why I finally got enough working parts in my application, and now it just doesn’t want to do anything. I understand how to use logcat, but more on that.
The main problem at the moment is that I get an error
Activity timeout for Record history and then my package
I need to learn how to better debug. Plus, if anyone can suggest things I should do for this mistake, please let me know. I think this is due to the interaction with the database.
Greetings
EDIT:
What IDEs do you use, if any? Eclipse with an Android tool has moderately good debugging tools; set a breakpoint and debug.
I use Eclipse. And I know breakpoints, but not their actual use. Where can I install them for this error?
I use PHP, where errors point to a specific line that you can look at, is there a way to do this in Eclipse?
source
share