Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Occasionally crash on android

Discussion in 'Android' started by bobeogames, Apr 9, 2019.

  1. bobeogames

    bobeogames

    Joined:
    Feb 9, 2019
    Posts:
    20
    I'm testing a game on android and occasionally the game freeze, not always just occasionally. I traced it in ADB and this is the log shows. It seems there is an error caused by my game (data/app/com.bobeogames.bobeolines) but I have no any clue what it is. Can anyone have me take a look the log?

    Code (CSharp):
    1. 674   674 I Layer   : id=1882 onRemoved com.bobeogames.bobeolines/com.unity3d.player.UnityPlayerActivity#0
    2. 04-09 16:09:46.667   554   554 W /system/bin/hwservicemanager: getTransportFromManifest: Cannot find entry vendor.qti.hardware.iop@1.0::IIop in either framework or device manifest, using default transport.
    3. 04-09 16:09:46.668  1500  1555 E ANDR-PERF-JNI: gIOPHAl calling iopstart from default
    4. 04-09 16:09:46.668   644   644 E ANDR-IOP: IOP HAL: Received pkg_name = com.bobeogames.bobeolines pid = 11784
    5. 04-09 16:09:46.668   644   723 E ANDR-IOP: io prefetch Capture is deactivated
    6. 04-09 16:09:46.671   674   674 I SurfaceFlinger: Display 0 HWC layers:
    7. 04-09 16:09:46.671   674   674 I SurfaceFlinger:     type    |    handle    | flag |  format   |   source crop (l,t,r,b)    |         frame       | name
    8. 04-09 16:09:46.671   674   674 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
    9. 04-09 16:09:46.671   674   674 I SurfaceFlinger:      Client | 0x7243786700 | 0002 | RGBx_8888 |   2.0    0.0 1082.0 2220.0 |    0    0 1080 2220 | com.android.systemui.ImageWallpaper#0
    10. 04-09 16:09:46.671   674   674 I SurfaceFlinger:      Client | 0x724362ef80 | 0000 | RGBA_8888 | 160.0  466.0  919.0 2026.0 |    0    0 1080 2220 | com.sec.android.app.launcher/com.sec[...]uncher.activities.LauncherActivity#0
    11. 04-09 16:09:46.671   674   674 I SurfaceFlinger:  SolidColor |              | 0002 |  Unknown  |   0.0    0.0   -1.0   -1.0 |   35  101 1045 2177 | Background for - SurfaceView - com.b[...]ayer.UnityPlayerActivity@4e36eed@0#0
    12. 04-09 16:09:46.671   674   674 I SurfaceFlinger:      Device | 0x7245c42c00 | 0000 | RGBA_8888 |   0.0    0.0 1080.0 2220.0 |   35  101 1045 2177 | com.bobeogames.bobeolines/com.unity3d.player.UnityPlayerActivity#1
    13. 04-09 16:09:46.671   674   674 I SurfaceFlinger:      Device | 0x7243787800 | 0002 | RGBA_8888 |   0.0    0.0 1080.0 2220.0 |   35  101 1045 2177 | Splash Screen com.bobeogames.bobeol
    14. 04-09 16:09:46.671   674   674 I SurfaceFlinger: ines#0
    15. 04-09 16:09:46.671   674   674 I SurfaceFlinger:      Device | 0x72436ac100 | 0000 | RGBA_8888 |   0.0    0.0   67.0  455.0 | 1013 1035 1080 1490 | com.samsung.android.app.cocktailbars[...]ktailbarservice.CocktailBarService#0
    16. 04-09 16:09:46.671   674   674 I SurfaceFlinger:      Device | 0x72437ea680 | 0000 | RGBA_8888 |   0.0    0.0 1080.0  126.0 |    0 2094 1080 2220 | NavigationBar#0
    17. 04-09 16:09:46.671   674   674 I SurfaceFlinger:
    18. 04-09 16:09:46.702 11784 11793 E CRASH   :      #00  pc 00000000  <unknown/absolute>
    19. 04-09 16:09:46.702 11784 11793 E CRASH   :      #01  pc 0000007f  /data/app/com.bobeogames.bobeolines-R0XaayRFgwzo9nPAmh-Pmg==/oat/arm/base.odex (oatexec+4294848639)
    20. 04-09 16:09:46.702 11784 11793 E CRASH   :
    21. 04-09 16:09:46.702 11784 11793 E CRASH   : memory near ip:
    22. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad3020e8 e1a02000 e5940000 e59b1008 e59b3010  . ...........0..
    23. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad3020f8 e590c008 e1a00004 e8bd4c10 e12fff1c  .........L..../.
    24. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad302108 e3520000 012fff1e e5920000 e5901004  ..R.../.........
    25. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad302118 e1a00002 e12fff11 e92d4c70 e28db010  ....../.pL-.....
    26. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad302128 e24dd090 e24b0014 e3a01040 ebffffa9  ..M...K.@.......
    27. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad302138 e59f0108 e24b501c e3a02000 e3a04000  .....PK.. ...@..
    28. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad302148 e08f1000 e1a00005 eb008d4f e306156b  ........O...k...
    29. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad302158 e54b401e e14b12b0 e3061e69 e59f00e0  .@K...K.i.......
    30. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad302168 e3461f76 e28d6028 e50b1024 e08f1000  v.F.(`..$.......
    31. 04-09 16:09:46.702 11784 11793 E CRASH   :     ad302178 e3a02054 e1a00006 eba96e84 e3062574  T .......n..t%..
    32. 04-09 16:09:46.703 11784 11793 E CRASH   :     ad302188 e59f00c0 e59f10c0 e5cd4026 e1cd22b4  ........&@..."..
    33. 04-09 16:09:46.703 11784 11793 E CRASH   :     ad302198 e3062564 e346256c e79f0000 e58d2020  d%..l%F.....  ..
    34. 04-09 16:09:46.703 11784 11793 E CRASH   :     ad3021a8 e3042a28 e79f1001 e3452629 e5cd401c  (*......)&E..@..
    35. 04-09 16:09:46.703 11784 11793 E CRASH   :     ad3021b8 e58d2018 e24b2024 e58d6004 e58d2000  . ..$ K..`... ..
    36. 04-09 16:09:46.703 11784 11793 E CRASH   :     ad3021c8 e58d1008 e28d1020 e58d100c e58d0014  .... ...........
    37. 04-09 16:09:46.703 11784 11793 E CRASH   :     ad3021d8 e28d0018 e58d0010 e1a00005 eb00001b  ................
    38. 04-09 16:09:46.703 11784 11793 E CRASH   :
    39. 04-09 16:09:46.703 11784 11793 E CRASH   : code around pc:
    40. 04-09 16:09:46.703 11784 11793 E CRASH   :     00000000 ffffffff ffffffff ffffffff ffffffff  ................
    41. 04-09 16:09:46.703 11784 11793 E CRASH   :     00000010 ffffffff ffffffff ffffffff ffffffff  ................
    42. 04-09 16:09:46.703 11784 11793 E CRASH   :     00000020 ffffffff ffffffff ffffffff ffffffff  ................
    43. 04-09 16:09:46.703 11784 11793 E CRASH   :     00000030 ffffffff ffffffff ffffffff ffffffff  ................
    44. 04-09 16:09:46.703 11784 11793 E CRASH   :     00000040 ffffffff ffffffff ffffffff ffffffff  ................
    45. 04-09 16:09:46.703 11784 11793 E CRASH   :     00000050 ffffffff ffffffff ffffffff ffffffff  ................
    46. 04-09 16:09:46.703 11784 11793 E CRASH   :     00000060 ffffffff ffffffff ffffffff ffffffff  ................
    47. 04-09 16:09:46.703 11784 11793 E CRASH   :     00000070 ffffffff ffffffff ffffffff ffffffff  ................
    48. 04-09 16:09:46.704 11784 11793 E CRASH   :     00000080 ffffffff ffffffff ffffffff ffffffff  ................
    49. 04-09 16:09:46.704 11784 11793 E CRASH   :     00000090 ffffffff ffffffff ffffffff ffffffff  ................
    50. 04-09 16:09:46.704 11784 11793 E CRASH   :     000000a0 ffffffff ffffffff ffffffff ffffffff  ................
    51. 04-09 16:09:46.704 11784 11793 E CRASH   :     000000b0 ffffffff ffffffff ffffffff ffffffff  ................
    52. 04-09 16:09:46.704 11784 11793 E CRASH   :     000000c0 ffffffff ffffffff ffffffff ffffffff  ................
    53. 04-09 16:09:46.704 11784 11793 E CRASH   :     000000d0 ffffffff ffffffff ffffffff ffffffff  ................
    54. 04-09 16:09:46.704 11784 11793 E CRASH   :     000000e0 ffffffff ffffffff ffffffff ffffffff  ................
    55. 04-09 16:09:46.704 11784 11793 E CRASH   :     000000f0 ffffffff ffffffff ffffffff ffffffff  ................
    56. 04-09 16:09:46.704 11784 11793 E CRASH   :
    57. 04-09 16:09:46.704 11784 11793 E CRASH   : code around lr:
    58. 04-09 16:09:46.704 11784 11793 E CRASH   :     d3fea060 464847e0 c1c4f8d0 900447e0 9b1e9a1d  .GHF.....G......
    59. 04-09 16:09:46.704 11784 11793 E CRASH   :     d3fea070 f8d9a903 f8dd009c f8dcc000 47e0c018  ...............G
    60. 04-09 16:09:46.704 11784 11793 E CRASH   :     d3fea080 46499804 c1d0f8d1 f8d947e0 f1bcc084  ..IF.....G......
    61. 04-09 16:09:46.704 11784 11793 E CRASH   :     d3fea090 d1040f00 ecbdb005 e8bd8a10 46608de0  ..............`F
    62. 04-09 16:09:46.704 11784 11793 E CRASH   :     d3fea0a0 c2b8f8d9 000047e0 00000000 00000000  .....G..........
    63. 04-09 16:09:46.704 11784 11793 E CRASH   :     d3fea0b0 00000080 00004de0 ffff0000 000000e0  .....M..........
    64. 04-09 16:09:46.704 11784 11793 E CRASH   :     d3fea0c0 4de0e92d 8a10ed2d 9000b089 93229221  -..M-.......!.".
    65. 04-09 16:09:46.705 11784 11793 E CRASH   :     d3fea0d0 0c04f04f c008f8cd c0c4f8d9 c004f8cd  O...............
    66. 04-09 16:09:46.705 11784 11793 E CRASH   :     d3fea0e0 0c04f10d c0c4f8c9 c000f8d0 c00cf8cd  ................
    67. 04-09 16:09:46.705 11784 11793 E CRASH   :     d3fea0f0 c08cf8dd c010f8cd c090f8dd c014f8cd  ................
    68. 04-09 16:09:46.705 11784 11793 E CRASH   :     d3fea100 c094f8dd c018f8cd d08cf8c9 f8d9b084  ................
    69. 04-09 16:09:46.705 11784 11793 E CRASH   :     d3fea110 f1bcc034 f0000f00 a8078005 f8d14649  4...........IF..
    70. 04-09 16:09:46.705 11784 11793 E CRASH   :     d3fea120 47e0c31c f8d04648 47e0c1c4 f8dd900b  ...GHF.....G....
    71. 04-09 16:09:46.705 11784 11793 E CRASH   :     d3fea130 f1bcc028 bf180f00 0c28f10d c008f8cd  (.........(.....
    72. 04-09 16:09:46.705 11784 11793 E CRASH   :     d3fea140 c024f8dd 0f00f1bc f10dbf18 f8cd0c24  ..$.........$...
    73. 04-09 16:09:46.705 11784 11793 E CRASH   :     d3fea150 f8ddc004 f1bcc020 bf180f00 0c20f10d  .... ......... .
     
    Last edited: Apr 9, 2019
  2. bobeogames

    bobeogames

    Joined:
    Feb 9, 2019
    Posts:
    20
    I tried many other tests and the bug still persists. There are other errors below but it seems just related one main cause.

    The error E01,, is it due to my graphics is too big? I tried to reduce the maximum size of texture to 512 but still error

    E01
    Code (CSharp):
    1.  1965 I SurfaceFlinger: id=2531 Removed Splash Screen com.bobeogames.bobeolines#0 (-2/9)
    2. 04-09 20:41:00.953 16523 17508 D Unity   : PlayerInitEngineNoGraphics OK
    3. 04-09 20:41:00.953 16523 17508 D Unity   : AndroidGraphics::Startup window =  0xdfdab008
    4. 04-09 20:41:00.953 16523 17508 D Unity   : [EGL] Attaching window :0xdfdab008
    5. 04-09 20:41:00.956 16523 17508 D Unity   : [EGL] Request: ES 3.1+AEP RGB0 000 0/0
    6. 04-09 20:41:00.957 16523 17508 D Unity   : [EGL] Checking ES 3.1 support...
    7. 04-09 20:41:00.958 16523 17508 D Unity   : [EGL] ES 3.1 support detected
    8. 04-09 20:41:00.958 16523 17508 D Unity   : [EGL] Found: ID[1] ES 3.1+AEP RGB16 565 0/0
    9. 04-09 20:41:00.958 16523 17508 D Unity   : GfxDevice: creating device client; threaded=1
    10. 04-09 20:41:00.959 16523 17508 D Unity   : [EGL] Request: ES 3.1+AEP RGB0 000 0/0
    11. 04-09 20:41:00.959 16523 17508 D Unity   : [EGL] Found: ID[1] ES 3.1+AEP RGB16 565 0/0
    12. 04-09 20:41:00.959 16523 17508 D Unity   : [EGL] Request: ES 3.0 RGBA32 8888 0/0
    13. 04-09 20:41:00.961 16523 17508 D Unity   : [EGL] Found: ID[9] ES 3.0 RGBA32 8888 0/0
    14. 04-09 20:41:00.963   674   674 I Layer   : id=2531 onRemoved Splash Screen com.xxxxxxxxx.xxxxxxxxx#0
    15. 'Development', Scripting Backend 'mono', CPU 'armeabi-v7a'
    16. 04-09 20:41:00.972 16523 16531 E CRASH   : Build fingerprint: 'samsung/greatqltecs/greatqltecs:8.0.0/R16NW/N950WVLU5CRJ3:user/release-keys'
    17. 04-09 20:41:00.972 16523 16531 E CRASH   : Revision: '11'
    18. 04-09 20:41:00.972 16523 16531 E CRASH   : pid: 16523, tid: 16531, name: FinalizerDaemon  >>> com.bobeogames.bobeolines <<<
    19. 04-09 20:41:00.972 16523 16531 E CRASH   :     r0 bd172c30  r1 b0e0ee88  r2 bd172c30  r3 00000000
    20. 04-09 20:41:00.972 16523 16531 E CRASH   :     r4 f247cadc  r5 00000002  r6 00000000  r7 d8ef8d98
    21. 04-09 20:41:00.972 16523 16531 E CRASH   :     r8 00000056  r9 e54d8a00  sl 00000000  fp d8ef8b34
    22. 04-09 20:41:00.972 16523 16531 E CRASH   :     ip b0aff108  sp d8ef8ab0  lr d80e5081  pc b0e0ee88  cpsr 00004093
    23. 04-09 20:41:00.972 16523 16531 E CRASH   :
    24. 04-09 20:41:00.972 16523 16531 E CRASH   : backtrace:
    25. 04-09 20:41:00.976 16523 17508 D Unity   : OPENGL LOG: Creating OpenGL ES 3.2 graphics device ; Context level  <OpenGL ES 3.1 AEP> ; Context handle -1307949248
    26. 04-09 20:41:00.976 16523 17508 D Unity   : [EGL] Attaching window :0xdfdab008
    27. 04-09 20:41:00.977 16523 17508 D Unity   : Requested framebuffer: resolution[1080x2220], rgba[8/8/8/8], depth+stencil[on], samples[1]
    28. 04-09 20:41:00.977 16523 17508 D Unity   : Created framebuffer: resolution[1080x2220], rgba[8/8/8/8], depth+stencil[24/8], samples[0]
    29. 04-09 20:41:00.977 16523 17508 D Unity   : [EGL] Attaching window :0xdfdab008
    30. 04-09 20:41:00.977 16523 17508 D Unity   : Initialize engine version: 2018.3.12f1 (8afd630d1f5b)
    31. 04-09 20:41:00.980  1500  1555 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1651200  uid : 1000  pid : 1500  pkgName : AMS_RESUME_TAIL@CPU_MIN@38
    32. 04-09 20:41:00.980  1500  1555 D ActivityManagerPerformance: AMP_acquire() TAIL
    E02: Unknown error. Why it is related to /lib/arm/libunity.so and /oat/arm/base.odex?

    Code (CSharp):
    1.  20:41:01.097  1500  1890 V MdnieScenarioControlService: setUIMode from UI function(3)
    2. 04-09 20:41:01.133  1500  1959 I WifiTrafficPoller: mCpuCoreBooster Lock
    3. 04-09 20:41:01.153 16523 16531 E CRASH   :      #00  pc 00034e88  /data/app/com.xxxxxxxx.xxxxxxxxxx-G8Uf0BQKqQhe4S2VzC32Dw==/lib/arm/libunity.so
    4. 04-09 20:41:01.153 16523 16531 E CRASH   :      #01  pc 0000007f  /data/app/com.bobeogames.bobeolines-G8Uf0BQKqQhe4S2VzC32Dw==/oat/arm/base.odex (oatexec+4294848639)
    5. 04-09 20:41:01.153 16523 16531 E CRASH   :
    6. 04-09 20:41:01.153 16523 16531 E CRASH   : memory near r0:
    7. 04-09 20:41:01.153 16523 16531 E CRASH   :     bd172c10 00000000 00000000 00000000 00000000  ................
    8. 04-09 20:41:01.153 16523 16531 E CRASH   :     bd172c20 00000009 00000021 00000000 ffffffff  ....!...........
    9. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172c30 b0e0ef18 b0e0ef54 b1e77ab0 00000000  ....T....z......
    10. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172c40 00000000 00000000 00000000 00000000  ................
    11. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172c50 efd71838 00000024 efc9e520 68432f00  8...$... ..../Ch
    12. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172c60 00000000 70617267 00000000 00000000  ....grap........
    13. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172c70 00000000 63616200 00000000 00000000  .....bac........
    14. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172c80 74696e55 6f684379 676f6572 68706172  UnityChoreograph
    15. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172c90 6f007265 6d207475 67616e61 70206465  er.out managed p
    16. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172ca0 3e726565 00000000 00000000 00000000  eer>............
    17. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172cb0 00000000 c9b763e0 00000000 00000000  .....c..........
    18. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172cc0 00000000 c9b763f0 00000000 00000000  .....c..........
    19. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172cd0 00000000 00000000 00000000 00000000  ................
    20. 04-09 20:41:01.154 16523 16531 E CRASH   :     bd172ce0 00000000 cd6a69b0 cd6a65e0 c9b2f3f0  .....ij..ej.....
    21. 04-09 20:41:01.155 16523 16531 E CRASH   :     bd172cf0 cd6a62a0 cd6a6290 cd6a6900 00000000  .bj..bj..ij.....
    22. 04-09 20:41:01.155 16523 16531 E CRASH   :     bd172d00 c9b2f400 c9b2f500 cd6a6890 00000000  .........hj.....
    23. 04-09 20:41:01.155 16523 16531 E CRASH   :
    24. 04-09 20:41:01.155 16523 16531 E CRASH   : memory near r1:
    25. 04-09 20:41:01.155 16523 16531 E CRASH   :     b0e0ee68 b0ade21d b0ade21d 00000000 00000000  ................
    26. 04-09 20:41:01.155 16523 16531 E CRASH   :     b0e0ee78 00000000 00000000 00000000 00000000  ................
    27. 04-09 20:41:01.155 16523 16531 E CRASH   :     b0e0ee88 b01526e0 b0152724 b0aff4a8 af90efd4  .&..$'..........
    28. 04-09 20:41:01.155 16523 16531 E CRASH   :     b0e0ee98 b0aff388 b0aff450 b0aff47c b0152680  ....P...|....&..
    29. 04-09 20:41:01.155 16523 16531 E CRASH   :     b0e0eea8 b0141d6c b0141d6c b0141dd4 b0141d6c  l...l.......l...
    30. 04-09 20:41:01.155 16523 16531 E CRASH   :     b0e0eeb8 fffffffc fffffffc fffffffc fffffffc  ................
    31. 04-09 20:41:01.155 16523 16531 E CRASH   :     b0e0eec8 fffffffc 00000000 b0152734 b0152778  ........4'..x'..
    32. 04-09 20:41:01.155 16523 16531 E CRASH   :     b0e0eed8 00000000 00000000 b0141dcc b0141dcc  ................
    33. 04-09 20:41:01.156 16523 16531 E CRASH   :     b0e0eee8 b0141e48 b0141dcc b0e0ee88 b0e0ef48  H...........H...
    34. 04-09 20:41:01.156 16523 16531 E CRASH   :     b0e0eef8 b0e0efb8 b0e0f028 b0e0f028 b0e0f068  ....(...(...h...
    35. 04-09 20:41:01.156 16523 16531 E CRASH   :     b0e0ef08 b0e0f09c b0e0efb8 b0e0eff0 b0e0ef48  ............H...
    36. 04-09 20:41:01.156 16523 16531 E CRASH   :     b0e0ef18 b0e0ef80 b0e0ee88 b0e0eed0 00000000  ................
    37. 04-09 20:41:01.156 16523 16531 E CRASH   :     b0e0ef28 00000000 00000000 00000000 00000000  ................
    38. 04-09 20:41:01.156 16523 16531 E CRASH   :     b0e0ef38 00000000 00000000 00000000 00000000  ................
    39. 04-09 20:41:01.156 16523 16531 E CRASH   :     b0e0ef48 af640530 af640530 b0aff4a8 af90efd4  0.d.0.d.........
    40. 04-09 20:41:01.156 16523 16531 E CRASH   :     b0e0ef58 b0aff388 b0aff450 b0aff47c b0152680  ....P...|....&..
    41. 04-09 20:41:01.156 16523 16531 E CRASH   :
    42. 04-09 20:41:01.156 16523 16531 E CRASH   : memory near r2:
    43. 04-09 20:41:01.156 16523 16531 E CRASH   :     bd172c10 00000000 00000000 00000000 00000000  ................
    44. 04-09 20:41:01.156 16523 16531 E CRASH   :     bd172c20 00000009 00000021 00000000 ffffffff  ....!...........
    45. 04-09 20:41:01.156 16523 16531 E CRASH   :     bd172c30 b0e0ef18 b0e0ef54 b1e77ab0 00000000  ....T....z......
    46. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172c40 00000000 00000000 00000000 00000000  ................
    47. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172c50 efd71838 00000024 efc9e520 68432f00  8...$... ..../Ch
    48. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172c60 00000000 70617267 00000000 00000000  ....grap........
    49. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172c70 00000000 63616200 00000000 00000000  .....bac........
    50. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172c80 74696e55 6f684379 676f6572 68706172  UnityChoreograph
    51. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172c90 6f007265 6d207475 67616e61 70206465  er.out managed p
    52. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172ca0 3e726565 00000000 00000000 00000000  eer>............
    53. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172cb0 00000000 c9b763e0 00000000 00000000  .....c..........
    54. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172cc0 00000000 c9b763f0 00000000 00000000  .....c..........
    55. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172cd0 00000000 00000000 00000000 00000000  ................
    56. 04-09 20:41:01.157 16523 16531 E CRASH   :     bd172ce0 00000000 cd6a69b0 cd6a65e0 c9b2f3f0  .....ij..ej.....
    57. 04-09 20:41:01.158 16523 16531 E CRASH   :     bd172cf0 cd6a62a0 cd6a6290 cd6a6900 00000000  .bj..bj..ij.....
    58. 04-09 20:41:01.158 16523 16531 E CRASH   :     bd172d00 c9b2f400 c9b2f500 cd6a6890 00000000  .........hj.....
    59. 04-09 20:41:01.158 16523 16531 E CRASH   :
    60. 04-09 20:41:01.158 16523 16531 E CRASH   : memory near ip:
    61. 04-09 20:41:01.158 16523 16531 E CRASH   :     b0aff0e8 e1a02000 e5940000 e59b1008 e59b3010  . ...........0..
    62. 04-09 20:41:01.158 16523 16531 E CRASH   :     b0aff0f8 e590c008 e1a00004 e8bd4c10 e12fff1c  .........L..../.
    63. 04-09 20:41:01.158 16523 16531 E CRASH   :     b0aff108 e3520000 012fff1e e5920000 e5901004  ..R.../.........
    64. 04-09 20:41:01.158 16523 16531 E CRASH   :     b0aff118 e1a00002 e12fff11 e92d4c70 e28db010  ....../.pL-.....
    65. 04-09 20:41:01.158 16523 16531 E CRASH   :     b0aff128 e24dd090 e24b0014 e3a01040 ebffffa9  ..M...K.@.......
    66. 04-09 20:41:01.158 16523 16531 E CRASH   :     b0aff138 e59f0108 e24b501c e3a02000 e3a04000  .....PK.. ...@..
    67. 04-09 20:41:01.158 16523 16531 E CRASH   :     b0aff148 e08f1000 e1a00005 eb008d4f e306156b  ........O...k...
    68. 04-09 20:41:01.158 16523 16531 E CRASH   :     b0aff158 e54b401e e14b12b0 e3061e69 e59f00e0  .@K...K.i.......
    69. 04-09 20:41:01.158 16523 16531 E CRASH   :     b0aff168 e3461f76 e28d6028 e50b1024 e08f1000  v.F.(`..$.......
    70. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0aff178 e3a02054 e1a00006 eba96e84 e3062574  T .......n..t%..
    71. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0aff188 e59f00c0 e59f10c0 e5cd4026 e1cd22b4  ........&@..."..
    72. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0aff198 e3062564 e346256c e79f0000 e58d2020  d%..l%F.....  ..
    73. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0aff1a8 e3042a28 e79f1001 e3452629 e5cd401c  (*......)&E..@..
    74. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0aff1b8 e58d2018 e24b2024 e58d6004 e58d2000  . ..$ K..`... ..
    75. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0aff1c8 e58d1008 e28d1020 e58d100c e58d0014  .... ...........
    76. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0aff1d8 e28d0018 e58d0010 e1a00005 eb00001b  ................
    77. 04-09 20:41:01.159 16523 16531 E CRASH   :
    78. 04-09 20:41:01.159 16523 16531 E CRASH   : code around pc:
    79. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0e0ee68 b0ade21d b0ade21d 00000000 00000000  ................
    80. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0e0ee78 00000000 00000000 00000000 00000000  ................
    81. 04-09 20:41:01.159 16523 16531 E CRASH   :     b0e0ee88 b01526e0 b0152724 b0aff4a8 af90efd4  .&..$'..........
    82. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0ee98 b0aff388 b0aff450 b0aff47c b0152680  ....P...|....&..
    83. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0eea8 b0141d6c b0141d6c b0141dd4 b0141d6c  l...l.......l...
    84. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0eeb8 fffffffc fffffffc fffffffc fffffffc  ................
    85. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0eec8 fffffffc 00000000 b0152734 b0152778  ........4'..x'..
    86. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0eed8 00000000 00000000 b0141dcc b0141dcc  ................
    87. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0eee8 b0141e48 b0141dcc b0e0ee88 b0e0ef48  H...........H...
    88. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0eef8 b0e0efb8 b0e0f028 b0e0f028 b0e0f068  ....(...(...h...
    89. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0ef08 b0e0f09c b0e0efb8 b0e0eff0 b0e0ef48  ............H...
    90. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0ef18 b0e0ef80 b0e0ee88 b0e0eed0 00000000  ................
    91. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0ef28 00000000 00000000 00000000 00000000  ................
    92. 04-09 20:41:01.160 16523 16531 E CRASH   :     b0e0ef38 00000000 00000000 00000000 00000000  ................
    93. 04-09 20:41:01.161 16523 16531 E CRASH   :     b0e0ef48 af640530 af640530 b0aff4a8 af90efd4  0.d.0.d.........
    94. 04-09 20:41:01.161 16523 16531 E CRASH   :     b0e0ef58 b0aff388 b0aff450 b0aff47c b0152680  ....P...|....&..
    95. 04-09 20:41:01.161 16523 16531 E CRASH   :
    96. 04-09 20:41:01.161 16523 16531 E CRASH   : code around lr:
    97. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e5060 464847e0 c1c4f8d0 900447e0 9b1e9a1d  .GHF.....G......
    98. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e5070 f8d9a903 f8dd009c f8dcc000 47e0c018  ...............G
    99. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e5080 46499804 c1d0f8d1 f8d947e0 f1bcc084  ..IF.....G......
    100. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e5090 d1040f00 ecbdb005 e8bd8a10 46608de0  ..............`F
    101. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e50a0 c2b8f8d9 000047e0 00000000 00000000  .....G..........
    102. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e50b0 00000080 00004de0 ffff0000 000000e0  .....M..........
    103. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e50c0 4de0e92d 8a10ed2d 9000b089 93229221  -..M-.......!.".
    104. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e50d0 0c04f04f c008f8cd c0c4f8d9 c004f8cd  O...............
    105. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e50e0 0c04f10d c0c4f8c9 c000f8d0 c00cf8cd  ................
    106. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e50f0 c08cf8dd c010f8cd c090f8dd c014f8cd  ................
    107. 04-09 20:41:01.161 16523 16531 E CRASH   :     d80e5100 c094f8dd c018f8cd d08cf8c9 f8d9b084  ................
    108. 04-09 20:41:01.162 16523 16531 E CRASH   :     d80e5110 f1bcc034 f0000f00 a8078005 f8d14649  4...........IF..
    109. 04-09 20:41:01.162 16523 16531 E CRASH   :     d80e5120 47e0c31c f8d04648 47e0c1c4 f8dd900b  ...GHF.....G....
    110. 04-09 20:41:01.162 16523 16531 E CRASH   :     d80e5130 f1bcc028 bf180f00 0c28f10d c008f8cd  (.........(.....
    111. 04-09 20:41:01.162 16523 16531 E CRASH   :     d80e5140 c024f8dd 0f00f1bc f10dbf18 f8cd0c24  ..$.........$...
    112. 04-09 20:41:01.162 16523 16531 E CRASH   :     d80e5150 f8ddc004 f1bcc020 bf180f00 0c20f10d  .... ......... .
    113. 04-09 20:41:01.197
     
  3. bobeogames

    bobeogames

    Joined:
    Feb 9, 2019
    Posts:
    20
    E04: another error related to Unity

    Code (CSharp):
    1. 20:41:38.837  1500  2526 I WindowManager: Destroying surface Surface(name=com.bobeogames.bobeolines/com.unity3d.player.UnityPlayerActivity) called by com.android.server.wm.WindowStateAnimator.destroySurface:2483 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:985 com.android.server.wm.WindowState.removeImmediately:2398 com.android.server.wm.WindowState.removeIfPossible:2587 com.android.server.wm.WindowState.removeIfPossible:2427 com.android.server.wm.WindowManagerService.removeWindow:2020 com.android.server.wm.Session.remove:237 android.view.IWindowSession$Stub.onTransact:242
    2. 04-09 20:41:38.837   674   674 I Layer   : id=2552 onRemoved PopupWindow:939ae70#0
    3. 04-09 20:41:38.837   674  2017 I SurfaceFlinger: id=2550 Removed com.bobeogames.bobeolines/com.unity3d.player.UnityPlayerActivity#1 (3/8)
    4. 04-09 20:41:38.847 17683 17683 E WindowManager:
    5. 04-09 20:41:38.847 17683 17683 E WindowManager: android.view.WindowLeaked: Activity com.unity3d.player.UnityPlayerActivity has leaked window android.widget.PopupWindow$PopupDecorView{f371b4b V.E...... ......ID 0,0-787,196} that was originally added here
    6. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.view.ViewRootImpl.<init>(ViewRootImpl.java:614)
    7. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:365)
    8. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:100)
    9. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.widget.PopupWindow.invokePopup(PopupWindow.java:1467)
    10. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.widget.PopupWindow.showAsDropDown(PopupWindow.java:1316)
    11. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.widget.PopupWindow.showAsDropDown(PopupWindow.java:1272)
    12. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.unity.ads.Banner.showPopUpWindow(Banner.java:289)
    13. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.unity.ads.Banner.access$800(Banner.java:44)
    14. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.unity.ads.Banner$3.onAdLoaded(Banner.java:169)
    15. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzyt.onAdLoaded(Unknown Source:24)
    16. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzaba.onAdLoaded(Unknown Source:3)
    17. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzxt.onAdLoaded(Unknown Source:10)
    18. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzyy.dispatchTransaction(Unknown Source:11)
    19. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzfn.onTransact(Unknown Source:12)
    20. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.os.Binder.transact(Binder.java:612)
    21. 04-09 20:41:38.847 17683 17683 E WindowManager:         at ox.b(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:2)
    22. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.client.ac.c(Unknown Source:5)
    23. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.a.s(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:3)
    24. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.h.r(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:1)
    25. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.x.r(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:2)
    26. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.c.b(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:40)
    27. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.renderer.a.a(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:8)
    28. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.renderer.a.a(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:10)
    29. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.webview.j.p(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:1)
    30. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.webview.j.onPageFinished(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:6)
    31. 04-09 20:41:38.847 17683 17683 E WindowManager:         at vu.d(PG:307)
    32. 04-09 20:41:38.847 17683 17683 E WindowManager:         at aCg.handleMessage(PG:72)
    33. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.os.Handler.dispatchMessage(Handler.java:105)
    34. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.os.Looper.loop(Looper.java:164)
    35. 04-09 20:41:38.847 17683 17683 E WindowManager:         at android.app.ActivityThread.main(ActivityThread.java:6940)
    36. 04-09 20:41:38.847 17683 17683 E WindowManager:         at java.lang.reflect.Method.invoke(Native Method)
    37. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
    38. 04-09 20:41:38.847 17683 17683 E WindowManager:         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
    39. 04-09 20:41:38.853   674   674 I Layer   : id=2550 onRemoved com.bobeogames.bobeolines/com.unity3d.player.UnityPlayerActivity#1
    40. 04-09 20:41:38.854   674   674 I Layer   : id=2549 onRemoved Background for - SurfaceView - com.bobeogames.bobeolines/com.unity3d.player.UnityPlayerActivity@7a8a361@0#0
    41. 04-09 20:41:38.854   674   674 I Layer   : id=2548 onRemoved SurfaceView - com.bobeogames.bobeolines/com.unity3d.player.UnityPlayerActivity@7a8a361@0#0
    42. 04-09 20:41:38.855 17683 17683 E WindowManager:
    43. 04-09 20:41:38.855 17683 17683 E WindowManager: android.view.WindowLeaked: Activity com.unity3d.player.UnityPlayerActivity has leaked window android.widget.PopupWindow$PopupDecorView{763419c V.E...... ......ID 0,0-787,196} that was originally added here
    44. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.view.ViewRootImpl.<init>(ViewRootImpl.java:614)
    45. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:365)
    46. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:100)
    47. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.widget.PopupWindow.invokePopup(PopupWindow.java:1467)
    48. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.widget.PopupWindow.showAsDropDown(PopupWindow.java:1316)
    49. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.widget.PopupWindow.showAsDropDown(PopupWindow.java:1272)
    50. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.unity.ads.Banner.showPopUpWindow(Banner.java:289)
    51. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.unity.ads.Banner.access$800(Banner.java:44)
    52. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.unity.ads.Banner$3.onAdLoaded(Banner.java:169)
    53. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzyt.onAdLoaded(Unknown Source:24)
    54. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzaba.onAdLoaded(Unknown Source:3)
    55. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzxt.onAdLoaded(Unknown Source:10)
    56. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzyy.dispatchTransaction(Unknown Source:11)
    57. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.internal.ads.zzfn.onTransact(Unknown Source:12)
    58. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.os.Binder.transact(Binder.java:612)
    59. 04-09 20:41:38.855 17683 17683 E WindowManager:         at ox.b(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:2)
    60. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.client.ac.c(Unknown Source:5)
    61. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.a.s(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:3)
    62. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.h.r(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:1)
    63. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.x.r(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:2)
    64. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.c.b(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:40)
    65. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.renderer.a.a(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:8)
    66. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.renderer.a.a(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:10)
    67. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.webview.j.p(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:1)
    68. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.google.android.gms.ads.internal.webview.j.onPageFinished(:com.google.android.gms.policy_ads_fdr_dynamite@30000@30000.238272502.238272502:6)
    69. 04-09 20:41:38.855 17683 17683 E WindowManager:         at vu.d(PG:307)
    70. 04-09 20:41:38.855 17683 17683 E WindowManager:         at aCg.handleMessage(PG:72)
    71. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.os.Handler.dispatchMessage(Handler.java:105)
    72. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.os.Looper.loop(Looper.java:164)
    73. 04-09 20:41:38.855 17683 17683 E WindowManager:         at android.app.ActivityThread.main(ActivityThread.java:6940)
    74. 04-09 20:41:38.855 17683 17683 E WindowManager:         at java.lang.reflect.Method.invoke(Native Method)
    75. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
    76. 04-09 20:41:38.855 17683 17683 E WindowManager:         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
    77. 04-09 20:41:38.857 17683 17683 E ViewRootImpl: sendUserActionEvent() returned.
    78. 04-09 20:41:38.858  1500  2647 D TaskSnapshotCache: removeRunningEntry taskId=13394 RunningCache size=2
    79. 04-09 20:41:38.862 17683 17683 D ViewRootImpl@676441a[PopupWindow:c5bfb2f]: dispatchDetachedFromWindow
    80. 04-09 20:41:38.862 17683 17683 D InputEventReceiver: channel '986f7c PopupWindow:c5bfb2f (client)' ~ Disposing input event receiver.
    81. 04-09 20:41:38.862 17683 17683 D InputEventReceiver: channel '986f7c PopupWindow:c5bfb2f (client)' ~NativeInputEventReceiver.
    82. 04-09 20:41:38.863  1500  2647 W WindowManager: Failed looking up window callers=com.android.server.wm.WindowManagerService.windowForClientLocked:6633 com.android.server.wm.WindowManagerService.removeWindow:2016 com.android.server.wm.Session.remove:237
    83. 04-09 20:41:38.867 17683 17683 D ViewRootImpl@596bd0f[PopupWindow:939ae70]: dispatchDetachedFromWindow
    84. 04-09 20:41:38.867 17683 17683 D InputEventReceiver: channel '5d925b9 PopupWindow:939ae70 (client)' ~ Disposing input event receiver.
    85. 04-09 20:41:38.868 17683 17683 D InputEventReceiver: channel '5d925b9 PopupWindow:939ae70 (client)' ~NativeInputEventReceiver.
    86. 04-09 20:41:38.868  1500  2647 W WindowManager: Failed looking up window callers=com.android.server.wm.WindowManagerService.windowForClientLocked:6633 com.android.server.wm.WindowManagerService.removeWindow:2016 com.android.server.wm.Session.remove:237
    87. 04-09 20:41:38.871 17683 17683 E ActivityThread: Activity com.unity3d.player.UnityPlayerActivity has leaked ServiceConnection null that was originally bound here
    88. 04-09 20:41:38.871 17683 17683 E ActivityThread: android.app.ServiceConnectionLeaked: Activity com.unity3d.player.UnityPlayerActivity has leaked ServiceConnection null that was originally bound here
    89. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1538)
    90. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1430)
    91. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1622)
    92. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at android.app.ContextImpl.bindService(ContextImpl.java:1574)
    93. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at android.content.ContextWrapper.bindService(ContextWrapper.java:697)
    94. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at com.unity3d.player.UnityPlayer.nativeRender(Native Method)
    95. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at com.unity3d.player.UnityPlayer.c(Unknown Source:0)
    96. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at com.unity3d.player.UnityPlayer$e$2.queueIdle(Unknown Source:72)
    97. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at android.os.MessageQueue.next(MessageQueue.java:394)
    98. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at android.os.Looper.loop(Looper.java:142)
    99. 04-09 20:41:38.871 17683 17683 E ActivityThread:        at com.unity3d.player.UnityPlayer$e.run(Unknown Source:32)
    100. 04-09 20:41:38.871  1500  2647 W Ac
     
  4. bobeogames

    bobeogames

    Joined:
    Feb 9, 2019
    Posts:
    20
    The last error in the log

    Code (CSharp):
    1. 20:41:49.298 17683 17683 D ViewRootImpl@2c2a28c[UnityPlayerActivity]: Relayout returned: old=[0,0][1080,2220] new=[0,0][1080,2220] result=0x1 surface={valid=true 3444330496} changed=false
    2. 04-09 20:41:49.323 17683 17691 E CRASH   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
    3. 04-09 20:41:49.323 17683 17691 E CRASH   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    4. 04-09 20:41:49.323 17683 17691 E CRASH   : Build type 'Development', Scripting Backend 'mono', CPU 'armeabi-v7a'
    5. 04-09 20:41:49.323 17683 17691 E CRASH   : Build fingerprint: 'samsung/greatqltecs/greatqltecs:8.0.0/R16NW/N950WVLU5CRJ3:user/release-keys'
    6. 04-09 20:41:49.323 17683 17691 E CRASH   : Revision: '11'
    7. 04-09 20:41:49.323 17683 17691 E CRASH   : pid: 17683, tid: 17691, name: FinalizerDaemon  >>> com.bobeogames.bobeolines <<<
    8. 04-09 20:41:49.323 17683 17691 E CRASH   :     r0 c91e7160  r1 00000000  r2 c91e7160  r3 00000000
    9. 04-09 20:41:49.323 17683 17691 E CRASH   :     r4 f247cadc  r5 00000002  r6 00000000  r7 d8ef8d98
    10. 04-09 20:41:49.323 17683 17691 E CRASH   :     r8 00000056  r9 f03d0e00  sl 00000000  fp d8ef8b34
    11. 04-09 20:41:49.323 17683 17691 E CRASH   :     ip b0bbf108  sp d8ef8ab0  lr d80ea081  pc 00000000  cpsr 0000451b
    12. 04-09 20:41:49.323 17683 17691 E CRASH   :
    13. 04-09 20:41:49.323 17683 17691 E CRASH   : backtrace:
    14. 04-09 20:41:49.386  1500  1959 I WifiTrafficPoller: mCpuCoreBooster Lock
    15. 04-09 20:41:49.472 17683 17691 W         : Thread 0xd8ef9970 may have been prematurely finalized
    16. 04-09 20:41:49.472 17683 17691 E CRASH   :      #00  pc 00000000  <unknown/absolute>
    17. 04-09 20:41:49.472 17683 17691 E CRASH   :      #01  pc 0000007f  /data/app/com.bobeogames.bobeolines-G8Uf0BQKqQhe4S2VzC32Dw==/oat/arm/base.odex (oatexec+4294848639)
    18. 04-09 20:41:49.472 17683 17691 E CRASH   :
    19. 04-09 20:41:49.472 17683 17691 E CRASH   : memory near ip:
    20. 04-09 20:41:49.472 17683 17691 E CRASH   :     b0bbf0e8 e1a02000 e5940000 e59b1008 e59b3010  . ...........0..
    21. 04-09 20:41:49.472 17683 17691 E CRASH   :     b0bbf0f8 e590c008 e1a00004 e8bd4c10 e12fff1c  .........L..../.
    22. 04-09 20:41:49.472 17683 17691 E CRASH   :     b0bbf108 e3520000 012fff1e e5920000 e5901004  ..R.../.........
    23. 04-09 20:41:49.472 17683 17691 E CRASH   :     b0bbf118 e1a00002 e12fff11 e92d4c70 e28db010  ....../.pL-.....
    24. 04-09 20:41:49.472 17683 17691 E CRASH   :     b0bbf128 e24dd090 e24b0014 e3a01040 ebffffa9  ..M...K.@.......
    25. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf138 e59f0108 e24b501c e3a02000 e3a04000  .....PK.. ...@..
    26. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf148 e08f1000 e1a00005 eb008d4f e306156b  ........O...k...
    27. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf158 e54b401e e14b12b0 e3061e69 e59f00e0  .@K...K.i.......
    28. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf168 e3461f76 e28d6028 e50b1024 e08f1000  v.F.(`..$.......
    29. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf178 e3a02054 e1a00006 eba96e84 e3062574  T .......n..t%..
    30. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf188 e59f00c0 e59f10c0 e5cd4026 e1cd22b4  ........&@..."..
    31. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf198 e3062564 e346256c e79f0000 e58d2020  d%..l%F.....  ..
    32. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf1a8 e3042a28 e79f1001 e3452629 e5cd401c  (*......)&E..@..
    33. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf1b8 e58d2018 e24b2024 e58d6004 e58d2000  . ..$ K..`... ..
    34. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf1c8 e58d1008 e28d1020 e58d100c e58d0014  .... ...........
    35. 04-09 20:41:49.473 17683 17691 E CRASH   :     b0bbf1d8 e28d0018 e58d0010 e1a00005 eb00001b  ................
    36. 04-09 20:41:49.473 17683 17691 E CRASH   :
    37. 04-09 20:41:49.473 17683 17691 E CRASH   : code around pc:
    38. 04-09 20:41:49.473 17683 17691 E CRASH   :     00000000 ffffffff ffffffff ffffffff ffffffff  ................
    39. 04-09 20:41:49.474 17683 17691 E CRASH   :     00000010 ffffffff ffffffff ffffffff ffffffff  ................
    40. 04-09 20:41:49.474 17683 17691 E CRASH   :     00000020 ffffffff ffffffff ffffffff ffffffff  ................
    41. 04-09 20:41:49.474 17683 17691 E CRASH   :     00000030 ffffffff ffffffff ffffffff ffffffff  ................
    42. 04-09 20:41:49.474 17683 17691 E CRASH   :     00000040 ffffffff ffffffff ffffffff ffffffff  ................
    43. 04-09 20:41:49.474 17683 17691 E CRASH   :     00000050 ffffffff ffffffff ffffffff ffffffff  ................
    44. 04-09 20:41:49.474 17683 17691 E CRASH   :     00000060 ffffffff ffffffff ffffffff ffffffff  ................
    45. 04-09 20:41:49.474 17683 17691 E CRASH   :     00000070 ffffffff ffffffff ffffffff ffffffff  ................
    46. 04-09 20:41:49.474 17683 17691 E CRASH   :     00000080 ffffffff ffffffff ffffffff ffffffff  ................
    47. 04-09 20:41:49.474 17683 17691 E CRASH   :     00000090 ffffffff ffffffff ffffffff ffffffff  ................
    48. 04-09 20:41:49.474 17683 17691 E CRASH   :     000000a0 ffffffff ffffffff ffffffff ffffffff  ................
    49. 04-09 20:41:49.474 17683 17691 E CRASH   :     000000b0 ffffffff ffffffff ffffffff ffffffff  ................
    50. 04-09 20:41:49.475 17683 17691 E CRASH   :     000000c0 ffffffff ffffffff ffffffff ffffffff  ................
    51. 04-09 20:41:49.475 17683 17691 E CRASH   :     000000d0 ffffffff ffffffff ffffffff ffffffff  ................
    52. 04-09 20:41:49.475 17683 17691 E CRASH   :     000000e0 ffffffff ffffffff ffffffff ffffffff  ................
    53. 04-09 20:41:49.475 17683 17691 E CRASH   :     000000f0 ffffffff ffffffff ffffffff ffffffff  ................
    54. 04-09 20:41:49.475 17683 17691 E CRASH   :
    55. 04-09 20:41:49.475 17683 17691 E CRASH   : code around lr:
    56. 04-09 20:41:49.475 17683 17691 E CRASH   :     d80ea060 464847e0 c1c4f8d0 900447e0 9b1e9a1d  .GHF.....G......
    57. 04-09 20:41:49.475 17683 17691 E CRASH   :     d80ea070 f8d9a903 f8dd009c f8dcc000 47e0c018  ...............G
    58. 04-09 20:41:49.475 17683 17691 E CRASH   :     d80ea080 46499804 c1d0f8d1 f8d947e0 f1bcc084  ..IF.....G......
    59. 04-09 20:41:49.475 17683 17691 E CRASH   :     d80ea090 d1040f00 ecbdb005 e8bd8a10 46608de0  ..............`F
    60. 04-09 20:41:49.475 17683 17691 E CRASH   :     d80ea0a0 c2b8f8d9 000047e0 00000000 00000000  .....G..........
    61. 04-09 20:41:49.475 17683 17691 E CRASH   :     d80ea0b0 00000080 00004de0 ffff0000 000000e0  .....M..........
    62. 04-09 20:41:49.475 17683 17691 E CRASH   :     d80ea0c0 4de0e92d 8a10ed2d 9000b089 93229221  -..M-.......!.".
    63. 04-09 20:41:49.476 17683 17691 E CRASH   :     d80ea0d0 0c04f04f c008f8cd c0c4f8d9 c004f8cd  O...............
    64. 04-09 20:41:49.476 17683 17691 E CRASH   :     d80ea0e0 0c04f10d c0c4f8c9 c000f8d0 c00cf8cd  ................
    65. 04-09 20:41:49.476 17683 17691 E CRASH   :     d80ea0f0 c08cf8dd c010f8cd c090f8dd c014f8cd  ................
    66. 04-09 20:41:49.476 17683 17691 E CRASH   :     d80ea100 c094f8dd c018f8cd d08cf8c9 f8d9b084  ................
    67. 04-09 20:41:49.476 17683 17691 E CRASH   :     d80ea110 f1bcc034 f0000f00 a8078005 f8d14649  4...........IF..
    68. 04-09 20:41:49.476 17683 17691 E CRASH   :     d80ea120 47e0c31c f8d04648 47e0c1c4 f8dd900b  ...GHF.....G....
    69. 04-09 20:41:49.476 17683 17691 E CRASH   :     d80ea130 f1bcc028 bf180f00 0c28f10d c008f8cd  (.........(.....
    70. 04-09 20:41:49.476 17683 17691 E CRASH   :     d80ea140 c024f8dd 0f00f1bc f10dbf18 f8cd0c24  ..$.........$...
    71. 04-09 20:41:49.476 17683 17691 E CRASH   :     d80ea150 f8ddc004 f1bcc020 bf180f00 0c20f10d  .... ......... .
    72. 04-09 20:41:49.492 17683 17955 E CRASH   : other thread is trapped; signum = 11
    73. 04-09 20:41:49.493 17683 17955 E MessageQueue: IdleHandler threw exception
    74. 04-09 20:41:49.493 17683 17955 E MessageQueue: java.lang.Error: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
    75. 04-09 20:41:49.493 17683 17955 E MessageQueue: Build fingerprint: 'samsung/greatqltecs/greatqltecs:8.0.0/R16NW/N950WVLU5CRJ3:user/release-keys'
    76. 04-09 20:41:49.493 17683 17955 E MessageQueue: Revision: '11'
    77. 04-09 20:41:49.493 17683 17955 E MessageQueue: pid: 17683, tid: 17691, name: FinalizerDaemon  >>> com.bobeogames.bobeolines <<<
    78. 04-09 20:41:49.493 17683 17955 E MessageQueue:     r0 c91e7160  r1 00000000  r2 c91e7160  r3 00000000
    79. 04-09 20:41:49.493 17683 17955 E MessageQueue:     r4 f247cadc  r5 00000002  r6 00000000  r7 d8ef8d98
    80. 04-09 20:41:49.493 17683 17955 E MessageQueue:     r8 00000056  r9 f03d0e00  sl 00000000  fp d8ef8b34
    81. 04-09 20:41:49.493 17683 17955 E MessageQueue:     ip b0bbf108  sp d8ef8ab0  lr d80ea081  pc 00000000  cpsr 0000451b
    82. 04-09 20:41:49.493 17683 17955 E MessageQueue:
    83. 04-09 20:41:49.493 17683 17955 E MessageQueue:  at Unknown.00000000(Unknown Source:0)
    84. 04-09 20:41:49.493 17683 17955 E MessageQueue:  at base.oatexec(oatexec)
    85. 04-09 20:41:49.497  1500  1500 D Telep
     
  5. bobeogames

    bobeogames

    Joined:
    Feb 9, 2019
    Posts:
    20
    I debug on Editor and Visual Studio and it works fine with no exception. Then I build and deploy in device. It runs but crash sometimes, not at the begin or the end of game or relate to any specific functionality. It's randomly when loading, when playing, when restarting the game.

    I intent to debug with ndk to understand the symbols in the logcat. But I don't know how to setup ndk debuging properly. I have downloaded the ndk. And here instructs that
    "To use ndk-stack, you first need a directory containing unstripped versions of your app's shared libraries. If you use ndk-build, these unstripped shared libraries are found in$PROJECT_PATH/obj/local/<abi>, where <abi> is your device's ABI."

    I don't know what is PROJECT_PATH that contain the abi. What is my abi device' ABI. How to achieve it. How to debug on the android device with ndk?