I am desesperately looking for an error log in which I could find the conditions of Android apps crashes under Netbeans. Does anyone know where I can find one?
Thanks in advance for the time you will spend trying to help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Netbeans Window -> Output -> ADB Log
You can also try in the console “ddms” or “adb logcat” depending on where those executables are installed on your system (SDK installation), or run them directly, if you have your environment setup correctly.