Hello,
Our Unity app crashes with signal 6 (SIGABRT) on one specific device right after calling AppsFlyer.startSDK();
The crash is consistent, it always happen after calling startSDK(), and never happens if we comment startSDK()
We tried on Unity 2020.3.33 2020.3.38 and 2021.3.9
The device model is: Mio TouchPad 7 Quad Core
Android 6.0.1
AppsFlyer for Unity 6.8.3
Resolved to:
com.appsflyer.af-android-sdk-6.8.2
com.appsflyer.oaid-6.2.4
com.appsflyer.unity-wrapper-6.8.2
com.android.installreferrer.installreferrer-2.1
Thanks!
`
09-13 12:20:02.288 819 985 W BroadcastQueue: Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$GmsExternalReceiver requires com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.android.launcher3 (uid 10013)
09-13 12:20:02.303 138 156 D Sayeye : current scense is (Normal)
09-13 12:20:02.304 138 156 D Sayeye : Scense (Normal) state set succeed
09-13 12:20:02.305 819 987 I DynamicPManagerService: Current Scense:normal
09-13 12:20:02.323 819 981 I ActivityManager: Start proc 13870:com.xxxxxx.ourapp/u0a141 for activity com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar
09-13 12:20:02.391 13870 13870 I art : Late-enabling JIT
09-13 12:20:02.433 13870 13870 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000
09-13 12:20:02.785 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes cached buffer successfully, usage = 0x00000933
09-13 12:20:02.891 137 1639 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 96000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:03.005 13870 13870 I MultiDex: VM with version 2.1.0 has multidex support
09-13 12:20:03.005 13870 13870 I MultiDex: Installing application
09-13 12:20:03.005 13870 13870 I MultiDex: VM has multidex support, MultiDex support library is disabled.
09-13 12:20:03.157 819 985 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory)
09-13 12:20:03.162 819 987 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory)
09-13 12:20:03.619 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
09-13 12:20:03.621 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2925, previously 2946
09-13 12:20:03.621 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 489, previously 3976
09-13 12:20:03.694 13870 13883 W art : Suspending all threads took: 12.457ms
09-13 12:20:03.709 13870 13883 I art : Background partial concurrent mark sweep GC freed 9757(617KB) AllocSpace objects, 7(212KB) LOS objects, 39% free, 4MB/8MB, paused 13.895ms total 72.781ms
09-13 12:20:03.780 13870 13890 V FA : Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy
09-13 12:20:04.078 13870 13870 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
09-13 12:20:04.130 13870 13870 I FirebaseInitProvider: FirebaseApp initialization successful
09-13 12:20:04.226 819 1015 D BackgroundManagerService: readMemInfo: freeMem=265822208,threshold=150994944
09-13 12:20:04.226 819 1015 D BackgroundManagerService: NOTIFY_CHECK_BACKGROUND_TASK_MSG spends 8ms
09-13 12:20:04.232 13870 13890 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100
09-13 12:20:04.243 13870 13893 W art : Long monitor contention event with owner method=int com.google.android.gms.dynamite.DynamiteModule.zza(android.content.Context, java.lang.String, boolean) from com.google.android.gms:play-services-basement@@18.1.0:1 waiters=0 for 364ms
09-13 12:20:04.243 13870 13890 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100
09-13 12:20:04.243 13870 13890 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
09-13 12:20:04.249 13870 13893 I DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:83 and remote module com.google.android.gms.measurement.dynamite:54
09-13 12:20:04.249 13870 13893 I DynamiteModule: Selected local version of com.google.android.gms.measurement.dynamite
09-13 12:20:04.284 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76
09-13 12:20:04.286 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2925, previously 2946
09-13 12:20:04.286 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 489, previously 3976
09-13 12:20:04.372 13870 13890 W System : ClassLoader referenced unknown path: /data/data/com.google.android.gms/app_chimera/m/00000108/n/armeabi-v7a
09-13 12:20:04.372 13870 13890 W System : ClassLoader referenced unknown path: /data/data/com.google.android.gms/app_chimera/m/00000108/n/armeabi
09-13 12:20:04.530 13870 13909 W GraphRequest: Starting with v13 of the SDK, a client token must be embedded in your client code before making Graph API calls. Visit https://developers.facebook.com/docs/android/getting-started#client-token to learn how to implement this change.
09-13 12:20:04.539 1665 12151 W art : Long monitor contention event with owner method=boolean qkp.v(btkv, brdi) from :com.google.android.gms@214218015@21.42.18 (040300-410302452):11 waiters=0 for 208ms
09-13 12:20:04.550 13870 13912 W GraphRequest: Starting with v13 of the SDK, a client token must be embedded in your client code before making Graph API calls. Visit https://developers.facebook.com/docs/android/getting-started#client-token to learn how to implement this change.
09-13 12:20:04.615 13870 13915 W com.facebook.internal.NativeProtocol: Apps that target Android API 30+ (Android 11+) cannot call Facebook native apps unless the package visibility needs are declared. Please follow https://developers.facebook.com/docs/android/troubleshooting/#faq_267321845055988 to make the declaration.
09-13 12:20:04.617 13870 13913 W GraphRequest: Starting with v13 of the SDK, a client token must be embedded in your client code before making Graph API calls. Visit https://developers.facebook.com/docs/android/getting-started#client-token to learn how to implement this change.
09-13 12:20:04.751 13870 13870 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
09-13 12:20:04.822 13870 13883 W art : Suspending all threads took: 27.804ms
09-13 12:20:04.840 13870 13883 I art : Background sticky concurrent mark sweep GC freed 19444(1728KB) AllocSpace objects, 14(280KB) LOS objects, 24% free, 6MB/8MB, paused 31.631ms total 164.812ms
09-13 12:20:05.129 13870 13870 I art : Rejecting re-init on previously-failed class java.lang.Class<com.unity3d.player.h$a>
09-13 12:20:05.130 13870 13870 I art : Rejecting re-init on previously-failed class java.lang.Class<com.unity3d.player.h$a>
09-13 12:20:05.402 13870 13913 W GraphRequest: Starting with v13 of the SDK, a client token must be embedded in your client code before making Graph API calls. Visit https://developers.facebook.com/docs/android/getting-started#client-token to learn how to implement this change.
09-13 12:20:05.432 13870 13870 I IL2CPP : JNI_OnLoad
09-13 12:20:05.588 168 168 W Binder_1: type=1400 audit(0.0:376): avc: denied { ioctl } for path="socket:[83129]" dev="sockfs" ino=83129 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:05.588 168 168 W Binder_1: type=1400 audit(0.0:377): avc: denied { ioctl } for path="socket:[83129]" dev="sockfs" ino=83129 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:05.598 981 981 W Binder_3: type=1400 audit(0.0:378): avc: denied { ioctl } for path="socket:[83132]" dev="sockfs" ino=83132 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:05.598 981 981 W Binder_3: type=1400 audit(0.0:379): avc: denied { ioctl } for path="socket:[83132]" dev="sockfs" ino=83132 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:05.842 137 1870 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes cached buffer successfully, usage = 0x00000933
09-13 12:20:05.900 13870 13906 I FA : App measurement initialized, version: 73000
09-13 12:20:05.901 13870 13906 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
09-13 12:20:05.901 13870 13906 I FA : To enable faster debug mode event logging run:
09-13 12:20:05.901 13870 13906 I FA : adb shell setprop debug.firebase.analytics.app com.xxxxxx.ourapp
09-13 12:20:05.907 819 990 I ActivityManager: Displayed com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar: +3s609ms
09-13 12:20:05.908 819 990 I ActivityManager: Timeline: Activity_windows_visible id: com.xxxxxx.ourapp time:3861179
09-13 12:20:05.908 1774 1774 W Binder_9: type=1400 audit(0.0:380): avc: denied { ioctl } for path="socket:[81608]" dev="sockfs" ino=81608 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:05.908 1774 1774 W Binder_9: type=1400 audit(0.0:381): avc: denied { ioctl } for path="socket:[81608]" dev="sockfs" ino=81608 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:05.938 1501 1501 W Binder_4: type=1400 audit(0.0:382): avc: denied { ioctl } for path="socket:[81607]" dev="sockfs" ino=81607 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:05.938 1501 1501 W Binder_4: type=1400 audit(0.0:383): avc: denied { ioctl } for path="socket:[81607]" dev="sockfs" ino=81607 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:05.999 13870 13928 I Unity : MemoryManager: Using 'Dynamic Heap' Allocator.
09-13 12:20:06.374 13870 13928 I Unity : SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 4, Memory = 1002mb
09-13 12:20:06.374 13870 13928 I Unity : SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf), 0 little (mask: 0x0)
09-13 12:20:06.375 13870 13928 I Unity : ApplicationInfo com.xxxxxx.ourapp version 1.15.2 build 1f828ce4-5627-41ff-b4fc-d43e6cb4ff16
09-13 12:20:06.375 13870 13928 I Unity : Built from '2020.3/staging' branch, Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a', Stripping 'Enabled'
09-13 12:20:06.526 12832 12832 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
09-13 12:20:06.526 12832 12832 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
09-13 12:20:06.623 13870 13906 I FA : Tag Manager is not found and thus will not be used
09-13 12:20:06.784 13870 13921 D FBAudienceNetwork: SDK dex loading time: 2143
09-13 12:20:07.672 13870 13928 I Unity : Company Name: XXXX
09-13 12:20:07.672 13870 13928 I Unity : Product Name: XXXX
09-13 12:20:07.695 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list.
09-13 12:20:07.695 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list.
09-13 12:20:07.695 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list.
09-13 12:20:07.696 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list.
09-13 12:20:07.696 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list.
09-13 12:20:07.696 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list.
09-13 12:20:07.718 1665 1665 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
09-13 12:20:07.718 1665 1665 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
09-13 12:20:07.729 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 2048000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:07.738 13870 13928 D Unity : GL_EXT_debug_marker GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_compressed_ETC1_RGB8_texture GL_EXT_compressed_ETC1_RGB8_sub_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_vertex_half_float GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map GL_KHR_debug GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_OES_mapbuffer GL_KHR_no_error
09-13 12:20:07.844 1665 12486 W NetworkScheduler: Error inserting service_kind=0 source=16 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG requires_charging=0 target_package=com.google.android.gms source_version=214218000 required_network_type=0 flex_time=2334000 persistence_level=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService runtime=1663060807811 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} preferred_network_type=1 required_idleness_state=0 preferred_charging_state=1 last_runtime=0 period=4670000 task_type=0 job_id=-1 user_id=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067) [CONTEXT service_id=218 ]
09-13 12:20:07.949 819 819 D BackgroundManagerService: reload bgmusic list: [com.xxxxxx.ourapp]
09-13 12:20:07.955 146 999 V audio_hw_primary: out_set_parameters: routing=2
09-13 12:20:07.955 146 999 V audio_hw_primary: adev->out_device is: 2, val is : 2
09-13 12:20:07.968 146 999 V audio_hw_primary: start_output_stream, line: 739
09-13 12:20:07.968 146 999 V codec_audio_pad: headset on is: 0, headphone on is: 0, speaker on is : 2
09-13 12:20:07.968 146 999 V codec_audio_pad: in normal mode, headset or speaker on,LINE:112,FUNC:set_normal_path
09-13 12:20:07.968 146 999 V audio_hw_primary: normal mode , speaker,LINE:664,FUNC:select_output_device
09-13 12:20:07.968 146 999 V audio_hw_primary: start_output_stream: card:0, port:0, rate:44100
09-13 12:20:07.969 146 999 V audio_hw_primary: do not use out resampler
09-13 12:20:08.108 146 999 D AudioFlinger: mixer(0xb1ac0000) throttle end: throttle time(11)
09-13 12:20:08.178 146 999 D AudioFlinger: mixer(0xb1ac0000) throttle end: throttle time(55)
09-13 12:20:08.188 2812 2812 W Binder_10: type=1400 audit(0.0:384): avc: denied { ioctl } for path="socket:[80466]" dev="sockfs" ino=80466 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:08.188 2812 2812 W Binder_10: type=1400 audit(0.0:385): avc: denied { ioctl } for path="socket:[80466]" dev="sockfs" ino=80466 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:08.387 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 2048000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:08.436 137 168 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 2048000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:08.586 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes cached buffer successfully, usage = 0x00000933
09-13 12:20:08.600 137 168 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 2048000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:08.875 146 999 D AudioFlinger: mixer(0xb1ac0000) throttle end: throttle time(4)
09-13 12:20:10.562 1665 1702 I art : Background sticky concurrent mark sweep GC freed 119476(9MB) AllocSpace objects, 41(1000KB) LOS objects, 31% free, 23MB/34MB, paused 2.095ms total 208.904ms
09-13 12:20:10.674 1665 5344 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService finished executing. cause:5 result: 1 elapsed_millis: 10862 uptime_millis: 10862 exec_start_elapsed_seconds: 3855 [CONTEXT service_id=218 ]
09-13 12:20:11.560 13870 13969 I IL2CPP : Locale en-US
09-13 12:20:11.899 819 2807 I ActivityManager: Process com.android.keychain (pid 13391) has died
09-13 12:20:11.999 819 1518 I ActivityManager: Process com.android.exchange (pid 13502) has died
09-13 12:20:12.588 1665 1665 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService }
09-13 12:20:13.899 819 1033 D WifiService: Client connection lost with reason: 4
09-13 12:20:13.939 819 1518 I ActivityManager: Process com.estrongs.android.pop (pid 13407) has died
09-13 12:20:13.944 12832 12832 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms }
09-13 12:20:13.946 12832 12832 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.mdisync.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
09-13 12:20:14.554 13978 13978 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only -j3 --no-watch-dog --dex-file=/data/user/0/com.xxxxxx.ourapp/cache/app_resources_lib.jar --oat-file=/data/user/0/com.xxxxxx.ourapp/code_cache/app_resources_lib.dex
09-13 12:20:14.586 819 1032 D WifiStateMachine: starting scan for "Pixel_7835"WPA_PSK with 2462
09-13 12:20:15.009 13978 13978 I dex2oat : dex2oat took 458.957ms (threads: 3) arena alloc=0B java alloc=53KB native alloc=601KB free=678KB
09-13 12:20:15.322 13984 13984 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only -j3 --no-watch-dog --dex-file=/data/user/0/com.xxxxxx.ourapp/cache/google_api_resources_lib.jar --oat-file=/data/user/0/com.xxxxxx.ourapp/code_cache/google_api_resources_lib.dex
09-13 12:20:15.379 13984 13984 I dex2oat : dex2oat took 58.620ms (threads: 3) arena alloc=0B java alloc=30KB native alloc=630KB free=905KB
09-13 12:20:15.439 13870 13928 I firebase: Firebase Analytics API Initializing
09-13 12:20:15.439 13870 13928 I firebase: analytics API Initialized
09-13 12:20:15.876 819 1773 W SensorService: sensor 00000000 already enabled in connection 0xab458980 (ignoring)
09-13 12:20:15.928 170 170 W Binder_2: type=1400 audit(0.0:386): avc: denied { ioctl } for path="socket:[83183]" dev="sockfs" ino=83183 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:15.928 170 170 W Binder_2: type=1400 audit(0.0:387): avc: denied { ioctl } for path="socket:[83183]" dev="sockfs" ino=83183 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:16.259 13870 13928 D AppsFlyer_6.8.2: Initializing AppsFlyer SDK: (v6.8.2.207)
09-13 12:20:16.278 819 1597 I ActivityManager: Process com.android.gallery3d (pid 13377) has died
09-13 12:20:16.384 13870 13928 I Unity : Firebase Analytics API Initializing
09-13 12:20:16.384 13870 13928 I Unity : UnityEngine.Logger:Log(LogType, Object)
09-13 12:20:16.384 13870 13928 I Unity :
09-13 12:20:16.386 13870 13928 I Unity : analytics API Initialized
09-13 12:20:16.386 13870 13928 I Unity : UnityEngine.Logger:Log(LogType, Object)
09-13 12:20:16.386 13870 13928 I Unity :
09-13 12:20:17.289 819 1551 I ActivityManager: Process com.google.android.partnersetup (pid 13654) has died
09-13 12:20:17.735 13870 13883 I art : Background sticky concurrent mark sweep GC freed 40401(2MB) AllocSpace objects, 12(552KB) LOS objects, 28% free, 7MB/10MB, paused 4.138ms total 168.142ms
09-13 12:20:18.036 12832 12832 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
09-13 12:20:18.276 13870 13883 I art : Background partial concurrent mark sweep GC freed 23901(1700KB) AllocSpace objects, 11(604KB) LOS objects, 40% free, 8MB/14MB, paused 3.391ms total 119.654ms
09-13 12:20:18.491 14002 14002 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only -j3 --no-watch-dog --dex-file=/data/user/0/com.xxxxxx.ourapp/code_cache/. --oat-file=/data/user/0/com.xxxxxx.ourapp/code_cache/.
09-13 12:20:18.735 14002 14002 I dex2oat : dex2oat took 245.985ms (threads: 3) arena alloc=0B java alloc=22KB native alloc=598KB free=937KB
09-13 12:20:18.766 13870 14001 W art : Method processed more than once: java.lang.String com.appsflyer.internal.AFa1wSDK$$.$$c(int, int, int)
09-13 12:20:18.880 7040 7053 I Finsky : [355] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:18.943 7040 7053 I Finsky : [355] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:19.084 7040 7052 I Finsky : [354] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:19.087 7040 7052 I Finsky : [354] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:19.099 819 1501 I ActivityManager: Process com.dataviz.docstogo (pid 13683) has died
09-13 12:20:19.110 7040 7040 I Finsky : [1] nly.onTrimMemory(1): Memory trim requested to level 5
09-13 12:20:19.140 7135 7135 I Finsky:background: [1] nly.onTrimMemory(1): Memory trim requested to level 5
09-13 12:20:19.225 14010 14010 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only -j3 --no-watch-dog --dex-file=/data/user/0/com.xxxxxx.ourapp/code_cache/. --oat-file=/data/user/0/com.xxxxxx.ourapp/code_cache/.
09-13 12:20:19.503 13559 13559 I A : Trimming objects from memory, since app is in the background.
09-13 12:20:19.539 819 1774 I ActivityManager: Process com.estrongs.android.pop:local (pid 13455) has died
09-13 12:20:19.582 7040 7053 I Finsky : [355] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:19.584 7040 7053 I Finsky : [355] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:19.673 14010 14010 I dex2oat : dex2oat took 449.430ms (threads: 3) arena alloc=0B java alloc=46KB native alloc=749KB free=1298KB
09-13 12:20:19.689 13870 14001 W art : Method processed more than once: java.lang.String com.appsflyer.internal.AFa1wSDK$$.AFInAppEventType(char, int, int)
09-13 12:20:20.550 7040 7054 I Finsky : [356] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:20.553 7040 7054 I Finsky : [356] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:20.579 819 882 I ActivityManager: Process com.android.defcontainer (pid 13059) has died
09-13 12:20:20.580 7040 7052 I Finsky : [354] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:20.582 7040 7052 I Finsky : [354] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:20.923 819 1518 W ActivityManager: Unable to start service Intent { act=android.support.customtabs.action.CustomTabsService pkg=com.android.chrome } U=0: not found
09-13 12:20:21.356 12832 12832 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.ocr.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
09-13 12:20:21.357 12832 12832 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.ocr.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService }
09-13 12:20:21.521 10765 10778 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
09-13 12:20:21.560 13870 13877 F art : art/compiler/dex/mir_method_info.cc:104] Check failed: invoke_type == kVirtual (invoke_type=direct, kVirtual=virtual)
09-13 12:20:21.638 7040 7087 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false!
09-13 12:20:22.280 13870 13928 I Unity : SUBSCRIPTION DATA BEGIN product id: com.xxxxxx.ourapp.threemonths
09-13 12:20:22.280 13870 13928 I Unity : purchase date: 12/5/2021 12:51:08 AM
09-13 12:20:22.280 13870 13928 I Unity : next billing date: 12/5/2022 12:51:08 AM
09-13 12:20:22.280 13870 13928 I Unity : is subscribed? True
09-13 12:20:22.280 13870 13928 I Unity : is expired? False
09-13 12:20:22.280 13870 13928 I Unity : is cancelled? False
09-13 12:20:22.280 13870 13928 I Unity : is auto renewing? True
09-13 12:20:22.280 13870 13928 I Unity : SUBSCRIPTION DATA END
09-13 12:20:22.280 13870 13928 I Unity : UnityEngine.Logger:Log(LogType, Object)
09-13 12:20:22.280 13870 13928 I Unity : IAPManager:ActiveSubscriptionFound(String, SubscriptionInfo)
09-13 12:20:22.280 13870 13928 I Unity : IAPManager:CheckIfActiveSubscriptionAndFillItsData(Product)
09-13 12:20:22.280 13870 13928 I Unity : IAPManager:OnInitialized(IStoreController, IExtensionProvider)
09-13 12:20:22.280 13870 13928 I Unity : UnityEngine.Purchasing.PurchasingManager:CheckForInitialization()
09-13 12:20:22.280 13870 13928 I Unity : UnityEngine.Purchasing.PurchasingManager:OnProductsRetrieved(List 1)
09-13 12:20:22.280 13870 13928 I Unity : System.Action:Invoke()
09-13 12:20:22.280 13870 13928 I Unity : UnityEngine.Purchasing.Extension.UnityUtil:Update()
09-13 12:20:22.280 13870 13928 I Unity :
09-13 12:20:22.375 7040 7840 I Finsky : [491] ser.run(24): Skipping a request to /bulkAcquire since cache has all the records.
09-13 12:20:22.642 12832 12843 I art : Background partial concurrent mark sweep GC freed 17663(1104KB) AllocSpace objects, 6(120KB) LOS objects, 39% free, 17MB/29MB, paused 15.207ms total 234.347ms
09-13 12:20:22.650 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:22.658 12832 12841 W CursorWrapperInner: Cursor finalized without prior close()
09-13 12:20:22.693 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:22.701 146 999 I AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb1ac0000
09-13 12:20:22.733 12832 13430 V NFC : this device does not have NFC support
09-13 12:20:22.734 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:22.773 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:22.811 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:22.915 12832 12832 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
09-13 12:20:22.915 12832 12832 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService }
09-13 12:20:22.928 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:22.968 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.005 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.047 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.090 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.090 12832 12843 I art : Background partial concurrent mark sweep GC freed 5821(311KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 17MB/28MB, paused 1.698ms total 128.660ms
09-13 12:20:23.127 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.164 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.566 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.725 13870 13877 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next()
09-13 12:20:23.800 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.837 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.874 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.910 13870 13877 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next()
09-13 12:20:23.911 13870 13877 W art : Method processed more than once: void android.os.HandlerThread.run()
09-13 12:20:23.947 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:23.999 13870 13966 W AudioTrack: releaseBuffer() track 0x9f17fd80 disabled due to previous underrun, restarting
09-13 12:20:23.999 13870 13987 I Choreographer: Skipped 117 frames! The application may be doing too much work on its main thread.
09-13 12:20:24.008 146 999 V audio_hw_primary: out_set_parameters: routing=2
09-13 12:20:24.008 146 999 V audio_hw_primary: adev->outdevice is: 2, val is : 2
09-13 12:20:24.039 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:24.043 146 999 D AudioFlinger: mixer(0xb1ac0000) throttle end: throttle time(11)
09-13 12:20:24.077 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:24.115 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:24.153 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long)
09-13 12:20:24.155 13870 13877 F art : art/runtime/barrier.cc:90] Check failed: count == 0 (count_=-1, 0=0) Attempted to destroy barrier with non zero count
09-13 12:20:24.155 13870 13877 F art : art/runtime/runtime.cc:366] Runtime aborting --- recursively, so no thread-specific detail!
09-13 12:20:24.155 13870 13877 F art : art/runtime/runtime.cc:366]
09-13 12:20:24.156 7040 7053 I Finsky : [355] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:24.160 7040 7053 I Finsky : [355] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:24.167 7040 7054 I Finsky : [356] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:24.169 7040 7054 I Finsky : [356] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE]
09-13 12:20:24.241 13870 13877 E CRASH :
09-13 12:20:24.241 13870 13877 E CRASH : Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
09-13 12:20:24.241 13870 13877 E CRASH : Build fingerprint: 'Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys'
09-13 12:20:24.241 13870 13877 E CRASH : Revision: '0'
09-13 12:20:24.241 13870 13877 E CRASH : ABI: 'arm'
09-13 12:20:24.241 13870 13877 E CRASH : Timestamp: 2022-09-13 12:20:24+0300
09-13 12:20:24.241 13870 13877 E CRASH : pid: 13870, tid: 13877, name: Jit thread pool >>> com.xxxxxx.ourapp <<<
09-13 12:20:24.241 13870 13877 E CRASH : uid: 10141
09-13 12:20:24.241 13870 13877 E CRASH : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
09-13 12:20:24.241 13870 13877 E CRASH : r0 00000000 r1 00003635 r2 00000006 r3 b4066978
09-13 12:20:24.241 13870 13877 E CRASH : r4 b4066980 r5 b4066930 r6 00000002 r7 0000010c
09-13 12:20:24.241 13870 13877 E CRASH : r8 b4c7f800 r9 b4c7de44 r10 af67be5b r11 b4c63858
09-13 12:20:24.241 13870 13877 E CRASH : ip 00000006 sp b4065f08 lr b6c9aedd pc b6c9d2cc
09-13 12:20:24.242 13870 13877 E CRASH :
09-13 12:20:24.242 13870 13877 E CRASH : backtrace:
09-13 12:20:24.242 13870 13877 E CRASH : #00 pc 000422cc /system/lib/libc.so (tgkill+12) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:24.242 13870 13877 E CRASH : #01 pc 0003fed9 /system/lib/libc.so (pthread_kill+32) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:24.242 13870 13877 E CRASH : #02 pc 0001c6bf /system/lib/libc.so (raise+10) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:24.242 13870 13877 E CRASH : #03 pc 00019871 /system/lib/libc.so (libc_android_abort+34) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:24.242 13870 13877 E CRASH : #04 pc 000174e0 /system/lib/libc.so (bionic_clone) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:24.242 13870 13877 E CRASH : #05 pc 0031f589 /system/lib/libart.so (art::Runtime::Abort()+212) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.243 13870 13877 E CRASH : #06 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.243 13870 13877 E CRASH : #07 pc 000f0197 /system/lib/libart.so (art::Barrier::~Barrier()+182) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.243 13870 13877 E CRASH : #08 pc 00345ac9 /system/lib/libart.so (art::ThreadList::Dump(std::1::basic_ostream<char, std::__1::char_traits >&)+144) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.243 13870 13877 E CRASH : #09 pc 0031f645 /system/lib/libart.so (art::Runtime::Abort()+400) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.243 13870 13877 E CRASH : #10 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.244 13870 13877 E CRASH : #11 pc 001ad551 /system/lib/libart-compiler.so (art::MirMethodLoweringInfo::Resolve(art::CompilerDriver, art::DexCompilationUnit const, art::MirMethodLoweringInfo, unsigned int)+2080) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.244 13870 13877 E CRASH : #12 pc 0019fe5d /system/lib/libart-compiler.so (art::MIRGraph::DoCacheMethodLoweringInfo()+356) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.244 13870 13877 E CRASH : #13 pc 001b203f /system/lib/libart-compiler.so (art::PassDriverMEOpts::ApplyPass(art::PassDataHolder, art::Pass const)+18) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.244 13870 13877 E CRASH : #14 pc 00163da7 /system/lib/libart-compiler.so (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.244 13870 13877 E CRASH : #15 pc 001645d7 /system/lib/libart-compiler.so (art::QuickCompiler::Compile(art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&) const+1394) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.245 13870 13877 E CRASH : #16 pc 001c0a6d /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&, art::DexToDexCompilationLevel, bool)+1848) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.245 13870 13877 E CRASH : #17 pc 001c0cb3 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::ArtMethod)+354) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.245 13870 13877 E CRASH : #18 pc 001caf3f /system/lib/libart-compiler.so (art::jit::JitCompiler::CompileMethod(art::Thread, art::ArtMethod)+330) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.245 13870 13877 E CRASH : #19 pc 0025ed63 /system/lib/libart.so (art::jit::Jit::CompileMethod(art::ArtMethod, art::Thread)+34) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.245 13870 13877 E CRASH : #20 pc 00260ebb /system/lib/libart.so (art::jit::JitCompileTask::Run(art::Thread)+262) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.245 13870 13877 E CRASH : #21 pc 003477e9 /system/lib/libart.so (art::ThreadPoolWorker::Run()+256) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.246 13870 13877 E CRASH : #22 pc 00347e21 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void)+52) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.246 13870 13877 E CRASH : #23 pc 0003f7db /system/lib/libc.so (pthread_start(void*)+30) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:24.248 13870 13877 E CRASH : #24 pc 00019ef5 /system/lib/libc.so (start_thread+6) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:24.708 12832 12832 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
09-13 12:20:24.708 12832 12832 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
09-13 12:20:26.440 13870 13928 E CRASH : other thread is trapped; signum = 6
09-13 12:20:26.452 13870 13928 E AndroidRuntime: FATAL EXCEPTION: UnityMain
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Process: com.xxxxxx.ourapp, PID: 13870
09-13 12:20:26.452 13870 13928 E AndroidRuntime: java.lang.Error: FATAL EXCEPTION [UnityMain]
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Unity version : 2020.3.38f1
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Device model : Mio TouchPad 7 Quad Core Mio TouchPad 7 Quad Core
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Device fingerprint: Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Build Type : Release
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Scripting Backend : IL2CPP
09-13 12:20:26.452 13870 13928 E AndroidRuntime: ABI : armeabi-v7a
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Strip Engine Code : true
09-13 12:20:26.452 13870 13928 E AndroidRuntime:
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Caused by: java.lang.Error:
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Build fingerprint: 'Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys'
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Revision: '0'
09-13 12:20:26.452 13870 13928 E AndroidRuntime: ABI: 'arm'
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Timestamp: 2022-09-13 12:20:24+0300
09-13 12:20:26.452 13870 13928 E AndroidRuntime: pid: 13870, tid: 13877, name: Jit thread pool >>> com.xxxxxx.ourapp <<<
09-13 12:20:26.452 13870 13928 E AndroidRuntime: uid: 10141
09-13 12:20:26.452 13870 13928 E AndroidRuntime: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
09-13 12:20:26.452 13870 13928 E AndroidRuntime: r0 00000000 r1 00003635 r2 00000006 r3 b4066978
09-13 12:20:26.452 13870 13928 E AndroidRuntime: r4 b4066980 r5 b4066930 r6 00000002 r7 0000010c
09-13 12:20:26.452 13870 13928 E AndroidRuntime: r8 b4c7f800 r9 b4c7de44 r10 af67be5b r11 b4c63858
09-13 12:20:26.452 13870 13928 E AndroidRuntime: ip 00000006 sp b4065f08 lr b6c9aedd pc b6c9d2cc
09-13 12:20:26.452 13870 13928 E AndroidRuntime:
09-13 12:20:26.452 13870 13928 E AndroidRuntime: backtrace:
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #00 pc 000422cc /system/lib/libc.so (tgkill+12) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #01 pc 0003fed9 /system/lib/libc.so (pthread_kill+32) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #02 pc 0001c6bf /system/lib/libc.so (raise+10) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #03 pc 00019871 /system/lib/libc.so (libc_android_abort+34) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #04 pc 000174e0 /system/lib/libc.so (bionic_clone) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #05 pc 0031f589 /system/lib/libart.so (art::Runtime::Abort()+212) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #06 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #07 pc 000f0197 /system/lib/libart.so (art::Barrier::~Barrier()+182) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #08 pc 00345ac9 /system/lib/libart.so (art::ThreadList::Dump(std::1::basic_ostream<char, std::1::char_traits >&)+144) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #09 pc 0031f645 /system/lib/libart.so (art::Runtime::Abort()+400) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #10 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #11 pc 001ad551 /system/lib/libart-compiler.so (art::MirMethodLoweringInfo::Resolve(art::CompilerDriver, art::DexCompilationUnit const, art::MirMethodLoweringInfo, unsigned int)+2080) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #12 pc 0019fe5d /system/lib/libart-compiler.so (art::MIRGraph::DoCacheMethodLoweringInfo()+356) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #13 pc 001b203f /system/lib/libart-compiler.so (art::PassDriverMEOpts::ApplyPass(art::PassDataHolder, art::Pass const)+18) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #14 pc 00163da7 /system/lib/libart-compiler.so (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #15 pc 001645d7 /system/lib/libart-compiler.so (art::QuickCompiler::Compile(art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&) const+1394) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #16 pc 001c0a6d /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&, art::DexToDexCompilationLevel, bool)+1848) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #17 pc 001c0cb3 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::ArtMethod)+354) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #18 pc 001caf3f /system/lib/libart-compiler.so (art::jit::JitCompiler::CompileMethod(art::Thread, art::ArtMethod)+330) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime:
09-13 12:20:26.476 13870 13928 D Error : ERR: exClass=java.lang.Error
09-13 12:20:26.476 13870 13928 D Error : ERR: exMsg=
09-13 12:20:26.476 13870 13928 D Error : Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
09-13 12:20:26.476 13870 13928 D Error : Build fingerprint: 'Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys'
09-13 12:20:26.476 13870 13928 D Error : Revision: '0'
09-13 12:20:26.476 13870 13928 D Error : ABI: 'arm'
09-13 12:20:26.476 13870 13928 D Error : Timestamp: 2022-09-13 12:20:24+0300
09-13 12:20:26.476 13870 13928 D Error : pid: 13870, tid: 13877, name: Jit thread pool >>> com.xxxxxx.ourapp <<<
09-13 12:20:26.476 13870 13928 D Error : uid: 10141
09-13 12:20:26.476 13870 13928 D Error : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
09-13 12:20:26.476 13870 13928 D Error : r0 00000000 r1 00003635 r2 00000006 r3 b4066978
09-13 12:20:26.476 13870 13928 D Error : r4 b4066980 r5 b4066930 r6 00000002 r7 0000010c
09-13 12:20:26.476 13870 13928 D Error : r8 b4c7f800 r9 b4c7de44 r10 af67be5b r11 b4c63858
09-13 12:20:26.476 13870 13928 D Error : ip 00000006 sp b4065f08 lr b6c9aedd pc b6c9d2cc
09-13 12:20:26.476 13870 13928 D Error :
09-13 12:20:26.476 13870 13928 D Error : backtrace:
09-13 12:20:26.476 13870 13928 D Error : #00 pc 000422cc /system/lib/libc.so (tgkill+12) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #01 pc 0003fed9 /system/lib/libc.so (pthread_kill+32) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #02 pc 0001c6bf /system/lib/libc.so (raise+10) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #03 pc 00019871 /system/lib/libc.so (libc_android_abort+34) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #04 pc 000174e0 /system/lib/libc.so (bionic_clone) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #05 pc 0031f589 /system/lib/libart.so (art::Runtime::Abort()+212) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #06 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #07 pc 000f0197 /system/lib/libart.so (art::Barrier::~Barrier()+182) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #08 pc 00345ac9 /system/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::1::char_traits >&)+144) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #09 pc 0031f645 /system/lib/libart.so (art::Runtime::Abort()+400) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #10 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #11 pc 001ad551 /system/lib/libart-compiler.so (art::MirMethodLoweringInfo::Resolve(art::CompilerDriver, art::DexCompilationUnit const, art::MirMethodLoweringInfo, unsigned int)+2080) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #12 pc 0019fe5d /system/lib/libart-compiler.so (art::MIRGraph::DoCacheMethodLoweringInfo()+356) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #13 pc 001b203f /system/lib/libart-compiler.so (art::PassDriverMEOpts::ApplyPass(art::PassDataHolder, art::Pass const)+18) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #14 pc 00163da7 /system/lib/libart-compiler.so (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #15 pc 001645d7 /system/lib/libart-compiler.so (art::QuickCompiler::Compile(art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&) const+1394) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #16 pc 001c0a6d /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&, art::DexToDexCompilationLevel, bool)+1848) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #17 pc 001c0cb3 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::ArtMethod)+354) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #18 pc 001caf3f /system/lib/libart-compiler.so (art::jit::JitCompiler::CompileMethod(art::Thread, art::ArtMethod)+330) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #19 pc 0025ed63 /system/lib/libart.so (art::jit::Jit::CompileMethod(art::ArtMethod, art::Thread)+34) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #20 pc 00260ebb /system/lib/libart.so (art::jit::JitCompileTask::Run(art::Thread*)+262) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #21 pc 003477e9 /system/lib/libart.so (art::ThreadPoolWorker::Run()+256) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #22 pc 00347e21 /system/lib/
09-13 12:20:26.480 13870 13928 D Error : ERR: file=tgkill
09-13 12:20:26.480 13870 13928 D Error : ERR: class=libc
09-13 12:20:26.480 13870 13928 D Error : ERR: method=tgkill line=12
09-13 12:20:26.482 13870 13928 D Error : ERR: stack=java.lang.Error: FATAL EXCEPTION [UnityMain]
09-13 12:20:26.482 13870 13928 D Error : Unity version : 2020.3.38f1
09-13 12:20:26.482 13870 13928 D Error : Device model : Mio TouchPad 7 Quad Core Mio TouchPad 7 Quad Core
09-13 12:20:26.482 13870 13928 D Error : Device fingerprint: Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys
09-13 12:20:26.482 13870 13928 D Error : Build Type : Release
09-13 12:20:26.482 13870 13928 D Error : Scripting Backend : IL2CPP
09-13 12:20:26.482 13870 13928 D Error : ABI : armeabi-v7a
09-13 12:20:26.482 13870 13928 D Error : Strip Engine Code : true
09-13 12:20:26.482 13870 13928 D Error :
09-13 12:20:26.482 13870 13928 D Error : Caused by: java.lang.Error:
09-13 12:20:26.482 13870 13928 D Error : Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
09-13 12:20:26.482 13870 13928 D Error : Build fingerprint: 'Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys'
09-13 12:20:26.482 13870 13928 D Error : Revision: '0'
09-13 12:20:26.482 13870 13928 D Error : ABI: 'arm'
09-13 12:20:26.482 13870 13928 D Error : Timestamp: 2022-09-13 12:20:24+0300
09-13 12:20:26.482 13870 13928 D Error : pid: 13870, tid: 13877, name: Jit thread pool >>> com.xxxxxx.ourapp <<<
09-13 12:20:26.482 13870 13928 D Error : uid: 10141
09-13 12:20:26.482 13870 13928 D Error : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
09-13 12:20:26.482 13870 13928 D Error : r0 00000000 r1 00003635 r2 00000006 r3 b4066978
09-13 12:20:26.482 13870 13928 D Error : r4 b4066980 r5 b4066930 r6 00000002 r7 0000010c
09-13 12:20:26.482 13870 13928 D Error : r8 b4c7f800 r9 b4c7de44 r10 af67be5b r11 b4c63858
09-13 12:20:26.482 13870 13928 D Error : ip 00000006 sp b4065f08 lr b6c9aedd pc b6c9d2cc
09-13 12:20:26.482 13870 13928 D Error :
09-13 12:20:26.482 13870 13928 D Error : backtrace:
09-13 12:20:26.482 13870 13928 D Error : #00 pc 000422cc /system/lib/libc.so (tgkill+12) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #01 pc 0003fed9 /system/lib/libc.so (pthread_kill+32) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #02 pc 0001c6bf /system/lib/libc.so (raise+10) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #03 pc 00019871 /system/lib/libc.so (libc_android_abort+34) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #04 pc 000174e0 /system/lib/libc.so (bionic_clone) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #05 pc 0031f589 /system/lib/libart.so (art::Runtime::Abort()+212) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #06 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #07 pc 000f0197 /system/lib/libart.so (art::Barrier::~Barrier()+182) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #08 pc 00345ac9 /system/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&)+144) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #09 pc 0031f645 /system/lib/libart.so (art::Runtime::Abort()+400) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #10 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #11 pc 001ad551 /system/lib/libart-compiler.so (art::MirMethodLoweringInfo::Resolve(art::CompilerDriver, art::DexCompilationUnit const, art::MirMethodLoweringInfo, unsigned int)+2080) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #12 pc 0019fe5d /system/lib/libart-compiler.so (art::MIRGraph::DoCacheMethodLoweringInfo()+356) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #13 pc 001b203f /system/lib/libart-compiler.so (art::PassDriverMEOpts::ApplyPass(art::PassDataHolder, art::Pass const)+18) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #14 pc 00163da7 /system/lib/libart-compiler.so (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #15 pc 001645d7 /system/lib/libart-compiler.so (art::QuickCompiler::Compile(art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&) const+1394) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #16 pc 001c0a6d /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&, art::DexToDexCompilationLevel, bool)+1848) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #17 pc 001c0cb3 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::ArtMethod)+354) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #18 pc 001caf3f /system/lib/libart-compiler.so (art::jit::JitCompiler::CompileMethod(art::Thread, art::ArtMethod)+330) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #19 pc 0025ed63 /system/lib/libart.so (art::jit::Jit::CompileMeth
09-13 12:20:26.483 13870 13928 D Error : ERR: TOTAL BYTES WRITTEN: 22328
09-13 12:20:26.514 819 2807 W ActivityManager: Force finishing activity com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar
09-13 12:20:26.528 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 835200 Bytes cached buffer successfully, usage = 0x00000333
09-13 12:20:27.103 819 835 I art : Background partial concurrent mark sweep GC freed 40458(2MB) AllocSpace objects, 11(276KB) LOS objects, 33% free, 12MB/19MB, paused 24.376ms total 559.350ms
09-13 12:20:27.151 819 2808 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$UiHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1439 waiters=1 for 340ms
09-13 12:20:27.156 819 2803 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$UiHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1439 waiters=0 for 437ms
09-13 12:20:27.213 819 985 W ActivityManager: Activity pause timeout for ActivityRecord{d566957 u0 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar t50 f}
09-13 12:20:27.215 138 156 D Sayeye : current scense is (Normal)
09-13 12:20:27.216 138 156 D Sayeye : Scense (Normal) state set succeed
09-13 12:20:27.217 819 987 I DynamicPManagerService: Current Scense:normal
09-13 12:20:27.252 819 2815 I OpenGLRenderer: Initialized EGL, version 1.4
09-13 12:20:27.293 137 1870 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 743040 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.322 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 743040 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.339 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 743040 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.363 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 743040 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.391 1512 1628 I OpenGLRenderer: Initialized EGL, version 1.4
09-13 12:20:27.455 137 1870 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.539 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.586 1665 5344 W NetworkScheduler: Error inserting service_kind=0 source=16 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG requires_charging=0 target_package=com.google.android.gms source_version=214218000 required_network_type=0 flex_time=2314000 persistence_level=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService runtime=1663060827503 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} preferred_network_type=1 required_idleness_state=0 preferred_charging_state=1 last_runtime=0 period=4630000 task_type=0 job_id=-1 user_id=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067) [CONTEXT service_id=218 ]
09-13 12:20:27.620 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.704 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:28.106 819 990 I ActivityManager: Timeline: Activity_windows_visible id: com.android.launcher3 time:3883377
09-13 12:20:28.119 7135 7135 I Finsky:background: [1] nly.onTrimMemory(1): Memory trim requested to level 80
09-13 12:20:28.119 7040 7040 I Finsky : [1] nly.onTrimMemory(1): Memory trim requested to level 80
09-13 12:20:28.168 7040 7040 I Finsky : [1] lbf.accept(9): Flushing in-memory image cache
09-13 12:20:28.229 819 2803 I ActivityManager: Process com.adups.fota (pid 13348) has died
09-13 12:20:30.906 13870 13870 W Unity : Timeout while trying to pause the Unity Engine.
09-13 12:20:32.400 13870 13928 I Process : Sending signal. PID: 13870 SIG: 9
09-13 12:20:32.428 1501 1501 W Binder_4: type=1400 audit(0.0:388): avc: denied { ioctl } for path="socket:[7656]" dev="sockfs" ino=7656 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:32.448 1501 1501 W Binder_4: type=1400 audit(0.0:389): avc: denied { ioctl } for path="socket:[7656]" dev="sockfs" ino=7656 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:32.549 819 1023 W InputDispatcher: channel '4e7c8f8 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar (server)' ~ Consumer closed input channel or an error occurred. events=0x9
09-13 12:20:32.549 819 1023 E InputDispatcher: channel '4e7c8f8 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar (server)' ~ Channel is unrecoverably broken and will be disposed!
09-13 12:20:32.558 819 2318 I WindowState: WIN DEATH: Window{4e7c8f8 u0 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar}
09-13 12:20:32.558 819 2318 W InputDispatcher: Attempted to unregister already unregistered input channel '4e7c8f8 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar (server)'
09-13 12:20:32.558 819 2318 W WindowManager: Force-removing child win Window{7efe818 u0 SurfaceView} from container Window{4e7c8f8 u0 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar}
09-13 12:20:32.609 819 1774 W WindowManager: Failed looking up window
09-13 12:20:32.609 819 1774 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@dbc51d1 does not exist
09-13 12:20:32.609 819 1774 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8764)
09-13 12:20:32.609 819 1774 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8755)
09-13 12:20:32.609 819 1774 W WindowManager: at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1209)
09-13 12:20:32.609 819 1774 W WindowManager: at android.os.BinderProxy.sendDeathNotice(Binder.java:558)
09-13 12:20:32.609 819 1774 I WindowState: WIN DEATH: null
09-13 12:20:32.629 819 1551 I ActivityManager: Process com.xxxxxx.ourapp (pid 13870) has died
09-13 12:20:32.634 12832 12832 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
09-13 12:20:32.642 138 156 D Sayeye : current scense is (Normal)`
Hello, Our Unity app crashes with signal 6 (SIGABRT) on one specific device right after calling AppsFlyer.startSDK(); The crash is consistent, it always happen after calling startSDK(), and never happens if we comment startSDK()
We tried on Unity 2020.3.33 2020.3.38 and 2021.3.9 The device model is: Mio TouchPad 7 Quad Core Android 6.0.1
AppsFlyer for Unity 6.8.3 Resolved to: com.appsflyer.af-android-sdk-6.8.2 com.appsflyer.oaid-6.2.4 com.appsflyer.unity-wrapper-6.8.2 com.android.installreferrer.installreferrer-2.1
Thanks!
`
09-13 12:20:02.288 819 985 W BroadcastQueue: Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$GmsExternalReceiver requires com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.android.launcher3 (uid 10013) 09-13 12:20:02.303 138 156 D Sayeye : current scense is (Normal) 09-13 12:20:02.304 138 156 D Sayeye : Scense (Normal) state set succeed 09-13 12:20:02.305 819 987 I DynamicPManagerService: Current Scense:normal 09-13 12:20:02.323 819 981 I ActivityManager: Start proc 13870:com.xxxxxx.ourapp/u0a141 for activity com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar 09-13 12:20:02.391 13870 13870 I art : Late-enabling JIT 09-13 12:20:02.433 13870 13870 I art : JIT created with code_cache_capacity=2MB compile_threshold=1000 09-13 12:20:02.785 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes cached buffer successfully, usage = 0x00000933 09-13 12:20:02.891 137 1639 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 96000 Bytes uncached buffer successfully, usage = 0x00000f02 09-13 12:20:03.005 13870 13870 I MultiDex: VM with version 2.1.0 has multidex support 09-13 12:20:03.005 13870 13870 I MultiDex: Installing application 09-13 12:20:03.005 13870 13870 I MultiDex: VM has multidex support, MultiDex support library is disabled. 09-13 12:20:03.157 819 985 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory) 09-13 12:20:03.162 819 987 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat: open failed: ENOENT (No such file or directory) 09-13 12:20:03.619 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76 09-13 12:20:03.621 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2925, previously 2946 09-13 12:20:03.621 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 489, previously 3976 09-13 12:20:03.694 13870 13883 W art : Suspending all threads took: 12.457ms 09-13 12:20:03.709 13870 13883 I art : Background partial concurrent mark sweep GC freed 9757(617KB) AllocSpace objects, 7(212KB) LOS objects, 39% free, 4MB/8MB, paused 13.895ms total 72.781ms 09-13 12:20:03.780 13870 13890 V FA : Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy 09-13 12:20:04.078 13870 13870 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT] 09-13 12:20:04.130 13870 13870 I FirebaseInitProvider: FirebaseApp initialization successful 09-13 12:20:04.226 819 1015 D BackgroundManagerService: readMemInfo: freeMem=265822208,threshold=150994944 09-13 12:20:04.226 819 1015 D BackgroundManagerService: NOTIFY_CHECK_BACKGROUND_TASK_MSG spends 8ms 09-13 12:20:04.232 13870 13890 I DynamiteModule: Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:213806100 09-13 12:20:04.243 13870 13893 W art : Long monitor contention event with owner method=int com.google.android.gms.dynamite.DynamiteModule.zza(android.content.Context, java.lang.String, boolean) from com.google.android.gms:play-services-basement@@18.1.0:1 waiters=0 for 364ms 09-13 12:20:04.243 13870 13890 I DynamiteModule: Selected remote version of com.google.android.gms.ads.dynamite, version >= 213806100 09-13 12:20:04.243 13870 13890 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils 09-13 12:20:04.249 13870 13893 I DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:83 and remote module com.google.android.gms.measurement.dynamite:54 09-13 12:20:04.249 13870 13893 I DynamiteModule: Selected local version of com.google.android.gms.measurement.dynamite 09-13 12:20:04.284 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 74, previously 76 09-13 12:20:04.286 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 2925, previously 2946 09-13 12:20:04.286 13870 13890 W ResourceType: ResTable_typeSpec entry count inconsistent: given 489, previously 3976 09-13 12:20:04.372 13870 13890 W System : ClassLoader referenced unknown path: /data/data/com.google.android.gms/app_chimera/m/00000108/n/armeabi-v7a 09-13 12:20:04.372 13870 13890 W System : ClassLoader referenced unknown path: /data/data/com.google.android.gms/app_chimera/m/00000108/n/armeabi 09-13 12:20:04.530 13870 13909 W GraphRequest: Starting with v13 of the SDK, a client token must be embedded in your client code before making Graph API calls. Visit https://developers.facebook.com/docs/android/getting-started#client-token to learn how to implement this change. 09-13 12:20:04.539 1665 12151 W art : Long monitor contention event with owner method=boolean qkp.v(btkv, brdi) from :com.google.android.gms@214218015@21.42.18 (040300-410302452):11 waiters=0 for 208ms 09-13 12:20:04.550 13870 13912 W GraphRequest: Starting with v13 of the SDK, a client token must be embedded in your client code before making Graph API calls. Visit https://developers.facebook.com/docs/android/getting-started#client-token to learn how to implement this change. 09-13 12:20:04.615 13870 13915 W com.facebook.internal.NativeProtocol: Apps that target Android API 30+ (Android 11+) cannot call Facebook native apps unless the package visibility needs are declared. Please follow https://developers.facebook.com/docs/android/troubleshooting/#faq_267321845055988 to make the declaration. 09-13 12:20:04.617 13870 13913 W GraphRequest: Starting with v13 of the SDK, a client token must be embedded in your client code before making Graph API calls. Visit https://developers.facebook.com/docs/android/getting-started#client-token to learn how to implement this change. 09-13 12:20:04.751 13870 13870 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration. 09-13 12:20:04.822 13870 13883 W art : Suspending all threads took: 27.804ms 09-13 12:20:04.840 13870 13883 I art : Background sticky concurrent mark sweep GC freed 19444(1728KB) AllocSpace objects, 14(280KB) LOS objects, 24% free, 6MB/8MB, paused 31.631ms total 164.812ms 09-13 12:20:05.129 13870 13870 I art : Rejecting re-init on previously-failed class java.lang.Class<com.unity3d.player.h$a> 09-13 12:20:05.130 13870 13870 I art : Rejecting re-init on previously-failed class java.lang.Class<com.unity3d.player.h$a> 09-13 12:20:05.402 13870 13913 W GraphRequest: Starting with v13 of the SDK, a client token must be embedded in your client code before making Graph API calls. Visit https://developers.facebook.com/docs/android/getting-started#client-token to learn how to implement this change. 09-13 12:20:05.432 13870 13870 I IL2CPP : JNI_OnLoad 09-13 12:20:05.588 168 168 W Binder_1: type=1400 audit(0.0:376): avc: denied { ioctl } for path="socket:[83129]" dev="sockfs" ino=83129 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:05.588 168 168 W Binder_1: type=1400 audit(0.0:377): avc: denied { ioctl } for path="socket:[83129]" dev="sockfs" ino=83129 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:05.598 981 981 W Binder_3: type=1400 audit(0.0:378): avc: denied { ioctl } for path="socket:[83132]" dev="sockfs" ino=83132 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:05.598 981 981 W Binder_3: type=1400 audit(0.0:379): avc: denied { ioctl } for path="socket:[83132]" dev="sockfs" ino=83132 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:05.842 137 1870 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes cached buffer successfully, usage = 0x00000933 09-13 12:20:05.900 13870 13906 I FA : App measurement initialized, version: 73000 09-13 12:20:05.901 13870 13906 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 09-13 12:20:05.901 13870 13906 I FA : To enable faster debug mode event logging run: 09-13 12:20:05.901 13870 13906 I FA : adb shell setprop debug.firebase.analytics.app com.xxxxxx.ourapp 09-13 12:20:05.907 819 990 I ActivityManager: Displayed com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar: +3s609ms 09-13 12:20:05.908 819 990 I ActivityManager: Timeline: Activity_windows_visible id: com.xxxxxx.ourapp time:3861179 09-13 12:20:05.908 1774 1774 W Binder_9: type=1400 audit(0.0:380): avc: denied { ioctl } for path="socket:[81608]" dev="sockfs" ino=81608 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:05.908 1774 1774 W Binder_9: type=1400 audit(0.0:381): avc: denied { ioctl } for path="socket:[81608]" dev="sockfs" ino=81608 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:05.938 1501 1501 W Binder_4: type=1400 audit(0.0:382): avc: denied { ioctl } for path="socket:[81607]" dev="sockfs" ino=81607 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:05.938 1501 1501 W Binder_4: type=1400 audit(0.0:383): avc: denied { ioctl } for path="socket:[81607]" dev="sockfs" ino=81607 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:05.999 13870 13928 I Unity : MemoryManager: Using 'Dynamic Heap' Allocator. 09-13 12:20:06.374 13870 13928 I Unity : SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 4, Memory = 1002mb 09-13 12:20:06.374 13870 13928 I Unity : SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf), 0 little (mask: 0x0) 09-13 12:20:06.375 13870 13928 I Unity : ApplicationInfo com.xxxxxx.ourapp version 1.15.2 build 1f828ce4-5627-41ff-b4fc-d43e6cb4ff16 09-13 12:20:06.375 13870 13928 I Unity : Built from '2020.3/staging' branch, Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a', Stripping 'Enabled' 09-13 12:20:06.526 12832 12832 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms } 09-13 12:20:06.526 12832 12832 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms } 09-13 12:20:06.623 13870 13906 I FA : Tag Manager is not found and thus will not be used 09-13 12:20:06.784 13870 13921 D FBAudienceNetwork: SDK dex loading time: 2143 09-13 12:20:07.672 13870 13928 I Unity : Company Name: XXXX 09-13 12:20:07.672 13870 13928 I Unity : Product Name: XXXX 09-13 12:20:07.695 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list. 09-13 12:20:07.695 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list. 09-13 12:20:07.695 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list. 09-13 12:20:07.696 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list. 09-13 12:20:07.696 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list. 09-13 12:20:07.696 13870 13928 E Unity : [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list. 09-13 12:20:07.718 1665 1665 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService } 09-13 12:20:07.718 1665 1665 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService } 09-13 12:20:07.729 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 2048000 Bytes uncached buffer successfully, usage = 0x00000f02 09-13 12:20:07.738 13870 13928 D Unity : GL_EXT_debug_marker GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_compressed_ETC1_RGB8_texture GL_EXT_compressed_ETC1_RGB8_sub_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_vertex_half_float GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map GL_KHR_debug GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_OES_mapbuffer GL_KHR_no_error 09-13 12:20:07.844 1665 12486 W NetworkScheduler: Error inserting service_kind=0 source=16 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG requires_charging=0 target_package=com.google.android.gms source_version=214218000 required_network_type=0 flex_time=2334000 persistence_level=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService runtime=1663060807811 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} preferred_network_type=1 required_idleness_state=0 preferred_charging_state=1 last_runtime=0 period=4670000 task_type=0 job_id=-1 user_id=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067) [CONTEXT service_id=218 ] 09-13 12:20:07.949 819 819 D BackgroundManagerService: reload bgmusic list: [com.xxxxxx.ourapp] 09-13 12:20:07.955 146 999 V audio_hw_primary: out_set_parameters: routing=2 09-13 12:20:07.955 146 999 V audio_hw_primary: adev->out_device is: 2, val is : 2 09-13 12:20:07.968 146 999 V audio_hw_primary: start_output_stream, line: 739 09-13 12:20:07.968 146 999 V codec_audio_pad: headset on is: 0, headphone on is: 0, speaker on is : 2 09-13 12:20:07.968 146 999 V codec_audio_pad: in normal mode, headset or speaker on,LINE:112,FUNC:set_normal_path 09-13 12:20:07.968 146 999 V audio_hw_primary: normal mode , speaker,LINE:664,FUNC:select_output_device 09-13 12:20:07.968 146 999 V audio_hw_primary: start_output_stream: card:0, port:0, rate:44100 09-13 12:20:07.969 146 999 V audio_hw_primary: do not use out resampler 09-13 12:20:08.108 146 999 D AudioFlinger: mixer(0xb1ac0000) throttle end: throttle time(11) 09-13 12:20:08.178 146 999 D AudioFlinger: mixer(0xb1ac0000) throttle end: throttle time(55) 09-13 12:20:08.188 2812 2812 W Binder_10: type=1400 audit(0.0:384): avc: denied { ioctl } for path="socket:[80466]" dev="sockfs" ino=80466 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:08.188 2812 2812 W Binder_10: type=1400 audit(0.0:385): avc: denied { ioctl } for path="socket:[80466]" dev="sockfs" ino=80466 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:08.387 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 2048000 Bytes uncached buffer successfully, usage = 0x00000f02 09-13 12:20:08.436 137 168 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 2048000 Bytes uncached buffer successfully, usage = 0x00000f02 09-13 12:20:08.586 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes cached buffer successfully, usage = 0x00000933 09-13 12:20:08.600 137 168 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 2048000 Bytes uncached buffer successfully, usage = 0x00000f02 09-13 12:20:08.875 146 999 D AudioFlinger: mixer(0xb1ac0000) throttle end: throttle time(4) 09-13 12:20:10.562 1665 1702 I art : Background sticky concurrent mark sweep GC freed 119476(9MB) AllocSpace objects, 41(1000KB) LOS objects, 31% free, 23MB/34MB, paused 2.095ms total 208.904ms 09-13 12:20:10.674 1665 5344 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.clearcut.uploader.QosUploaderService finished executing. cause:5 result: 1 elapsed_millis: 10862 uptime_millis: 10862 exec_start_elapsed_seconds: 3855 [CONTEXT service_id=218 ] 09-13 12:20:11.560 13870 13969 I IL2CPP : Locale en-US 09-13 12:20:11.899 819 2807 I ActivityManager: Process com.android.keychain (pid 13391) has died 09-13 12:20:11.999 819 1518 I ActivityManager: Process com.android.exchange (pid 13502) has died 09-13 12:20:12.588 1665 1665 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.gmscompliance.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.PersistentBoundBrokerService } 09-13 12:20:13.899 819 1033 D WifiService: Client connection lost with reason: 4 09-13 12:20:13.939 819 1518 I ActivityManager: Process com.estrongs.android.pop (pid 13407) has died 09-13 12:20:13.944 12832 12832 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.mobstore.service.START pkg=com.google.android.gms } 09-13 12:20:13.946 12832 12832 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.mdisync.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService } 09-13 12:20:14.554 13978 13978 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only -j3 --no-watch-dog --dex-file=/data/user/0/com.xxxxxx.ourapp/cache/app_resources_lib.jar --oat-file=/data/user/0/com.xxxxxx.ourapp/code_cache/app_resources_lib.dex 09-13 12:20:14.586 819 1032 D WifiStateMachine: starting scan for "Pixel_7835"WPA_PSK with 2462 09-13 12:20:15.009 13978 13978 I dex2oat : dex2oat took 458.957ms (threads: 3) arena alloc=0B java alloc=53KB native alloc=601KB free=678KB 09-13 12:20:15.322 13984 13984 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only -j3 --no-watch-dog --dex-file=/data/user/0/com.xxxxxx.ourapp/cache/google_api_resources_lib.jar --oat-file=/data/user/0/com.xxxxxx.ourapp/code_cache/google_api_resources_lib.dex 09-13 12:20:15.379 13984 13984 I dex2oat : dex2oat took 58.620ms (threads: 3) arena alloc=0B java alloc=30KB native alloc=630KB free=905KB 09-13 12:20:15.439 13870 13928 I firebase: Firebase Analytics API Initializing 09-13 12:20:15.439 13870 13928 I firebase: analytics API Initialized 09-13 12:20:15.876 819 1773 W SensorService: sensor 00000000 already enabled in connection 0xab458980 (ignoring) 09-13 12:20:15.928 170 170 W Binder_2: type=1400 audit(0.0:386): avc: denied { ioctl } for path="socket:[83183]" dev="sockfs" ino=83183 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:15.928 170 170 W Binder_2: type=1400 audit(0.0:387): avc: denied { ioctl } for path="socket:[83183]" dev="sockfs" ino=83183 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 09-13 12:20:16.259 13870 13928 D AppsFlyer_6.8.2: Initializing AppsFlyer SDK: (v6.8.2.207) 09-13 12:20:16.278 819 1597 I ActivityManager: Process com.android.gallery3d (pid 13377) has died 09-13 12:20:16.384 13870 13928 I Unity : Firebase Analytics API Initializing 09-13 12:20:16.384 13870 13928 I Unity : UnityEngine.Logger:Log(LogType, Object) 09-13 12:20:16.384 13870 13928 I Unity : 09-13 12:20:16.386 13870 13928 I Unity : analytics API Initialized 09-13 12:20:16.386 13870 13928 I Unity : UnityEngine.Logger:Log(LogType, Object) 09-13 12:20:16.386 13870 13928 I Unity : 09-13 12:20:17.289 819 1551 I ActivityManager: Process com.google.android.partnersetup (pid 13654) has died 09-13 12:20:17.735 13870 13883 I art : Background sticky concurrent mark sweep GC freed 40401(2MB) AllocSpace objects, 12(552KB) LOS objects, 28% free, 7MB/10MB, paused 4.138ms total 168.142ms 09-13 12:20:18.036 12832 12832 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms } 09-13 12:20:18.276 13870 13883 I art : Background partial concurrent mark sweep GC freed 23901(1700KB) AllocSpace objects, 11(604KB) LOS objects, 40% free, 8MB/14MB, paused 3.391ms total 119.654ms 09-13 12:20:18.491 14002 14002 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only -j3 --no-watch-dog --dex-file=/data/user/0/com.xxxxxx.ourapp/code_cache/. --oat-file=/data/user/0/com.xxxxxx.ourapp/code_cache/. 09-13 12:20:18.735 14002 14002 I dex2oat : dex2oat took 245.985ms (threads: 3) arena alloc=0B java alloc=22KB native alloc=598KB free=937KB 09-13 12:20:18.766 13870 14001 W art : Method processed more than once: java.lang.String com.appsflyer.internal.AFa1wSDK$$.$$c(int, int, int) 09-13 12:20:18.880 7040 7053 I Finsky : [355] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:18.943 7040 7053 I Finsky : [355] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:19.084 7040 7052 I Finsky : [354] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:19.087 7040 7052 I Finsky : [354] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:19.099 819 1501 I ActivityManager: Process com.dataviz.docstogo (pid 13683) has died 09-13 12:20:19.110 7040 7040 I Finsky : [1] nly.onTrimMemory(1): Memory trim requested to level 5 09-13 12:20:19.140 7135 7135 I Finsky:background: [1] nly.onTrimMemory(1): Memory trim requested to level 5 09-13 12:20:19.225 14010 14010 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only -j3 --no-watch-dog --dex-file=/data/user/0/com.xxxxxx.ourapp/code_cache/. --oat-file=/data/user/0/com.xxxxxx.ourapp/code_cache/. 09-13 12:20:19.503 13559 13559 I A : Trimming objects from memory, since app is in the background. 09-13 12:20:19.539 819 1774 I ActivityManager: Process com.estrongs.android.pop:local (pid 13455) has died 09-13 12:20:19.582 7040 7053 I Finsky : [355] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:19.584 7040 7053 I Finsky : [355] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:19.673 14010 14010 I dex2oat : dex2oat took 449.430ms (threads: 3) arena alloc=0B java alloc=46KB native alloc=749KB free=1298KB 09-13 12:20:19.689 13870 14001 W art : Method processed more than once: java.lang.String com.appsflyer.internal.AFa1wSDK$$.AFInAppEventType(char, int, int) 09-13 12:20:20.550 7040 7054 I Finsky : [356] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:20.553 7040 7054 I Finsky : [356] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:20.579 819 882 I ActivityManager: Process com.android.defcontainer (pid 13059) has died 09-13 12:20:20.580 7040 7052 I Finsky : [354] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:20.582 7040 7052 I Finsky : [354] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:20.923 819 1518 W ActivityManager: Unable to start service Intent { act=android.support.customtabs.action.CustomTabsService pkg=com.android.chrome } U=0: not found 09-13 12:20:21.356 12832 12832 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.ocr.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService } 09-13 12:20:21.357 12832 12832 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.ocr.service.START pkg=com.google.android.gms cmp=com.google.android.gms/.chimera.GmsApiService } 09-13 12:20:21.521 10765 10778 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC 09-13 12:20:21.560 13870 13877 F art : art/compiler/dex/mir_method_info.cc:104] Check failed: invoke_type == kVirtual (invoke_type=direct, kVirtual=virtual) 09-13 12:20:21.638 7040 7087 D PaySecureElementClient: Felica app not found; returning isSecureElementAvailable = false! 09-13 12:20:22.280 13870 13928 I Unity : SUBSCRIPTION DATA BEGIN product id: com.xxxxxx.ourapp.threemonths 09-13 12:20:22.280 13870 13928 I Unity : purchase date: 12/5/2021 12:51:08 AM 09-13 12:20:22.280 13870 13928 I Unity : next billing date: 12/5/2022 12:51:08 AM 09-13 12:20:22.280 13870 13928 I Unity : is subscribed? True 09-13 12:20:22.280 13870 13928 I Unity : is expired? False 09-13 12:20:22.280 13870 13928 I Unity : is cancelled? False 09-13 12:20:22.280 13870 13928 I Unity : is auto renewing? True 09-13 12:20:22.280 13870 13928 I Unity : SUBSCRIPTION DATA END 09-13 12:20:22.280 13870 13928 I Unity : UnityEngine.Logger:Log(LogType, Object) 09-13 12:20:22.280 13870 13928 I Unity : IAPManager:ActiveSubscriptionFound(String, SubscriptionInfo) 09-13 12:20:22.280 13870 13928 I Unity : IAPManager:CheckIfActiveSubscriptionAndFillItsData(Product) 09-13 12:20:22.280 13870 13928 I Unity : IAPManager:OnInitialized(IStoreController, IExtensionProvider) 09-13 12:20:22.280 13870 13928 I Unity : UnityEngine.Purchasing.PurchasingManager:CheckForInitialization() 09-13 12:20:22.280 13870 13928 I Unity : UnityEngine.Purchasing.PurchasingManager:OnProductsRetrieved(List 1) 09-13 12:20:22.280 13870 13928 I Unity : System.Action:Invoke() 09-13 12:20:22.280 13870 13928 I Unity : UnityEngine.Purchasing.Extension.UnityUtil:Update() 09-13 12:20:22.280 13870 13928 I Unity : 09-13 12:20:22.375 7040 7840 I Finsky : [491] ser.run(24): Skipping a request to /bulkAcquire since cache has all the records. 09-13 12:20:22.642 12832 12843 I art : Background partial concurrent mark sweep GC freed 17663(1104KB) AllocSpace objects, 6(120KB) LOS objects, 39% free, 17MB/29MB, paused 15.207ms total 234.347ms 09-13 12:20:22.650 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:22.658 12832 12841 W CursorWrapperInner: Cursor finalized without prior close() 09-13 12:20:22.693 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:22.701 146 999 I AudioFlinger: BUFFER TIMEOUT: remove(4096) from active list on thread 0xb1ac0000 09-13 12:20:22.733 12832 13430 V NFC : this device does not have NFC support 09-13 12:20:22.734 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:22.773 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:22.811 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:22.915 12832 12832 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService } 09-13 12:20:22.915 12832 12832 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.ocr.service.internal.START cmp=com.google.android.gms/.chimera.GmsInternalApiService } 09-13 12:20:22.928 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:22.968 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.005 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.047 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.090 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.090 12832 12843 I art : Background partial concurrent mark sweep GC freed 5821(311KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 17MB/28MB, paused 1.698ms total 128.660ms 09-13 12:20:23.127 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.164 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.566 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.725 13870 13877 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next() 09-13 12:20:23.800 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.837 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.874 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.910 13870 13877 W art : Method processed more than once: android.os.Message android.os.MessageQueue.next() 09-13 12:20:23.911 13870 13877 W art : Method processed more than once: void android.os.HandlerThread.run() 09-13 12:20:23.947 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:23.999 13870 13966 W AudioTrack: releaseBuffer() track 0x9f17fd80 disabled due to previous underrun, restarting 09-13 12:20:23.999 13870 13987 I Choreographer: Skipped 117 frames! The application may be doing too much work on its main thread. 09-13 12:20:24.008 146 999 V audio_hw_primary: out_set_parameters: routing=2 09-13 12:20:24.008 146 999 V audio_hw_primary: adev->outdevice is: 2, val is : 2 09-13 12:20:24.039 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:24.043 146 999 D AudioFlinger: mixer(0xb1ac0000) throttle end: throttle time(11) 09-13 12:20:24.077 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:24.115 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:24.153 13870 13877 W art : Method processed more than once: void java.lang.Thread.parkFor$(long) 09-13 12:20:24.155 13870 13877 F art : art/runtime/barrier.cc:90] Check failed: count == 0 (count_=-1, 0=0) Attempted to destroy barrier with non zero count 09-13 12:20:24.155 13870 13877 F art : art/runtime/runtime.cc:366] Runtime aborting --- recursively, so no thread-specific detail! 09-13 12:20:24.155 13870 13877 F art : art/runtime/runtime.cc:366] 09-13 12:20:24.156 7040 7053 I Finsky : [355] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:24.160 7040 7053 I Finsky : [355] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:24.167 7040 7054 I Finsky : [356] lhd.g(16): com.xxxxxx.ourapp: Account from first account - [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:24.169 7040 7054 I Finsky : [356] lhd.g(63): Billing preferred account via installer for com.xxxxxx.ourapp: [4KrRPYgXoqPOuPv4toLI3j6-XAKPQtjAzlHOi5n89zE] 09-13 12:20:24.241 13870 13877 E CRASH : 09-13 12:20:24.241 13870 13877 E CRASH : Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a' 09-13 12:20:24.241 13870 13877 E CRASH : Build fingerprint: 'Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys' 09-13 12:20:24.241 13870 13877 E CRASH : Revision: '0' 09-13 12:20:24.241 13870 13877 E CRASH : ABI: 'arm' 09-13 12:20:24.241 13870 13877 E CRASH : Timestamp: 2022-09-13 12:20:24+0300 09-13 12:20:24.241 13870 13877 E CRASH : pid: 13870, tid: 13877, name: Jit thread pool >>> com.xxxxxx.ourapp <<< 09-13 12:20:24.241 13870 13877 E CRASH : uid: 10141 09-13 12:20:24.241 13870 13877 E CRASH : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 09-13 12:20:24.241 13870 13877 E CRASH : r0 00000000 r1 00003635 r2 00000006 r3 b4066978 09-13 12:20:24.241 13870 13877 E CRASH : r4 b4066980 r5 b4066930 r6 00000002 r7 0000010c 09-13 12:20:24.241 13870 13877 E CRASH : r8 b4c7f800 r9 b4c7de44 r10 af67be5b r11 b4c63858 09-13 12:20:24.241 13870 13877 E CRASH : ip 00000006 sp b4065f08 lr b6c9aedd pc b6c9d2cc 09-13 12:20:24.242 13870 13877 E CRASH : 09-13 12:20:24.242 13870 13877 E CRASH : backtrace: 09-13 12:20:24.242 13870 13877 E CRASH : #00 pc 000422cc /system/lib/libc.so (tgkill+12) (BuildId: 89991f4b85b9a31dbeda90e359d54362) 09-13 12:20:24.242 13870 13877 E CRASH : #01 pc 0003fed9 /system/lib/libc.so (pthread_kill+32) (BuildId: 89991f4b85b9a31dbeda90e359d54362) 09-13 12:20:24.242 13870 13877 E CRASH : #02 pc 0001c6bf /system/lib/libc.so (raise+10) (BuildId: 89991f4b85b9a31dbeda90e359d54362) 09-13 12:20:24.242 13870 13877 E CRASH : #03 pc 00019871 /system/lib/libc.so (libc_android_abort+34) (BuildId: 89991f4b85b9a31dbeda90e359d54362) 09-13 12:20:24.242 13870 13877 E CRASH : #04 pc 000174e0 /system/lib/libc.so (bionic_clone) (BuildId: 89991f4b85b9a31dbeda90e359d54362) 09-13 12:20:24.242 13870 13877 E CRASH : #05 pc 0031f589 /system/lib/libart.so (art::Runtime::Abort()+212) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f) 09-13 12:20:24.243 13870 13877 E CRASH : #06 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f) 09-13 12:20:24.243 13870 13877 E CRASH : #07 pc 000f0197 /system/lib/libart.so (art::Barrier::~Barrier()+182) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f) 09-13 12:20:24.243 13870 13877 E CRASH : #08 pc 00345ac9 /system/lib/libart.so (art::ThreadList::Dump(std::1::basic_ostream<char, std::__1::char_traits >&)+144) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.243 13870 13877 E CRASH : #09 pc 0031f645 /system/lib/libart.so (art::Runtime::Abort()+400) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.243 13870 13877 E CRASH : #10 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.244 13870 13877 E CRASH : #11 pc 001ad551 /system/lib/libart-compiler.so (art::MirMethodLoweringInfo::Resolve(art::CompilerDriver, art::DexCompilationUnit const, art::MirMethodLoweringInfo, unsigned int)+2080) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.244 13870 13877 E CRASH : #12 pc 0019fe5d /system/lib/libart-compiler.so (art::MIRGraph::DoCacheMethodLoweringInfo()+356) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.244 13870 13877 E CRASH : #13 pc 001b203f /system/lib/libart-compiler.so (art::PassDriverMEOpts::ApplyPass(art::PassDataHolder, art::Pass const)+18) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.244 13870 13877 E CRASH : #14 pc 00163da7 /system/lib/libart-compiler.so (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.244 13870 13877 E CRASH : #15 pc 001645d7 /system/lib/libart-compiler.so (art::QuickCompiler::Compile(art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&) const+1394) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.245 13870 13877 E CRASH : #16 pc 001c0a6d /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&, art::DexToDexCompilationLevel, bool)+1848) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.245 13870 13877 E CRASH : #17 pc 001c0cb3 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::ArtMethod)+354) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.245 13870 13877 E CRASH : #18 pc 001caf3f /system/lib/libart-compiler.so (art::jit::JitCompiler::CompileMethod(art::Thread, art::ArtMethod)+330) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:24.245 13870 13877 E CRASH : #19 pc 0025ed63 /system/lib/libart.so (art::jit::Jit::CompileMethod(art::ArtMethod, art::Thread)+34) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.245 13870 13877 E CRASH : #20 pc 00260ebb /system/lib/libart.so (art::jit::JitCompileTask::Run(art::Thread)+262) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.245 13870 13877 E CRASH : #21 pc 003477e9 /system/lib/libart.so (art::ThreadPoolWorker::Run()+256) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.246 13870 13877 E CRASH : #22 pc 00347e21 /system/lib/libart.so (art::ThreadPoolWorker::Callback(void)+52) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:24.246 13870 13877 E CRASH : #23 pc 0003f7db /system/lib/libc.so ( pthread_start(void*)+30) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:24.248 13870 13877 E CRASH : #24 pc 00019ef5 /system/lib/libc.so (start_thread+6) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:24.708 12832 12832 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
09-13 12:20:24.708 12832 12832 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
09-13 12:20:26.440 13870 13928 E CRASH : other thread is trapped; signum = 6
09-13 12:20:26.452 13870 13928 E AndroidRuntime: FATAL EXCEPTION: UnityMain
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Process: com.xxxxxx.ourapp, PID: 13870
09-13 12:20:26.452 13870 13928 E AndroidRuntime: java.lang.Error: FATAL EXCEPTION [UnityMain]
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Unity version : 2020.3.38f1
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Device model : Mio TouchPad 7 Quad Core Mio TouchPad 7 Quad Core
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Device fingerprint: Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Build Type : Release
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Scripting Backend : IL2CPP
09-13 12:20:26.452 13870 13928 E AndroidRuntime: ABI : armeabi-v7a
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Strip Engine Code : true
09-13 12:20:26.452 13870 13928 E AndroidRuntime:
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Caused by: java.lang.Error:
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Build fingerprint: 'Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys'
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Revision: '0'
09-13 12:20:26.452 13870 13928 E AndroidRuntime: ABI: 'arm'
09-13 12:20:26.452 13870 13928 E AndroidRuntime: Timestamp: 2022-09-13 12:20:24+0300
09-13 12:20:26.452 13870 13928 E AndroidRuntime: pid: 13870, tid: 13877, name: Jit thread pool >>> com.xxxxxx.ourapp <<<
09-13 12:20:26.452 13870 13928 E AndroidRuntime: uid: 10141
09-13 12:20:26.452 13870 13928 E AndroidRuntime: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
09-13 12:20:26.452 13870 13928 E AndroidRuntime: r0 00000000 r1 00003635 r2 00000006 r3 b4066978
09-13 12:20:26.452 13870 13928 E AndroidRuntime: r4 b4066980 r5 b4066930 r6 00000002 r7 0000010c
09-13 12:20:26.452 13870 13928 E AndroidRuntime: r8 b4c7f800 r9 b4c7de44 r10 af67be5b r11 b4c63858
09-13 12:20:26.452 13870 13928 E AndroidRuntime: ip 00000006 sp b4065f08 lr b6c9aedd pc b6c9d2cc
09-13 12:20:26.452 13870 13928 E AndroidRuntime:
09-13 12:20:26.452 13870 13928 E AndroidRuntime: backtrace:
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #00 pc 000422cc /system/lib/libc.so (tgkill+12) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #01 pc 0003fed9 /system/lib/libc.so (pthread_kill+32) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #02 pc 0001c6bf /system/lib/libc.so (raise+10) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #03 pc 00019871 /system/lib/libc.so (libc_android_abort+34) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #04 pc 000174e0 /system/lib/libc.so (bionic_clone) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #05 pc 0031f589 /system/lib/libart.so (art::Runtime::Abort()+212) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #06 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #07 pc 000f0197 /system/lib/libart.so (art::Barrier::~Barrier()+182) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #08 pc 00345ac9 /system/lib/libart.so (art::ThreadList::Dump(std::1::basic_ostream<char, std::1::char_traits >&)+144) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #09 pc 0031f645 /system/lib/libart.so (art::Runtime::Abort()+400) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #10 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #11 pc 001ad551 /system/lib/libart-compiler.so (art::MirMethodLoweringInfo::Resolve(art::CompilerDriver, art::DexCompilationUnit const, art::MirMethodLoweringInfo, unsigned int)+2080) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #12 pc 0019fe5d /system/lib/libart-compiler.so (art::MIRGraph::DoCacheMethodLoweringInfo()+356) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #13 pc 001b203f /system/lib/libart-compiler.so (art::PassDriverMEOpts::ApplyPass(art::PassDataHolder, art::Pass const)+18) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #14 pc 00163da7 /system/lib/libart-compiler.so (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #15 pc 001645d7 /system/lib/libart-compiler.so (art::QuickCompiler::Compile(art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&) const+1394) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #16 pc 001c0a6d /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&, art::DexToDexCompilationLevel, bool)+1848) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #17 pc 001c0cb3 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::ArtMethod)+354) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime: #18 pc 001caf3f /system/lib/libart-compiler.so (art::jit::JitCompiler::CompileMethod(art::Thread, art::ArtMethod)+330) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.452 13870 13928 E AndroidRuntime:
09-13 12:20:26.476 13870 13928 D Error : ERR: exClass=java.lang.Error
09-13 12:20:26.476 13870 13928 D Error : ERR: exMsg=
09-13 12:20:26.476 13870 13928 D Error : Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
09-13 12:20:26.476 13870 13928 D Error : Build fingerprint: 'Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys'
09-13 12:20:26.476 13870 13928 D Error : Revision: '0'
09-13 12:20:26.476 13870 13928 D Error : ABI: 'arm'
09-13 12:20:26.476 13870 13928 D Error : Timestamp: 2022-09-13 12:20:24+0300
09-13 12:20:26.476 13870 13928 D Error : pid: 13870, tid: 13877, name: Jit thread pool >>> com.xxxxxx.ourapp <<<
09-13 12:20:26.476 13870 13928 D Error : uid: 10141
09-13 12:20:26.476 13870 13928 D Error : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
09-13 12:20:26.476 13870 13928 D Error : r0 00000000 r1 00003635 r2 00000006 r3 b4066978
09-13 12:20:26.476 13870 13928 D Error : r4 b4066980 r5 b4066930 r6 00000002 r7 0000010c
09-13 12:20:26.476 13870 13928 D Error : r8 b4c7f800 r9 b4c7de44 r10 af67be5b r11 b4c63858
09-13 12:20:26.476 13870 13928 D Error : ip 00000006 sp b4065f08 lr b6c9aedd pc b6c9d2cc
09-13 12:20:26.476 13870 13928 D Error :
09-13 12:20:26.476 13870 13928 D Error : backtrace:
09-13 12:20:26.476 13870 13928 D Error : #00 pc 000422cc /system/lib/libc.so (tgkill+12) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #01 pc 0003fed9 /system/lib/libc.so (pthread_kill+32) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #02 pc 0001c6bf /system/lib/libc.so (raise+10) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #03 pc 00019871 /system/lib/libc.so ( libc_android_abort+34) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #04 pc 000174e0 /system/lib/libc.so (bionic_clone) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.476 13870 13928 D Error : #05 pc 0031f589 /system/lib/libart.so (art::Runtime::Abort()+212) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #06 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #07 pc 000f0197 /system/lib/libart.so (art::Barrier::~Barrier()+182) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #08 pc 00345ac9 /system/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::1::char_traits >&)+144) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #09 pc 0031f645 /system/lib/libart.so (art::Runtime::Abort()+400) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #10 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #11 pc 001ad551 /system/lib/libart-compiler.so (art::MirMethodLoweringInfo::Resolve(art::CompilerDriver, art::DexCompilationUnit const, art::MirMethodLoweringInfo, unsigned int)+2080) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #12 pc 0019fe5d /system/lib/libart-compiler.so (art::MIRGraph::DoCacheMethodLoweringInfo()+356) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #13 pc 001b203f /system/lib/libart-compiler.so (art::PassDriverMEOpts::ApplyPass(art::PassDataHolder, art::Pass const)+18) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #14 pc 00163da7 /system/lib/libart-compiler.so (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #15 pc 001645d7 /system/lib/libart-compiler.so (art::QuickCompiler::Compile(art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&) const+1394) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #16 pc 001c0a6d /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&, art::DexToDexCompilationLevel, bool)+1848) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #17 pc 001c0cb3 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::ArtMethod)+354) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #18 pc 001caf3f /system/lib/libart-compiler.so (art::jit::JitCompiler::CompileMethod(art::Thread, art::ArtMethod)+330) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.476 13870 13928 D Error : #19 pc 0025ed63 /system/lib/libart.so (art::jit::Jit::CompileMethod(art::ArtMethod, art::Thread)+34) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #20 pc 00260ebb /system/lib/libart.so (art::jit::JitCompileTask::Run(art::Thread*)+262) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #21 pc 003477e9 /system/lib/libart.so (art::ThreadPoolWorker::Run()+256) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.476 13870 13928 D Error : #22 pc 00347e21 /system/lib/
09-13 12:20:26.480 13870 13928 D Error : ERR: file=tgkill
09-13 12:20:26.480 13870 13928 D Error : ERR: class=libc
09-13 12:20:26.480 13870 13928 D Error : ERR: method=tgkill line=12
09-13 12:20:26.482 13870 13928 D Error : ERR: stack=java.lang.Error: FATAL EXCEPTION [UnityMain]
09-13 12:20:26.482 13870 13928 D Error : Unity version : 2020.3.38f1
09-13 12:20:26.482 13870 13928 D Error : Device model : Mio TouchPad 7 Quad Core Mio TouchPad 7 Quad Core
09-13 12:20:26.482 13870 13928 D Error : Device fingerprint: Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys
09-13 12:20:26.482 13870 13928 D Error : Build Type : Release
09-13 12:20:26.482 13870 13928 D Error : Scripting Backend : IL2CPP
09-13 12:20:26.482 13870 13928 D Error : ABI : armeabi-v7a
09-13 12:20:26.482 13870 13928 D Error : Strip Engine Code : true
09-13 12:20:26.482 13870 13928 D Error :
09-13 12:20:26.482 13870 13928 D Error : Caused by: java.lang.Error:
09-13 12:20:26.482 13870 13928 D Error : Version '2020.3.38f1 (8f5fde82e2dc)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
09-13 12:20:26.482 13870 13928 D Error : Build fingerprint: 'Allwinner/astar_m708cs/astar-m708cs:6.0.1/MOB30R/20170905:eng/test-keys'
09-13 12:20:26.482 13870 13928 D Error : Revision: '0'
09-13 12:20:26.482 13870 13928 D Error : ABI: 'arm'
09-13 12:20:26.482 13870 13928 D Error : Timestamp: 2022-09-13 12:20:24+0300
09-13 12:20:26.482 13870 13928 D Error : pid: 13870, tid: 13877, name: Jit thread pool >>> com.xxxxxx.ourapp <<<
09-13 12:20:26.482 13870 13928 D Error : uid: 10141
09-13 12:20:26.482 13870 13928 D Error : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
09-13 12:20:26.482 13870 13928 D Error : r0 00000000 r1 00003635 r2 00000006 r3 b4066978
09-13 12:20:26.482 13870 13928 D Error : r4 b4066980 r5 b4066930 r6 00000002 r7 0000010c
09-13 12:20:26.482 13870 13928 D Error : r8 b4c7f800 r9 b4c7de44 r10 af67be5b r11 b4c63858
09-13 12:20:26.482 13870 13928 D Error : ip 00000006 sp b4065f08 lr b6c9aedd pc b6c9d2cc
09-13 12:20:26.482 13870 13928 D Error :
09-13 12:20:26.482 13870 13928 D Error : backtrace:
09-13 12:20:26.482 13870 13928 D Error : #00 pc 000422cc /system/lib/libc.so (tgkill+12) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #01 pc 0003fed9 /system/lib/libc.so (pthread_kill+32) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #02 pc 0001c6bf /system/lib/libc.so (raise+10) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #03 pc 00019871 /system/lib/libc.so (libc_android_abort+34) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #04 pc 000174e0 /system/lib/libc.so (bionic_clone) (BuildId: 89991f4b85b9a31dbeda90e359d54362)
09-13 12:20:26.482 13870 13928 D Error : #05 pc 0031f589 /system/lib/libart.so (art::Runtime::Abort()+212) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #06 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #07 pc 000f0197 /system/lib/libart.so (art::Barrier::~Barrier()+182) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #08 pc 00345ac9 /system/lib/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&)+144) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #09 pc 0031f645 /system/lib/libart.so (art::Runtime::Abort()+400) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #10 pc 000f3969 /system/lib/libart.so (art::LogMessage::~LogMessage()+2092) (BuildId: f7b1fccf79821d4a3e4028a48ad4899f)
09-13 12:20:26.482 13870 13928 D Error : #11 pc 001ad551 /system/lib/libart-compiler.so (art::MirMethodLoweringInfo::Resolve(art::CompilerDriver, art::DexCompilationUnit const, art::MirMethodLoweringInfo, unsigned int)+2080) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #12 pc 0019fe5d /system/lib/libart-compiler.so (art::MIRGraph::DoCacheMethodLoweringInfo()+356) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #13 pc 001b203f /system/lib/libart-compiler.so (art::PassDriverMEOpts::ApplyPass(art::PassDataHolder, art::Pass const)+18) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #14 pc 00163da7 /system/lib/libart-compiler.so (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #15 pc 001645d7 /system/lib/libart-compiler.so (art::QuickCompiler::Compile(art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&) const+1394) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #16 pc 001c0a6d /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::DexFile::CodeItem const, unsigned int, art::InvokeType, unsigned short, unsigned int, _jobject, art::DexFile const&, art::DexToDexCompilationLevel, bool)+1848) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #17 pc 001c0cb3 /system/lib/libart-compiler.so (art::CompilerDriver::CompileMethod(art::Thread, art::ArtMethod)+354) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #18 pc 001caf3f /system/lib/libart-compiler.so (art::jit::JitCompiler::CompileMethod(art::Thread, art::ArtMethod)+330) (BuildId: 4bb11a4785f5605cc30e594d91783453)
09-13 12:20:26.482 13870 13928 D Error : #19 pc 0025ed63 /system/lib/libart.so (art::jit::Jit::CompileMeth
09-13 12:20:26.483 13870 13928 D Error : ERR: TOTAL BYTES WRITTEN: 22328
09-13 12:20:26.514 819 2807 W ActivityManager: Force finishing activity com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar
09-13 12:20:26.528 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 835200 Bytes cached buffer successfully, usage = 0x00000333
09-13 12:20:27.103 819 835 I art : Background partial concurrent mark sweep GC freed 40458(2MB) AllocSpace objects, 11(276KB) LOS objects, 33% free, 12MB/19MB, paused 24.376ms total 559.350ms
09-13 12:20:27.151 819 2808 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$UiHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1439 waiters=1 for 340ms
09-13 12:20:27.156 819 2803 W art : Long monitor contention event with owner method=void com.android.server.am.ActivityManagerService$UiHandler.handleMessage(android.os.Message) from ActivityManagerService.java:1439 waiters=0 for 437ms
09-13 12:20:27.213 819 985 W ActivityManager: Activity pause timeout for ActivityRecord{d566957 u0 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar t50 f}
09-13 12:20:27.215 138 156 D Sayeye : current scense is (Normal)
09-13 12:20:27.216 138 156 D Sayeye : Scense (Normal) state set succeed
09-13 12:20:27.217 819 987 I DynamicPManagerService: Current Scense:normal
09-13 12:20:27.252 819 2815 I OpenGLRenderer: Initialized EGL, version 1.4
09-13 12:20:27.293 137 1870 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 743040 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.322 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 743040 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.339 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 743040 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.363 137 295 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 743040 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.391 1512 1628 I OpenGLRenderer: Initialized EGL, version 1.4
09-13 12:20:27.455 137 1870 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.539 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.586 1665 5344 W NetworkScheduler: Error inserting service_kind=0 source=16 tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG requires_charging=0 target_package=com.google.android.gms source_version=214218000 required_network_type=0 flex_time=2314000 persistence_level=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService runtime=1663060827503 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} preferred_network_type=1 required_idleness_state=0 preferred_charging_state=1 last_runtime=0 period=4630000 task_type=0 job_id=-1 user_id=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067) [CONTEXT service_id=218 ]
09-13 12:20:27.620 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:27.704 137 170 I [Gralloc]: ion_alloc from ion_client:18 via heap type DMA(mask:16) for 4096000 Bytes uncached buffer successfully, usage = 0x00000f02
09-13 12:20:28.106 819 990 I ActivityManager: Timeline: Activity_windows_visible id: com.android.launcher3 time:3883377
09-13 12:20:28.119 7135 7135 I Finsky:background: [1] nly.onTrimMemory(1): Memory trim requested to level 80
09-13 12:20:28.119 7040 7040 I Finsky : [1] nly.onTrimMemory(1): Memory trim requested to level 80
09-13 12:20:28.168 7040 7040 I Finsky : [1] lbf.accept(9): Flushing in-memory image cache
09-13 12:20:28.229 819 2803 I ActivityManager: Process com.adups.fota (pid 13348) has died
09-13 12:20:30.906 13870 13870 W Unity : Timeout while trying to pause the Unity Engine.
09-13 12:20:32.400 13870 13928 I Process : Sending signal. PID: 13870 SIG: 9
09-13 12:20:32.428 1501 1501 W Binder_4: type=1400 audit(0.0:388): avc: denied { ioctl } for path="socket:[7656]" dev="sockfs" ino=7656 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:32.448 1501 1501 W Binder_4: type=1400 audit(0.0:389): avc: denied { ioctl } for path="socket:[7656]" dev="sockfs" ino=7656 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
09-13 12:20:32.549 819 1023 W InputDispatcher: channel '4e7c8f8 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar (server)' ~ Consumer closed input channel or an error occurred. events=0x9
09-13 12:20:32.549 819 1023 E InputDispatcher: channel '4e7c8f8 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar (server)' ~ Channel is unrecoverably broken and will be disposed!
09-13 12:20:32.558 819 2318 I WindowState: WIN DEATH: Window{4e7c8f8 u0 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar}
09-13 12:20:32.558 819 2318 W InputDispatcher: Attempted to unregister already unregistered input channel '4e7c8f8 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar (server)'
09-13 12:20:32.558 819 2318 W WindowManager: Force-removing child win Window{7efe818 u0 SurfaceView} from container Window{4e7c8f8 u0 com.xxxxxx.ourapp/com.unity3d.nostatusbar.UnityPlayerActivityStatusBar}
09-13 12:20:32.609 819 1774 W WindowManager: Failed looking up window
09-13 12:20:32.609 819 1774 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@dbc51d1 does not exist
09-13 12:20:32.609 819 1774 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8764)
09-13 12:20:32.609 819 1774 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8755)
09-13 12:20:32.609 819 1774 W WindowManager: at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1209)
09-13 12:20:32.609 819 1774 W WindowManager: at android.os.BinderProxy.sendDeathNotice(Binder.java:558)
09-13 12:20:32.609 819 1774 I WindowState: WIN DEATH: null
09-13 12:20:32.629 819 1551 I ActivityManager: Process com.xxxxxx.ourapp (pid 13870) has died
09-13 12:20:32.634 12832 12832 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
09-13 12:20:32.642 138 156 D Sayeye : current scense is (Normal)`