Search Unity

Android crash on any null reference

Discussion in 'Android' started by ywj7931, Apr 16, 2018.

  1. ywj7931

    ywj7931

    Joined:
    Jun 24, 2015
    Posts:
    41
    same project on iOS, even there is null reference, it wont crash but proceed. But in Android, it will crash. Even I use try catch to catch the null reference. What is the problem?

    I used 2017.3.1 . and .net 4.6
     
  2. ywj7931

    ywj7931

    Joined:
    Jun 24, 2015
    Posts:
    41
    It turns out it is due to "performance reporting" turned on, this is definitly unexpected beahvior and a bug!