Experiencing a crash on launch on android devices. Logcat reports absolutely nothing pertinent to the reason of the crash. Is there any other way that I can diagnose this? It’s a large project and step-by-step is proving very tedious.
The logcat should show something if there’s a crash, how are you getting it ? Can you attach your log?
Another way, is to use Android Studio to debug your application.
Thanks for the reply. Here goes!
There’s an null ref error from the GoldLevelTV class in there but it’s not the culprit. Same results with and without, just haven’t bothered re-disabling.
I’ll investigate android studio, thanks
EDIT : Removed logs because they contained somewhat sensitive infos