android - Unfortunately stopped -
i facing strange problem in app. error message comes "unfortunatly stopped" , have restart app. sudddenly occurs sometimes. require on 2 issues 1. reasons why "unfortunately stopped" error occurs 2. can trap error (i have put try block, not go there) , prevent application crashing suspect related performance issues, not sure.
grab logcat after crash. can in 1 of following ways:
- if launch app eclipse, show logcat window.
- or issue
adb logcatcommand line. (assuming adb in path). - or logcat app, such alogcat (https://f-droid.org/repository/browse/?fdid=org.jtb.alogcat).
the logcat tell exception class thrown, associated error message , line in code caused exception. if need analyzing logcat, post here.
Comments
Post a Comment