- Home /
Mobile game crashing, adb, visual studio, google play not showing anything
Hello, I'm trying to debug a crash on my mobile game, I've tried adb logcat to see what is happening, no result.
I checked the google play store ANRs/crashes no results..
I tried debugging with visual studio. Visual studio just stops debugging when the app crashes without showing me what line went wrong
Does anyone have any other options?
Answer by Spip5 · Dec 08, 2020 at 01:48 PM
Have you tried the unity package Android Logcat (available in the package manager) instead of the Android Studio's ? It usually filters the errors, without knowing the error it's impossible to tell what is going wrong.
I'll try this out, will update you later. thanks for the response
Hello, I've tried using the unity android logcat. This package is way more clear than the cmd version!
I recieved the following message:
2020-12-09 10:22:06.269 3391 3391 Info Choreographer Skipped 112 frames! The application may be doing too much work on its main thread.
the crash is a performance issue.. I accept your answer
Your answer
Follow this Question
Related Questions
Unity (5.5.0p3) debugger crashes when stepping through code (repro available) 2 Answers
Mobile game not starting,Unity mobile game not loading scene after menu 3 Answers
Android debugging with Profiler - Input system is too expensive 1 Answer
Rotation Jitter When Assigning Rotation Around Y Axis 0 Answers
Android GUI.DrawTexture not working 0 Answers