Legacy Documentation: Version 4.6
Language: English
Inside the Android Build Process
Features currently not supported by Unity Android

Reporting crash bugs under Android

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Before submitting a bug with just “it crashes” in the message body, please look through the Troubleshooting Android development page first.

At this point there are no advanced debug tools to investigate on-device app crashes. However you can use adb application (found under Android-SDK/platform-tools) with logcat parameter. It prints status reports from your device. These reports may include information related to the occurred crash.

If you are sure that the crash you’re experiencing happens due to a bug in Unity software, please save the adb logcat output, conduct a repro project and use the bugreporter (Help/Report a bug) to inform us about it. We will get back to you as soon as we can.

Inside the Android Build Process
Features currently not supported by Unity Android