Search Unity

Get Performance Reports for Android

Discussion in 'Unity Cloud Diagnostics' started by Garrettec, Oct 26, 2018.

  1. Garrettec

    Garrettec

    Joined:
    Nov 26, 2012
    Posts:
    98
    Hi, I have troubles getting crashes and errors reports for Android.
    I created test application, made two buttons, one with null reference exception, seconds with
    Application.ForceCrash(0);
    Both events are perfectly shown for UnityEditor and iOS device, but for android they are not.

    I investigated further and found that if I build with IL2CPP Scripting Backend, crashes start showing in the Dashboard, but with mono - nothing. (And yes, I saw this post, non of Stripping Levels helped)
     
    Last edited: Oct 27, 2018
  2. xa3apg

    xa3apg

    Joined:
    Nov 6, 2012
    Posts:
    1
    The same issue.
     
  3. pavel_shchelkun_ilogos

    pavel_shchelkun_ilogos

    Joined:
    Oct 31, 2017
    Posts:
    4
    Hi, I have had similar problem. But since I have been using IL2CPP it worked for me.
     
    Garrettec likes this.