Search Unity

Crash sessions increase to 4% with 5.4 Android build

Discussion in 'Android' started by tbll, Aug 29, 2016.

  1. CybIam

    CybIam

    Joined:
    Nov 6, 2016
    Posts:
    57
    Technically one can replace file UnityPlayer$e.class from 2018 android player into 2017 android player and get working fix. Although I am not sure it is within licence agreement with Unity.
     
    Last edited: Jan 7, 2019
  2. Yury-Habets

    Yury-Habets

    Unity Technologies

    Joined:
    Nov 18, 2013
    Posts:
    1,167
    Work in progress. Hope to have it landed within the next week.
     
    sandeepsmartest likes this.
  3. Yury-Habets

    Yury-Habets

    Unity Technologies

    Joined:
    Nov 18, 2013
    Posts:
    1,167
    The fix should land in 2017.4.19f1.
     
  4. Appon-Software-Private-Limited

    Appon-Software-Private-Limited

    Joined:
    Jul 22, 2015
    Posts:
    3
    similar issue , following is the log reported at crash report , we are supporting x86 architecture , we are using unity 5.6.4 f1

    at android.app.ActivityThread.performDestroyActivity (ActivityThread.java:4076)
    at android.app.ActivityThread.handleDestroyActivity (ActivityThread.java:4094)
    at android.app.ActivityThread.-wrap5 (ActivityThread.java)
    at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1553)
    at android.os.Handler.dispatchMessage (Handler.java:111)
    at android.os.Looper.loop (Looper.java:207)
    at android.app.ActivityThread.main (ActivityThread.java:5765)
    at java.lang.reflect.Method.invoke (Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:789)
    at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:679)
    Caused by: java.lang.NullPointerException:
    at android.os.Message.sendToTarget (Message.java:429)
    at com.unity3d.player.UnityPlayer$c.a (Unknown Source)
    at com.unity3d.player.UnityPlayer$c.a (Unknown Source)
    at com.unity3d.player.UnityPlayer.quit (Unknown Source)
    at com.unity3d.player.UnityPlayerActivity.onDestroy (Unknown Source)
    at android.app.Activity.performDestroy (Activity.java:6479)
    at android.app.Instrumentation.callActivityOnDestroy (Instrumentation.java:1149)
    at android.app.ActivityThread.performDestroyActivity (ActivityThread.java:4063)