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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -