Search Unity

Game Crashes when installed from Google Play (fine when apk directly installed)

Discussion in 'Android' started by andrew210, Jun 2, 2019.

  1. andrew210

    andrew210

    Joined:
    Apr 23, 2014
    Posts:
    241
    Hi I realise there's another thread with an almost identical title on here at the moment but the fix for that doesn't, on the surface, appear relevant for this one:

    So as the title suggests, installing the APK directly by dragging and dropping it on to my phone then installing there, that works ok. As soon as its uploaded and release on google play - it crashes before the splash screen.

    The other thread with the same title can be found here: https://forum.unity.com/threads/my-...s-fine-when-built-directly-onto-phone.687475/

    There is no mention of "ToiletNotes" in the log and allowBackup needs to be set to true for Google Play Games to work.

    Here's the log from adb around the crash:

    Code (CSharp):
    1. 06-02 19:44:46.479  5216  5266 I Unity   : SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 8, Memory = 3788mb
    2. 06-02 19:44:46.479  5216  5266 I Unity   : SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf)
    3. 06-02 19:44:46.480  5216  5266 I Unity   : ApplicationInfo me.blueomega.ha3d version 50.04 build 888d110a-265f-41f2-9b4b-f0c71eb0228e
    4. 06-02 19:44:46.480  5216  5266 I Unity   : Built from '2019.1/staging' branch, Version '2019.1.3f1 (dc414eb9ed43)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a', Stripping 'Disabled'
    5. 06-02 19:44:46.505   607   607 I GRALLOC :       shrFd=10,fmt=0x1,intFmt=0x1,btStrd=4352,size=577536,pid=607
    6. 06-02 19:44:46.505   607   607 I GRALLOC :       yuv=2,w=1080,h=129,Stride u=0 v=0,offset u=0 v=0
    7. 06-02 19:44:46.505   607   607 I GRALLOC :       iova_size=577536,conUsg=0xb00,proUsg=0xb00,     strd=1088,[afbc]HdrStrd=0 PyldStrd=0 Scrmbl=0,ionhnd = 1
    8. 06-02 19:44:46.512  1264  2846 D WindowManager: finishDrawingWindow: Window{8009c7e u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity} mDrawState=DRAW_PENDING
    9. 06-02 19:44:46.515  1264  2839 D WindowManager: finishDrawingWindow: Window{44245e u0 NavigationBar} mDrawState=HAS_DRAWN
    10. 06-02 19:44:46.522  1264  2839 V WindowManager: removeIfPossible: Window{55d5ab4 u0 DividerMenusView} callers=com.android.server.wm.WindowState.removeIfPossible:1914 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:218 android.view.IWindowSession$Stub.onTransact:242 com.android.server.wm.Session.onTransact:161
    11. 06-02 19:44:46.523  1264  2839 V WindowManager: postWindowRemoveCleanupLocked: Window{55d5ab4 u0 DividerMenusView}
    12. 06-02 19:44:46.523  1264  2839 V WindowManager: Removing Window{55d5ab4 u0 DividerMenusView} from WindowToken{59aa6dd android.os.BinderProxy@a3ab87}
    13. 06-02 19:44:46.537   607   607 I GRALLOC :       shrFd=10,fmt=0x1,intFmt=0x1,btStrd=512,size=1122304,pid=607
    14. 06-02 19:44:46.537   607   607 I GRALLOC :       yuv=2,w=90,h=2190,Stride u=0 v=0,offset u=0 v=0
    15. 06-02 19:44:46.537   607   607 I GRALLOC :       iova_size=1122304,conUsg=0xb00,proUsg=0xb00,    strd=128,[afbc]HdrStrd=0 PyldStrd=0 Scrmbl=0,ionhnd = 1
    16. 06-02 19:44:46.539  1264  1264 I WindowManager: notifyAccessibilityButtonVisibilityChanged visible:false
    17. 06-02 19:44:46.577   608   669 I GRALLOC :       shrFd=53,fmt=0x1,intFmt=0x200000001,btStrd=4352,size=10113024,pid=608
    18. 06-02 19:44:46.577   608   669 I GRALLOC :       yuv=2,w=1080,h=2280,Stride u=0 v=0,offset u=0 v=0
    19. 06-02 19:44:46.577   608   669 I GRALLOC :       iova_size=10113024,conUsg=0x0,proUsg=0x8000100,     strd=1088,[afbc]HdrStrd=1088 PyldStrd=69632 Scrmbl=0,ionhnd = 4
    20. 06-02 19:44:46.583  1264  2839 V WindowManager: removeIfPossible: Window{a857923 u0 DockedStackDivider} callers=com.android.server.wm.WindowState.removeIfPossible:1914 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:218 android.view.IWindowSession$Stub.onTransact:242 com.android.server.wm.Session.onTransact:161
    21. 06-02 19:44:46.586  1264  2839 V WindowManager: postWindowRemoveCleanupLocked: Window{a857923 u0 DockedStackDivider}
    22. 06-02 19:44:46.586  1264  2839 V WindowManager: Removing Window{a857923 u0 DockedStackDivider} from WindowToken{9cf6e20 android.os.BinderProxy@d9e9252}
    23. 06-02 19:44:46.588   607   607 I GRALLOC :       shrFd=10,fmt=0x1,intFmt=0x1,btStrd=9216,size=9953280,pid=607
    24. 06-02 19:44:46.588   607   607 I GRALLOC :       yuv=2,w=2280,h=1080,Stride u=0 v=0,offset u=0 v=0
    25. 06-02 19:44:46.588   607   607 I GRALLOC :       iova_size=9953280,conUsg=0x906,proUsg=0x966,    strd=2304,[afbc]HdrStrd=0 PyldStrd=0 Scrmbl=0,ionhnd = 1
    26. 06-02 19:44:46.592   608   669 I GRALLOC :       shrFd=61,fmt=0x1,intFmt=0x200000001,btStrd=4352,size=10113024,pid=608
    27. 06-02 19:44:46.592   608   669 I GRALLOC :       yuv=2,w=1080,h=2280,Stride u=0 v=0,offset u=0 v=0
    28. 06-02 19:44:46.592   608   669 I GRALLOC :       iova_size=10113024,conUsg=0x0,proUsg=0x8000100,     strd=1088,[afbc]HdrStrd=1088 PyldStrd=69632 Scrmbl=0,ionhnd = 5
    29. 06-02 19:44:46.597   608   669 I GRALLOC :       shrFd=56,fmt=0x1,intFmt=0x200000001,btStrd=4352,size=10113024,pid=608
    30. 06-02 19:44:46.597   608   669 I GRALLOC :       yuv=2,w=1080,h=2280,Stride u=0 v=0,offset u=0 v=0
    31. 06-02 19:44:46.597   608   669 I GRALLOC :       iova_size=10113024,conUsg=0x0,proUsg=0x8000100,     strd=1088,[afbc]HdrStrd=1088 PyldStrd=69632 Scrmbl=0,ionhnd = 6
    32. 06-02 19:44:46.599   607   607 I GRALLOC :       shrFd=10,fmt=0x2,intFmt=0x2,btStrd=9216,size=9953280,pid=607
    33. 06-02 19:44:46.599   607   607 I GRALLOC :       yuv=2,w=2280,h=1080,Stride u=0 v=0,offset u=0 v=0
    34. 06-02 19:44:46.599   607   607 I GRALLOC :       iova_size=9953280,conUsg=0x906,proUsg=0x966,    strd=2304,[afbc]HdrStrd=0 PyldStrd=0 Scrmbl=0,ionhnd = 1
    35. 06-02 19:44:46.607  1264  1275 D WindowManager: finishDrawingWindow: Window{8009c7e u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity} mDrawState=DRAW_PENDING
    36. 06-02 19:44:46.608  1264  1372 D WindowManager: finishDrawingWindow: Window{c6c8f88 u0 Splash Screen me.blueomega.ha3d} mDrawState=DRAW_PENDING
    37. 06-02 19:44:46.620  1264  2846 V WindowManager: removeIfPossible: Window{f66d8e4 u0 AssistPreviewPanel} callers=com.android.server.wm.WindowState.removeIfPossible:1914 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:218 android.view.IWindowSession$Stub.onTransact:242 com.android.server.wm.Session.onTransact:161
    38. 06-02 19:44:46.621  1264  2846 V WindowManager: postWindowRemoveCleanupLocked: Window{f66d8e4 u0 AssistPreviewPanel}
    39. 06-02 19:44:46.621  1264  2846 V WindowManager: Removing Window{f66d8e4 u0 AssistPreviewPanel} from WindowToken{938014d android.os.BinderProxy@de88477}
    40. 06-02 19:44:46.624   607   607 I GRALLOC :       shrFd=10,fmt=0x1,intFmt=0x1,btStrd=9216,size=9953280,pid=607
    41. 06-02 19:44:46.624   607   607 I GRALLOC :       yuv=2,w=2280,h=1080,Stride u=0 v=0,offset u=0 v=0
    42. 06-02 19:44:46.624   607   607 I GRALLOC :       iova_size=9953280,conUsg=0x906,proUsg=0x966,    strd=2304,[afbc]HdrStrd=0 PyldStrd=0 Scrmbl=0,ionhnd = 1
    43. 06-02 19:44:46.635  1264  1372 D WindowManager: finishDrawingWindow: Window{c6c8f88 u0 Splash Screen me.blueomega.ha3d} mDrawState=HAS_DRAWN
    44. 06-02 19:44:46.636  1264  1372 V WindowManager: removeIfPossible: Window{c6c8f88 u0 Splash Screen me.blueomega.ha3d} callers=com.android.server.wm.WindowState.removeIfPossible:1914 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:218 android.view.ViewRootImpl.dispatchDetachedFromWindow:3767 android.view.ViewRootImpl.doDie:6835
    45. 06-02 19:44:46.636  1264  1372 I WindowManager: Destroying surface Surface(name=Splash Screen me.blueomega.ha3d) called by com.android.server.wm.WindowStateAnimator.destroySurface:2072 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:884 com.android.server.wm.HwWindowStateAnimator.destroySurfaceLocked:1006 com.android.server.wm.WindowState.removeImmediately:1899 com.android.server.wm.WindowState.removeIfPossible:2051 com.android.server.wm.WindowState.removeIfPossible:1914 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:218
    46. 06-02 19:44:46.639  1264  1372 V WindowManager: postWindowRemoveCleanupLocked: Window{c6c8f88 u0 Splash Screen me.blueomega.ha3d}
    47. 06-02 19:44:46.639  1264  1372 V WindowManager: Removing Window{c6c8f88 u0 Splash Screen me.blueomega.ha3d} from AppWindowToken{caeba22 token=Token{d64bed ActivityRecord{cfb2a04 u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity t125}}}
    48. 06-02 19:44:46.645  1264  1372 I WindowManager: orientation change is complete, call stopFreezingDisplayLocked
    49. 06-02 19:44:46.645  1264  1372 I WindowManager: Screen frozen for +785ms due to Window{c6c8f88 u0 Splash Screen me.blueomega.ha3d}
    50. 06-02 19:44:46.646  1264  1372 D WindowManager: startAnimation begin
    51. 06-02 19:44:46.670  5216  5266 E CRASH   : signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr cc27cfec
    52. 06-02 19:44:46.670  5216  5266 E CRASH   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    53. 06-02 19:44:46.670  5216  5266 E CRASH   : Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
    54. 06-02 19:44:46.670  5216  5266 E CRASH   : Build fingerprint: 'HUAWEI/ANE-LX1/HWANE:8.0.0/HUAWEIANE-LX1/150(C432):user/release-keys'
    55. 06-02 19:44:46.670  5216  5266 E CRASH   : Revision: '0'
    56. 06-02 19:44:46.671  5216  5266 E CRASH   : pid: 5216, tid: 5266, name: UnityMain  >>> me.blueomega.ha3d <<<
    57. 06-02 19:44:46.671  5216  5266 E CRASH   :     r0 ef613c88  r1 ef680100  r2 d965a170  r3 0000000e
    58. 06-02 19:44:46.671  5216  5266 E CRASH   :     r4 00000000  r5 d965a170  r6 d965a000  r7 000000e0
    59. 06-02 19:44:46.671  5216  5266 E CRASH   :     r8 ef613c88  r9 ef613c80  sl 000000e0  fp cc27d088
    60. 06-02 19:44:46.671  5216  5266 E CRASH   :     ip f0b12d60  sp cc27d010  lr f0af8ef1  pc f0ad8e2c  cpsr f1789d10
    61. 06-02 19:44:46.671  5216  5266 E CRASH   :
    62. 06-02 19:44:46.671  5216  5266 E CRASH   : backtrace:
    63. 06-02 19:44:46.685  1264  1372 D WindowManager: startAnimation end
    64. 06-02 19:44:46.688  1264  2846 V WindowManager: removeIfPossible: Window{ece19aa u0 com.android.systemui} callers=com.android.server.wm.WindowState.removeIfPossible:1914 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:218 android.view.IWindowSession$Stub.onTransact:242 com.android.server.wm.Session.onTransact:161
    65. 06-02 19:44:46.689  1264  2846 V WindowManager: postWindowRemoveCleanupLocked: Window{ece19aa u0 com.android.systemui}
    66. 06-02 19:44:46.690  1264  2846 V WindowManager: Removing Window{ece19aa u0 com.android.systemui} from WindowToken{d0ee99b android.os.BinderProxy@d30d495}
    67. 06-02 19:44:46.695  1264  2839 D WindowManager: finishDrawingWindow: Window{8009c7e u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity} mDrawState=HAS_DRAWN
    68. 06-02 19:44:46.713  1264  2846 V WindowManager: removeIfPossible: Window{e87371e u0 AssistPreviewPanel} callers=com.android.server.wm.WindowState.removeIfPossible:1914 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:218 android.view.IWindowSession$Stub.onTransact:242 com.android.server.wm.Session.onTransact:161
    69. 06-02 19:44:46.715  1264  2846 V WindowManager: postWindowRemoveCleanupLocked: Window{e87371e u0 AssistPreviewPanel}
    70. 06-02 19:44:46.715  1264  2846 V WindowManager: Removing Window{e87371e u0 AssistPreviewPanel} from WindowToken{191cbff android.os.BinderProxy@16ef59}
    71. 06-02 19:44:46.725  1264  2846 V WindowManager: removeIfPossible: Window{f26eab8 u0 AssistPreviewPanel} callers=com.android.server.wm.WindowState.removeIfPossible:1914 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:218 android.view.IWindowSession$Stub.onTransact:242 com.android.server.wm.Session.onTransact:161
    72. 06-02 19:44:46.726  1264  2846 V WindowManager: postWindowRemoveCleanupLocked: Window{f26eab8 u0 AssistPreviewPanel}
    73. 06-02 19:44:46.727  1264  2846 V WindowManager: Removing Window{f26eab8 u0 AssistPreviewPanel} from WindowToken{1663091 android.os.BinderProxy@f41291b}
    74. 06-02 19:44:46.768  1264  1275 D WindowManager: finishDrawingWindow: Window{dfe3fd6 u0 StatusBar} mDrawState=READY_TO_SHOW
    75. 06-02 19:44:46.769  1264  1275 D WindowManager: finishDrawingWindow: Window{44245e u0 NavigationBar} mDrawState=HAS_DRAWN
    76. 06-02 19:44:46.774   607   607 I GRALLOC :       shrFd=10,fmt=0x1,intFmt=0x1,btStrd=512,size=1122304,pid=607
    77. 06-02 19:44:46.774   607   607 I GRALLOC :       yuv=2,w=90,h=2190,Stride u=0 v=0,offset u=0 v=0
    78. 06-02 19:44:46.774   607   607 I GRALLOC :       iova_size=1122304,conUsg=0xb00,proUsg=0xb00,    strd=128,[afbc]HdrStrd=0 PyldStrd=0 Scrmbl=0,ionhnd = 1
    79. 06-02 19:44:46.793  1264  1275 V WindowManager: notifyAppStopped: AppWindowToken{8290363 token=Token{74cdd92 ActivityRecord{7b2171d u0 com.android.vending/.AssetBrowserActivity t114}}}
    80. 06-02 19:44:46.793  1264  1275 E WindowManager: win=Window{66e28cd u0 com.android.vending/com.android.vending.AssetBrowserActivity} destroySurfaces: appStopped=true win.mWindowRemovalAllowed=false win.mRemoveOnExit=false
    81. 06-02 19:44:46.794  1264  1275 I WindowManager: Destroying surface Surface(name=com.android.vending/com.android.vending.AssetBrowserActivity) called by com.android.server.wm.WindowStateAnimator.destroySurface:2072 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:884 com.android.server.wm.HwWindowStateAnimator.destroySurfaceLocked:1006 com.android.server.wm.WindowState.destroyOrSaveSurfaceUnchecked:2998 com.android.server.wm.WindowState.destroySurface:2951 com.android.server.wm.AppWindowToken.destroySurfaces:664 com.android.server.wm.AppWindowToken.destroySurfaces:648 com.android.server.wm.AppWindowToken.notifyAppStopped:692
    82. 06-02 19:44:46.810   608   669 I GRALLOC :       shrFd=53,fmt=0x1,intFmt=0x200000001,btStrd=4352,size=10113024,pid=608
    83. 06-02 19:44:46.810   608   669 I GRALLOC :       yuv=2,w=1080,h=2280,Stride u=0 v=0,offset u=0 v=0
    84. 06-02 19:44:46.810   608   669 I GRALLOC :       iova_size=10113024,conUsg=0x0,proUsg=0x8000100,     strd=1088,[afbc]HdrStrd=1088 PyldStrd=69632 Scrmbl=0,ionhnd = 4
    85. 06-02 19:44:46.817  1264  1372 I WindowManager: rotationForOrientationLw(orient=6, last=1); user=0
    86. 06-02 19:44:46.817  1264  1372 D WindowManager: face_rotation: isIntelliServiceEnabled: ro swtich off
    87. 06-02 19:44:46.818  1264  1372 I WindowManager: Selected orientation 6, got rotation 1 which has compatible metrics
    88. 06-02 19:44:46.819   608   669 I GRALLOC :       shrFd=61,fmt=0x1,intFmt=0x200000001,btStrd=4352,size=10113024,pid=608
    89. 06-02 19:44:46.819   608   669 I GRALLOC :       yuv=2,w=1080,h=2280,Stride u=0 v=0,offset u=0 v=0
    90. 06-02 19:44:46.819   608   669 I GRALLOC :       iova_size=10113024,conUsg=0x0,proUsg=0x8000100,     strd=1088,[afbc]HdrStrd=1088 PyldStrd=69632 Scrmbl=0,ionhnd = 5
    91. 06-02 19:44:46.823   608   669 I GRALLOC :       shrFd=55,fmt=0x1,intFmt=0x200000001,btStrd=4352,size=10113024,pid=608
    92. 06-02 19:44:46.823   608   669 I GRALLOC :       yuv=2,w=1080,h=2280,Stride u=0 v=0,offset u=0 v=0
    93. 06-02 19:44:46.823   608   669 I GRALLOC :       iova_size=10113024,conUsg=0x0,proUsg=0x8000100,     strd=1088,[afbc]HdrStrd=1088 PyldStrd=69632 Scrmbl=0,ionhnd = 6
    94. 06-02 19:44:46.826  5216  5266 E CRASH   :      #00  pc 00056e2c  /system/lib/libc.so (arena_chunk_discard+271)
    95. 06-02 19:44:46.826  5216  5266 E CRASH   :      #01  pc 0053c53c  /data/media/0/Android/data/me.blueomega.ha3d/files/il2cpp/Metadata/global-metadata.dat
    96. 06-02 19:44:46.826  5216  5266 E CRASH   :
    97. 06-02 19:44:46.826  5216  5266 E CRASH   : code around pc:
    98. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e0c bf00ea16 0003968e 00039722 00043580  ........"....5..
    99. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e1c 000396fa 000396e4 00043530 000395c2  ........05......
    100. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e2c 4ff0e92d 9007b089 2068461c fb044615  -..O.....Fh .F..
    101. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e3c 91061700 609bf507 f7be9005 4877eadc  .......`......wH
    102. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e4c 68004478 95086800 f85068e9 fa200024  xD.h.h...hP.$. .
    103. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e5c 2000f801 0f00f1b8 4971d052 0b88eba0  ... ....R.qI....
    104. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e6c 00c4ebc4 eb014479 f50700c0 2400699e  ....yD.......i.$
    105. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e7c 30049004 f1c89002 90030000 0a00f04f  ...0........O...
    106. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e8c 44784868 e01b6806 b9507830 3c049808  hHxD.h..0xP....<
    107. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8e9c 44586940 502af840 0a01f10a d30f45c2  @iXD@.*P.....E..
    108. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8eac 9802e030 680122a5 91011a68 ef64f7be  0....".hh.....d.
    109. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8ebc 22a59804 68009901 f7be4428 e7e5ef5e  ..."...h(D..^...
    110. 06-02 19:44:46.826  5216  5266 E CRASH   :     f0ad8ecc 0000f8d9 bf1c2800 29006841 9904d003  .....(..Ah.)....
    111. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0ad8edc f8b0f000 9807e004 2105e9dd f932f000  ...........!..2.
    112. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0ad8eec 2d004605 f1bad1d0 d0090f00 42629808  .F.-..........bB
    113. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0ad8efc 69409903 0181eb00 f7be4420 e001ee36  ..@i.... D..6...
    114. 06-02 19:44:46.827  5216  5266 E CRASH   :
    115. 06-02 19:44:46.827  5216  5266 E CRASH   : code around lr:
    116. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8ed0 00019818 00019700 000196f8 b082b5b0  ................
    117. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8ee0 9b06461d 462a2400 4400e9cd ff9ef7df  .F...$*F...D....
    118. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8ef0 69299807 2101b179 e9d57001 eba10104  ..)iy..!.p......
    119. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f00 38010180 6128680c 428868a9 60a8bfb8  ...8.h(a.h.B...`
    120. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f10 b0024620 f04fbdb0 60a931ff e7f77004   F....O..1.`.p..
    121. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f20 4ff0e92d 4692b083 f10a461c 4689000c  -..O...F.F.....F
    122. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f30 f79e9001 f8daea66 45480090 f8d9bf04  ....f.....HE....
    123. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f40 f8ca0000 94020090 d0084548 0100e9d9  ........HE......
    124. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f50 e9d96008 60410100 9900e9c9 2000e002  .`....A`.......
    125. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f60 0090f8ca 64a1f50a f04f2620 f1a40b00  .......d &O.....
    126. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f70 46380730 ea44f79e 0806eb09 0100e9d4  0.8F..D.........
    127. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f80 2006f859 3004f8d8 41591880 0100e9c4  Y.. ...0..YA....
    128. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8f90 f79e4638 f849ea48 3618b006 f8c83468  8F..H.I....6h4..
    129. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8fa0 f5b6b004 d1e27f72 44784824 29286801  ....r...$HxD.h()
    130. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8fb0 f509d321 39277072 0e68f10a f04f2310  !...rp'9..h..#O.
    131. 06-02 19:44:46.827  5216  5266 E CRASH   :     f0af8fc0 e9d00c00 e9de6400 19f67200 5088f8da  .....d...r.....P
    132. 06-02 19:44:46.831  5216  5266 E AndroidRuntime: FATAL EXCEPTION: UnityMain
    133. 06-02 19:44:46.831  5216  5266 E AndroidRuntime: Process: me.blueomega.ha3d, PID: 5216
    134. 06-02 19:44:46.831  5216  5266 E AndroidRuntime: java.lang.Error: signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr cc27cfec
    135. 06-02 19:44:46.831  5216  5266 E AndroidRuntime: Build fingerprint: 'HUAWEI/ANE-LX1/HWANE:8.0.0/HUAWEIANE-LX1/150(C432):user/release-keys'
    136. 06-02 19:44:46.831  5216  5266 E AndroidRuntime: Revision: '0'
    137. 06-02 19:44:46.831  5216  5266 E AndroidRuntime: pid: 5216, tid: 5266, name: UnityMain  >>> me.blueomega.ha3d <<<
    138. 06-02 19:44:46.831  5216  5266 E AndroidRuntime:     r0 ef613c88  r1 ef680100  r2 d965a170  r3 0000000e
    139. 06-02 19:44:46.831  5216  5266 E AndroidRuntime:     r4 00000000  r5 d965a170  r6 d965a000  r7 000000e0
    140. 06-02 19:44:46.831  5216  5266 E AndroidRuntime:     r8 ef613c88  r9 ef613c80  sl 000000e0  fp cc27d088
    141. 06-02 19:44:46.831  5216  5266 E AndroidRuntime:     ip f0b12d60  sp cc27d010  lr f0af8ef1  pc f0ad8e2c  cpsr f1789d10
    142. 06-02 19:44:46.831  5216  5266 E AndroidRuntime:
    143. 06-02 19:44:46.831  5216  5266 E AndroidRuntime:        at libc.arena_chunk_discard(arena_chunk_discard:271)
    144. 06-02 19:44:46.831  5216  5266 E AndroidRuntime:        at global-metadata.0053c53c(Native Method)
    145. 06-02 19:44:46.883  1264  1417 I WindowManager: WIN DEATH: Window{8009c7e u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity}
    146. 06-02 19:44:46.883  1264  1417 V WindowManager: removeIfPossible: Window{8009c7e u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity} callers=com.android.server.wm.WindowState.-wrap1:0 com.android.server.wm.WindowState$DeathRecipient.binderDied:2481 android.os.BinderProxy.sendDeathNotice:840 <bottom of call stack> <bottom of call stack>
    147. 06-02 19:44:46.885  1264  1417 I WindowManager: Destroying surface Surface(name=me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity) called by com.android.server.wm.WindowStateAnimator.destroySurface:2072 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:884 com.android.server.wm.HwWindowStateAnimator.destroySurfaceLocked:1006 com.android.server.wm.WindowState.removeImmediately:1899 com.android.server.wm.WindowState.removeIfPossible:2051 com.android.server.wm.WindowState.-wrap1:0 com.android.server.wm.WindowState$DeathRecipient.binderDied:2481 android.os.BinderProxy.sendDeathNotice:840
    148. 06-02 19:44:46.885  1264  1417 W WindowManager: Exception thrown when updateSurfaceStatusWindowStateAnimator{f6535df me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity}: android.os.DeadObjectException
    149. 06-02 19:44:46.886  1264  1417 V WindowManager: postWindowRemoveCleanupLocked: Window{8009c7e u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity}
    150. 06-02 19:44:46.886  1264  1417 V WindowManager: Removing Window{8009c7e u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity} from AppWindowToken{caeba22 token=Token{d64bed ActivityRecord{cfb2a04 u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity t125}}}
    151. 06-02 19:44:46.906  1264  1727 V WindowManager: removeAppToken: AppWindowToken{caeba22 token=Token{d64bed ActivityRecord{cfb2a04 u0 me.blueomega.ha3d/com.google.firebase.MessagingUnityPlayerActivity t125}}} delayed=true Callers=com.android.server.wm.DisplayContent.removeAppToken:994 com.android.server.wm.AppWindowContainerController.removeContainer:355 com.android.server.am.ActivityRecord.removeWindowContainer:1041 com.android.server.am.ActivityStack.removeActivityFromHistoryLocked:4486
    152. 06-02 19:44:46.909  1264  1727 V WindowManager: No longer Stopped: AppWindowToken{8290363 token=Token{74cdd92 ActivityRecord{7b2171d u0 com.android.vending/.AssetBrowserActivity t114}}}
    153. 06-02 19:44:46.924  1264  1417 D WindowManager: face_rotation: isIntelliServiceEnabled: ro swtich off
    154. 06-02 19:44:46.924  1264  1417 I WindowManager: rotationForOrientationLw(orient=-1, last=1); user=0
    155. 06-02 19:44:46.924  1264  1417 D WindowManager: face_rotation: isIntelliServiceEnabled: ro swtich off
    156. 06-02 19:44:46.924  1264  1417 I WindowManager: Selected orientation -1, got rotation 1 which has compatible metrics
    157. 06-02 19:44:46.930  1264  1727 V WindowManager: No longer Stopped: AppWindowToken{8290363 token=Token{74cdd92 ActivityRecord{7b2171d u0 com.android.vending/.AssetBrowserActivity t114}}}
    158. 06-02 19:44:46.933  1264  1727 V WindowManager: Checking 1 opening apps (frozen=false timeout=false)...
    159. 06-02 19:44:46.933  1264  1727 V WindowManager: Check opening app=AppWindowToken{8290363 token=Token{74cdd92 ActivityRecord{7b2171d u0 com.android.vending/.AssetBrowserActivity t114}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=true
    160. 06-02 19:44:46.940   607   607 I GRALLOC :       shrFd=10,fmt=0x1,intFmt=0x1,btStrd=4352,size=765952,pid=607
    161. 06-02 19:44:46.940   607   607 I GRALLOC :       yuv=2,w=1080,h=174,Stride u=0 v=0,offset u=0 v=0
    162. 06-02 19:44:46.940   607   607 I GRALLOC :       iova_size=765952,conUsg=0x906,proUsg=0x966,     strd=1088,[afbc]HdrStrd=0 PyldStrd=0 Scrmbl=0,ionhnd = 1
    163. 06-02 19:44:46.965  1264  1275 V WindowManager: removeIfPossible: Window{66e28cd u0 com.android.vending/com.android.vending.AssetBrowserActivity} callers=com.android.server.wm.WindowState.removeIfPossible:1914 com.android.server.wm.WindowManagerService.removeWindow:2031 com.android.server.wm.Session.remove:218 android.view.IWindowSession$Stub.onTransact:242 com.android.server.wm.Session.onTransact:161
    164. 06-02 19:44:46.965  1264  1275 V WindowManager: postWindowRemoveCleanupLocked: Window{66e28cd u0 com.android.vending/com.android.vending.AssetBrowserActivity}
    165. 06-02 19:44:46.966  1264  1275 V WindowManager: Removing Window{66e28cd u0 com.android.vending/com.android.vending.AssetBrowserActivity} from AppWindowToken{8290363 token=Token{74cdd92 ActivityRecord{7b2171d u0 com.android.vending/.AssetBrowserActivity t114}}}
    166. 06-02 19:44:46.968  1264  1275 V WindowManager: Checking 1 opening apps (frozen=false timeout=false)...
    167. 06-02 19:44:46.968  1264  1275 V WindowManager: Check opening app=AppWindowToken{8290363 token=Token{74cdd92 ActivityRecord{7b2171d u0 com.android.vending/.AssetBrowserActivity t114}}}: allDrawn=false startingDisplayed=false startingMoved=false isRelaunching()=true
    Any advice on what to look for next would be greatly appreciated. The error has only existed since moving from 2017 LTS to 2019.1.3f1