How do I deal with a forced close message on Android? -
i having trouble debugging app causes pop-up "forced close" message every time try use android app. how can go around ?
usually "force close" means getting exception not handling / expecting.
use logcat check happing app , try fix it.
you can use log cat this:
- .\adb.exe logcat
if seeing info in log can filter log this:
- .\adb.exe logcat activitymanager:i your_app_tag:d *:s
i don't use eclipse don't know if default eclipse console show happening application.
hope helps, luck
Comments
Post a Comment