Hi everyone.
I have a problem with my android game. the game crashes after about 20 - 30 minutes of play.
I am using latest unity version Unity 2018.2.14f1 with pro license.
I have used android studio to debug but i haven't found any exactly reason cause of crashes. I attach debug log from android studio below.
i see an useful information here
java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@1c36cac2 does not exist
W/WindowManager( 1164): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9004)
W/WindowManager( 1164): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8995)
W/WindowManager( 1164): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1220)
W/WindowManager( 1164): at android.os.BinderProxy.sendDeathNotice(Binder.java:553)
Please help me !!!
Thanks
log 1 : http://m.uploadedit.com/bbtc/1541074184358.txt
log 2: http://m.uploadedit.com/bbtc/1541074254371.txt
↧