Search Unity

Can't find source of crash - trouble diagnosing

Discussion in 'Android' started by ADNCG, Feb 12, 2022.

  1. ADNCG

    ADNCG

    Joined:
    Jun 9, 2014
    Posts:
    994
    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.
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,905
    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.
     
  3. ADNCG

    ADNCG

    Joined:
    Jun 9, 2014
    Posts:
    994
    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
     
    Last edited: Feb 12, 2022