android - Alternative of 'unfortunately app has stopped' -
i want know there way know cause of error or make android device show error details instead of displaying message 'unfortunately app has stopped working' ?
you can check logcat on ide. or using adb command, adb logcat
. can filter message, if yout want see error log, can use adb logcat *:e
. , choice output log file sdcard, using adb logcat -f /sdcard/log.txt
.
Comments
Post a Comment