tomthecarrot / arcore-for-all

Google ARCore (dev preview 1) for "unsupported" Android devices
GNU General Public License v3.0
1.04k stars 145 forks source link

Xiaomi Mi 5 not working #87

Open rrrnld opened 6 years ago

rrrnld commented 6 years ago

I just tried launching the sample.apk on my Mi 5, running the latest Lineage OS (Android 7.1.2, Lineage 14.1-20170117-NIGHTLY-gemini), crashed after showing the unity launch screen for a while. The log is below:

10-18 09:03:22.139  2960  4373 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.tomthecarrot.helloar/com.unity3d.player.UnityPlayerActivity (has extras)} from uid 10030 on display 0
10-18 09:03:22.151  2960  3332 W BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.cyanogenmod.trebuchet (pid=4402, uid=10030) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.gms/.icing.proxy.ApplicationLauncherReceiver
10-18 09:03:22.152  2960  3332 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.cyanogenmod.trebuchet (uid 10030)
10-18 09:03:22.164  2960  4355 I ActivityManager: Start proc 11835:com.tomthecarrot.helloar/u0a118 for activity com.tomthecarrot.helloar/com.unity3d.player.UnityPlayerActivity
10-18 09:03:22.164 11835 11835 I art     : Late-enabling -Xcheck:jni
10-18 09:03:22.191  2960  3332 E Notification: setLatestEventInfo() is deprecated and you should feel deprecated.
10-18 09:03:22.191  2960  3332 E Notification: java.lang.Throwable
10-18 09:03:22.191  2960  3332 E Notification:  at android.app.Notification.setLatestEventInfo(Notification.java:2083)
10-18 09:03:22.191  2960  3332 E Notification:  at com.android.server.am.ActivityManagerService$MainHandler.handleMessage(ActivityManagerService.java:2360)
10-18 09:03:22.191  2960  3332 E Notification:  at android.os.Handler.dispatchMessage(Handler.java:102)
10-18 09:03:22.191  2960  3332 E Notification:  at android.os.Looper.loop(Looper.java:154)
10-18 09:03:22.191  2960  3332 E Notification:  at android.os.HandlerThread.run(HandlerThread.java:61)
10-18 09:03:22.191  2960  3332 E Notification:  at com.android.server.ServiceThread.run(ServiceThread.java:46)
10-18 09:03:22.309 11835 11835 I Unity   : onResume
10-18 09:03:22.342 11835 11852 I Adreno  : QUALCOMM build                   : 853a1ff, I9c435c2712
10-18 09:03:22.342 11835 11852 I Adreno  : Build Date                       : 01/10/17
10-18 09:03:22.342 11835 11852 I Adreno  : OpenGL ES Shader Compiler Version: XE031.09.00.04
10-18 09:03:22.342 11835 11852 I Adreno  : Local Branch                     : 
10-18 09:03:22.342 11835 11852 I Adreno  : Remote Branch                    : 
10-18 09:03:22.342 11835 11852 I Adreno  : Remote Branch                    : 
10-18 09:03:22.342 11835 11852 I Adreno  : Reconstruct Branch               : 
10-18 09:03:22.346 11835 11852 I OpenGLRenderer: Initialized EGL, version 1.4
10-18 09:03:22.346 11835 11852 D OpenGLRenderer: Swap behavior 1
10-18 09:03:22.350 11835 11835 D Unity   : SetWindow 0 0xddbcc808
10-18 09:03:22.350 11835 11835 D Unity   : SetWindow 0 0xddbcc808
10-18 09:03:22.383 11835 11835 I Unity   : windowFocusChanged: true
10-18 09:03:22.388  2960  3339 I ActivityManager: Displayed com.tomthecarrot.helloar/com.unity3d.player.UnityPlayerActivity: +235ms
10-18 09:03:22.401 11835 11851 I TangoClientLibLoader: Pure Java path, not loading libtango_client_api.so at all.
10-18 09:03:22.403 11835 11851 E Tango   : Java version of Tango Service not found, falling back to tangoservice_d.
10-18 09:03:22.403 11835 11851 E art     : No implementation found for int com.google.atap.tango.TangoJNINative.Initialize(android.content.Context) (tried Java_com_google_atap_tango_TangoJNINative_Initialize and Java_com_google_atap_tango_TangoJNINative_Initialize__Landroid_content_Context_2)
10-18 09:03:22.404 11835 11851 E Unity   : Error trying to call delegated method resume. null
10-18 09:03:22.404 11835 11851 D Unity   : [VFS] Mount /data/app/com.tomthecarrot.helloar-1/base.apk
10-18 09:03:22.408 11835 11851 D Unity   : Player data archive not found at `/data/app/com.tomthecarrot.helloar-1/base.apk/assets/bin/Data/data.unity3d`, using local filesystem
10-18 09:03:22.416 11835 11851 I Unity   : SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 4, Memory = 2713mb
10-18 09:03:22.416 11835 11851 I Unity   : SystemInfo ARM big.LITTLE configuration: 2 big (mask: 12), 2 little (mask: 3)
10-18 09:03:22.416 11835 11851 I Unity   : ApplicationInfo com.tomthecarrot.helloar version 1.0 build 901f7406-84a6-4e8c-992a-a800c4e16ae3
10-18 09:03:22.417 11835 11851 D Unity   : Player data archive not found at `/data/app/com.tomthecarrot.helloar-1/base.apk/assets/bin/Data/data.unity3d`, using local filesystem
10-18 09:03:22.417 11835 11851 D Unity   : [EGL] Attaching window :0xddbcc808
10-18 09:03:22.418 11835 11851 D Unity   : Unable to find library path for 'monobdwgc-2.0'.
10-18 09:03:22.420 11835 11851 D Unity   : Mono path[0] = '/data/app/com.tomthecarrot.helloar-1/base.apk/assets/bin/Data/Managed'
10-18 09:03:22.420 11835 11851 D Unity   : Mono config path = 'assets/bin/Data/Managed/etc'
10-18 09:03:22.420 11835 11851 D Unity   : PlayerConnection initialized from /data/app/com.tomthecarrot.helloar-1/base.apk/assets/bin/Data (debug = 0)
10-18 09:03:22.421 11835 11851 D Unity   : PlayerConnection initialized network socket : 0.0.0.0 55233
10-18 09:03:22.421 11835 11851 D Unity   : PlayerConnection initialized unix socket : Unity-com.tomthecarrot.helloar
10-18 09:03:22.422 11835 11851 D Unity   : Multi-casting "[IP] 10.32.252.79 [Port] 55233 [Flags] 3 [Guid] 3759215294 [EditorId] 2655264626 [Version] 1048832 [Id] AndroidPlayer(Xiaomi_MI_5@10.32.252.79) [Debug] 1" to [225.0.0.222:54997]...
10-18 09:03:22.422 11835 11851 D Unity   : Waiting for connection from host on [0.0.0.0:55233]...
10-18 09:03:23.793  3751  4011 D QcrilMsgTunnelSocket: readRilMessage: Buffer = [B@5e90dc5 HexData = [010000000404000012000000514f454d484f4f4b1d04080002000000ffff]
10-18 09:03:23.793  3751  4011 D QcrilMsgTunnelSocket: Rcvd UNSOL response with 28 bytes data for SUB0
10-18 09:03:23.793  3751  4011 D QcrilMsgTunnelSocket: Rac Change (PDC) data: [-1, -1]
10-18 09:03:23.793  3751  4011 D QcrilMsgTunnelSocket: Broadcasting intent ACTION_RAC_CHANGED
10-18 09:03:24.398  2441  2629 E ANDR-PERF-OPTSHANDLER: perf_lock_rel: updated /sys/class/scsi_host/host0/../../../clkscale_enable with 1
10-18 09:03:24.398  2441  2629 E ANDR-PERF-OPTSHANDLER:  return value 2
10-18 09:03:27.451 11835 11851 D Unity   : Timed out. Continuing without host connection.
10-18 09:03:27.451 11835 11851 D Unity   : Started listening to [0.0.0.0:55233]
10-18 09:03:27.452 11835 11851 D Unity   : Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56294
10-18 09:03:27.591 11835 11851 D Unity   : InitializeScriptEngine OK (ddd46ee0)
10-18 09:03:27.591 11835 11851 D Unity   : PlayerConnection already initialized - listening to [0.0.0.0:55233]
10-18 09:03:27.602 11835 11851 D Unity   : Player data archive not found at `assets/bin/Data/data.unity3d`, using local filesystem
10-18 09:03:27.605 11835 11851 D Unity   : Unable to lookup library path for 'libaudioplugingvrunity', native render plugin support disabled.
10-18 09:03:27.606 11835 11851 E Unity   : Unable to find libaudioplugingvrunity
10-18 09:03:27.606 11835 11851 D Unity   : Unable to lookup library path for 'AudioPluginOculusSpatializer', native render plugin support disabled.
10-18 09:03:27.607 11835 11851 E Unity   : Unable to find AudioPluginOculusSpatializer
10-18 09:03:27.608 11835 11851 D Unity   : Unable to lookup library path for 'audioplugingvrunity', native render plugin support disabled.
10-18 09:03:27.608 11835 11851 E Unity   : Unable to find audioplugingvrunity
10-18 09:03:27.609 11835 11851 D Unity   : Unable to lookup library path for 'unitygar', native render plugin support disabled.
10-18 09:03:27.609 11835 11851 E Unity   : Unable to find unitygar
10-18 09:03:27.610 11835 11851 D Unity   : Unable to lookup library path for 'libAudioPluginOculusSpatializer', native render plugin support disabled.
10-18 09:03:27.611 11835 11851 E Unity   : Unable to find libAudioPluginOculusSpatializer
10-18 09:03:27.611 11835 11851 D Unity   : Unable to lookup library path for 'libtango_3d_reconstruction_api', native render plugin support disabled.
10-18 09:03:27.612 11835 11851 E Unity   : Unable to find libtango_3d_reconstruction_api
10-18 09:03:27.612 11835 11851 D Unity   : PlayerInitEngineNoGraphics OK
10-18 09:03:27.612 11835 11851 D Unity   : AndroidGraphics::Startup window =  0xddbcc808
10-18 09:03:27.612 11835 11851 D Unity   : [EGL] Attaching window :0xddbcc808
10-18 09:03:27.615 11835 11851 D Unity   : [EGL] Request: ES 3.1+AEP RGB0 000 0/0
10-18 09:03:27.615 11835 11851 D Unity   : [EGL] Checking ES 3.1 support...
10-18 09:03:27.626 11835 11851 D Unity   : [EGL] ES 3.1 support detected
10-18 09:03:27.626 11835 11851 D Unity   : [EGL] Found: ID[1] ES 3.1+AEP RGB16 565 0/0
10-18 09:03:27.626 11835 11851 D Unity   : [EGL] Request: ES 3.1+AEP RGB0 000 0/0
10-18 09:03:27.627 11835 11851 D Unity   : [EGL] Found: ID[1] ES 3.1+AEP RGB16 565 0/0
10-18 09:03:27.627 11835 11851 D Unity   : [EGL] Request: ES 3.0 RGBA32 8888 0/0
10-18 09:03:27.632 11835 11851 D Unity   : [EGL] Found: ID[9] ES 3.0 RGBA32 8888 0/0 AFBT
10-18 09:03:27.637 11835 11851 D Unity   : ANativeWindow: (1080/1920) RequestedResolution: (0/0) RenderingResolution: (0/0) EGLSurface: (1080/1920)
10-18 09:03:27.642 11835 11851 D Unity   : Renderer: Adreno (TM) 530
10-18 09:03:27.642 11835 11851 D Unity   : Vendor:   Qualcomm
10-18 09:03:27.642 11835 11851 D Unity   : Version:  OpenGL ES 3.2 V@145.0 (GIT@I9c435c2712)
10-18 09:03:27.642 11835 11851 D Unity   : GLES:     3
10-18 09:03:27.643 11835 11851 D Unity   :  GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_half_float GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_compressed_ETC1_RGB8_texture GL_AMD_compressed_ATC_texture GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_OES_texture_compression_astc GL_OES_texture_npot GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_OES_texture_3D GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_QCOM_alpha_test GL_OES_depth24 GL_OES_packed_depth_stencil GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_EXT_sRGB GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_sRGB_decode GL_OES_element_index_uint GL_EXT_copy_image GL_EXT_geometry_shader GL_EXT_tessellation_shader GL_OES_texture_stencil8 GL_EXT_shader_io_blocks GL_OES_shader_image_atomic GL_OES_sample_variables GL_EXT_texture_border_clamp GL_EXT_multisampled_render_to_texture GL_OES_sha
10-18 09:03:27.643 11835 11851 D Unity   : der_multisample_interpolation GL_EXT_texture_cube_map_array GL_EXT_draw_buffers_indexed GL_EXT_gpu_shader5 GL_EXT_robustness GL_EXT_texture_buffer GL_EXT_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_OES_texture_storage_multisample_2d_array GL_OES_sample_shading GL_OES_get_program_binary GL_EXT_debug_label GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_QCOM_tiled_rendering GL_ANDROID_extension_pack_es31a GL_EXT_primitive_bounding_box GL_OES_standard_derivatives GL_OES_vertex_array_object GL_EXT_disjoint_timer_query GL_KHR_debug GL_EXT_YUV_target GL_EXT_sRGB_write_control GL_EXT_texture_norm16 GL_EXT_discard_framebuffer GL_OES_surfaceless_context GL_OVR_multiview GL_OVR_multiview2 GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_EXT_debug_marker GL_OES_EGL_image_external_essl3 GL_OVR_multiview_multisampled_render_to_texture GL_EXT_buffer_storage GL_EXT_blit_framebuffer_params GL_EXT_clip_cull_distance GL_EXT_protected_textures GL_EXT_shader_non_constant_global_i
10-18 09:03:27.643 11835 11851 D Unity   : nitializers
10-18 09:03:27.650 11835 11851 D Unity   : OPENGL LOG: Creating OpenGL ES 3.2 graphics device ; Context level  <OpenGL ES 3.1 AEP> ; Context handle -967730048
10-18 09:03:27.650 11835 11851 D Unity   : [EGL] Attaching window :0xddbcc808
10-18 09:03:27.652 11835 11851 D Unity   : Requested framebuffer: resolution[1080x1920], rgba[8/8/8/8], depth+stencil[on], samples[1]
10-18 09:03:27.652 11835 11851 D Unity   : Created framebuffer: resolution[1080x1920], rgba[8/8/8/8], depth+stencil[24/8], samples[0] 
10-18 09:03:27.652 11835 11851 D Unity   : [EGL] Attaching window :0xddbcc808
10-18 09:03:27.652 11835 11851 D Unity   : Initialize engine version: 2017.2.0b9 (95ec3a4d5d9d)
10-18 09:03:27.673 11835 11851 D Unity   : AudioManager: Selecting OpenSL output...
10-18 09:03:27.678 11835 11851 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)
10-18 09:03:27.678 11835 11851 W AudioTrack: notificationFrames=-10 clamped to the range -1 to -8
10-18 09:03:27.679  2458  7108 I AudioPolicyManagerCustom: Direct PCM is disabled for this request
10-18 09:03:27.681 11835 11851 D AudioTrack: Client defaulted notificationFrames to 192 for frameCount 1536
10-18 09:03:27.683  2458  2707 W AudioFlinger: checkEffectCompatibility_l(): effect Volume listener for Music on playback thread in raw mode
10-18 09:03:27.684  2458  2707 E AudioEffect: set(): AudioFlinger could not create effect, status: -22
10-18 09:03:27.684  2458  2707 E AudioPolicyEffects: addOutputSessionEffects(): failed to create Fx  music_helper on session 89
10-18 09:03:27.689  2458  2786 D audio_hw_primary: start_output_stream: enter: stream(0xf2999400)usecase(12: audio-ull-playback) devices(0x2)
10-18 09:03:27.690  2458  2786 D audio_hw_primary: select_devices for use case (audio-ull-playback)
10-18 09:03:27.690  2458  2786 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
10-18 09:03:27.691  2441  2629 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [4, 0]
10-18 09:03:27.691  2458  2786 I msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 12 device (speaker)
10-18 09:03:27.691  2458  2786 D msm8974_platform: platform_can_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
10-18 09:03:27.691  2458  2786 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2
10-18 09:03:27.691  2458  2786 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 12 device (speaker)
10-18 09:03:27.691  2458  2786 D msm8974_platform: platform_check_codec_backend_cfg:becf: afe: playback on non-44.1-support device Configure afe to default Sample Rate(48k)
10-18 09:03:27.691  2458  2786 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 and sample rate: 48000
10-18 09:03:27.691  2458  2786 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
10-18 09:03:27.691  2458  2786 E msm8974_platform: platform_check_backends_match: Invalid snd_device = 
10-18 09:03:27.691  2458  2786 D audio_hw_primary: check_usecases_codec_backend:becf: (42) check_usecases curr device: speaker, usecase device: backends match 0
10-18 09:03:27.692  2458  2786 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
10-18 09:03:27.692  2458  2786 D hardware_info: hw_info_append_hw_type : device_name = speaker
10-18 09:03:27.692  2458  2786 D msm8974_platform: platform_can_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
10-18 09:03:27.692  2458  2786 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
10-18 09:03:27.692  2458  2786 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
10-18 09:03:27.692  2458  2786 D aud_dev_arbi: acquireOneDevice: device owner for device 2 is 1
10-18 09:03:27.692  2458  2786 I audio_hw_primary: select_devices Selected apptype: 69937
10-18 09:03:27.692  2458  2786 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_id 12 of type 0 for Event 3, with Raise=0
10-18 09:03:27.692  2458  2786 D msm8974_platform: platform_can_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 34, path = 0, app id = 0x11131, sample rate = 48000
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> send_asm_topology
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> send_adm_topology
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> send_audtable
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
10-18 09:03:27.692  2458  2786 D         : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
10-18 09:03:27.692  2458  2786 D         : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> send_audvoltable
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
10-18 09:03:27.692  2458  2786 D         : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> send_audstrmtable
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
10-18 09:03:27.692  2458  2786 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
10-18 09:03:27.693  2458  2786 D ACDB-LOADER: ACDB -> send_afe_topology
10-18 09:03:27.693  2458  2786 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
10-18 09:03:27.693  2458  2786 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 34, Topology Id 112fc
10-18 09:03:27.693  2458  2786 D ACDB-LOADER: ACDB -> send_afe_cal
10-18 09:03:27.693  2458  2786 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
10-18 09:03:27.693  2458  2786 D         : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
10-18 09:03:27.693  2458  2786 D         : Failed to fetch the lookup information of the device 00000022 
10-18 09:03:27.693  2458  2786 E ACDB-LOADER: Error: ACDB AFE returned = -19
10-18 09:03:27.693  2458  2786 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
10-18 09:03:27.693  2458  2786 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 34 path = 0
10-18 09:03:27.693  2458  2786 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
10-18 09:03:27.693  2458  2786 D audio_hw_primary: enable_audio_route: apply mixer and update path: audio-ull-playback speaker
10-18 09:03:27.693 11835 11851 D Unity   : Begin MonoManager ReloadAssembly
10-18 09:03:27.694  2458  2786 D audio_hw_primary: select_devices: done
10-18 09:03:27.697  2458  8893 W AudioFlinger: checkEffectCompatibility_l(): effect Equalizer on playback thread in raw mode
10-18 09:03:27.697  4288  5563 E AudioEffect: set(): AudioFlinger could not create effect, status: -22
10-18 09:03:27.697  4288  5563 E AudioEffects-JNI: AudioEffect initCheck failed -3
10-18 09:03:27.697  4288  5563 E AudioEffect-JAVA: Error code -3 when initializing AudioEffect.
10-18 09:03:27.698  4288  5563 E AudioFx-EffectSet: error creatingEffectSet (AndroidEffects) [  mSessionId: 89 mDeviceInfo: android.media.AudioDeviceInfo@160eb72 mGlobalEnabled: false ], releasing and throwing!
10-18 09:03:27.698  4288  5563 E AudioFxService: couldn't create effects for session id: 89
10-18 09:03:27.698  4288  5563 E AudioFxService: java.lang.RuntimeException: Cannot initialize effect engine for type: 0bed4300-ddd6-11db-8f34-0002a5d5c51b Error: -3
10-18 09:03:27.698  4288  5563 E AudioFxService:    at android.media.audiofx.AudioEffect.<init>(AudioEffect.java:411)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at android.media.audiofx.Equalizer.<init>(Equalizer.java:139)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at org.cyanogenmod.audiofx.backends.EffectSetWithAndroidEq.onCreate(EffectSetWithAndroidEq.java:39)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at org.cyanogenmod.audiofx.backends.AndroidEffects.onCreate(AndroidEffects.java:53)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at org.cyanogenmod.audiofx.backends.EffectSet.<init>(EffectSet.java:41)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at org.cyanogenmod.audiofx.backends.EffectSetWithAndroidEq.<init>(EffectSetWithAndroidEq.java:34)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at org.cyanogenmod.audiofx.backends.AndroidEffects.<init>(AndroidEffects.java:48)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at org.cyanogenmod.audiofx.backends.EffectsFactory.createEffectSet(EffectsFactory.java:22)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at org.cyanogenmod.audiofx.service.SessionManager$AudioServiceHandler.handleMessage(SessionManager.java:320)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at android.os.Handler.dispatchMessage(Handler.java:98)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at android.os.Looper.loop(Looper.java:154)
10-18 09:03:27.698  4288  5563 E AudioFxService:    at android.os.HandlerThread.run(HandlerThread.java:61)
10-18 09:03:27.699  2458  2786 D msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map19
10-18 09:03:27.699  2458  2786 D msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
10-18 09:03:27.711  2458  2786 D audio_hw_primary: start_output_stream: exit
10-18 09:03:27.934 11835 11851 D Unity   : - Completed reload, in  0.241 seconds
10-18 09:03:28.206 11835 11851 D Unity   : PlayerInitEngineGraphics OK
10-18 09:03:28.210 11835 11851 D Unity   : Found 41 native sensors
10-18 09:03:28.212 11835 11851 D Unity   : Sensor :        Accelerometer ( 1) ; 0.002396 / 0.00s ; LSM6DS3 Accelerometer / STMicroelectronics 
10-18 09:03:28.217 11835 11851 D Unity   : Sensor :        Accelerometer ( 1) ; 0.002396 / 0.00s ; LSM6DS3 Accelerometer / STMicroelectronics 
10-18 09:03:28.227 11835 11851 V MediaRouter: Adding route: RouteInfo{ name=Telefon, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
10-18 09:03:28.232 11835 11851 V MediaRouter: Updating audio routes: AudioRoutesInfo{ type=SPEAKER }
10-18 09:03:28.235 11835 11851 V MediaRouter: Selecting route: RouteInfo{ name=Telefon, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
10-18 09:03:28.527 11835 11901 D Unity   : Setting up 1 worker threads for Enlighten.
10-18 09:03:28.528 11835 11902 D Unity   :   Thread -> id: ffffffffc0100920 -> priority: 1 
10-18 09:03:30.275 11835 11851 D Unity   : UnloadTime: 14.168000 ms
10-18 09:03:30.315 11835 11851 I Unity   : Handle to Tango Unity 3DR shim library is non-NULL
10-18 09:03:30.318 11835 11851 D Unity   : UUID: e88f2e5e125a6a34 => c41cc9408dd431a537509adafec0a1ef
10-18 09:03:30.347 11835 11872 D NetworkSecurityConfig: No Network Security Config specified, using platform default
10-18 09:03:30.348 11835 11872 I DpmTcmClient: RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor
10-18 09:03:30.360  2483  2483 I cnss-daemon: RTM_NEWROUTE Indication
10-18 09:03:30.386 11835 11851 F tango   : jni_helper.cc:19 'vm' Must be non NULL
10-18 09:03:30.386 11835 11851 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 11851 (UnityMain)
10-18 09:03:30.387   428   428 W         : debuggerd: handling request: pid=11835 uid=10118 gid=10118 tid=11851
10-18 09:03:30.454 11908 11908 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-18 09:03:30.455 11908 11908 F DEBUG   : LineageOS Version: '14.1-20171017-NIGHTLY-gemini'
10-18 09:03:30.455 11908 11908 F DEBUG   : Build fingerprint: 'Xiaomi/gemini/gemini:7.0/NRD90M/V8.2.1.0.NAACNEB:user/release-keys'
10-18 09:03:30.455 11908 11908 F DEBUG   : Revision: '0'
10-18 09:03:30.455 11908 11908 F DEBUG   : ABI: 'arm'
10-18 09:03:30.455 11908 11908 F DEBUG   : pid: 11835, tid: 11851, name: UnityMain  >>> com.tomthecarrot.helloar <<<
10-18 09:03:30.455 11908 11908 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
10-18 09:03:30.460 11908 11908 F DEBUG   : Abort message: 'jni_helper.cc:19 'vm' Must be non NULL'
10-18 09:03:30.460 11908 11908 F DEBUG   :     r0 00000000  r1 00002e4b  r2 00000006  r3 00000008
10-18 09:03:30.460 11908 11908 F DEBUG   :     r4 e3aec978  r5 00000006  r6 e3aec920  r7 0000010c
10-18 09:03:30.460 11908 11908 F DEBUG   :     r8 e3aeacc0  r9 e3aeacbc  sl 00000515  fp e3aeafd0
10-18 09:03:30.460 11908 11908 F DEBUG   :     ip 00000002  sp e3aea840  lr e576dd07  pc e5770564  cpsr 200f0010
10-18 09:03:30.466 11908 11908 F DEBUG   : 
10-18 09:03:30.466 11908 11908 F DEBUG   : backtrace:
10-18 09:03:30.466 11908 11908 F DEBUG   :     #00 pc 0004a564  /system/lib/libc.so (tgkill+12)
10-18 09:03:30.466 11908 11908 F DEBUG   :     #01 pc 00047d03  /system/lib/libc.so (pthread_kill+34)
10-18 09:03:30.466 11908 11908 F DEBUG   :     #02 pc 0001d565  /system/lib/libc.so (raise+10)
10-18 09:03:30.466 11908 11908 F DEBUG   :     #03 pc 000190b1  /system/lib/libc.so (__libc_android_abort+34)
10-18 09:03:30.466 11908 11908 F DEBUG   :     #04 pc 00017118  /system/lib/libc.so (abort+4)
10-18 09:03:30.466 11908 11908 F DEBUG   :     #05 pc 00005841  /system/lib/liblog.so (__android_log_assert+112)
10-18 09:03:30.466 11908 11908 F DEBUG   :     #06 pc 00009e69  /data/app/com.tomthecarrot.helloar-1/lib/arm/libtango_client_api2.so
10-18 09:03:30.466 11908 11908 F DEBUG   :     #07 pc 0001256d  /data/app/com.tomthecarrot.helloar-1/lib/arm/libtango_client_api2.so
10-18 09:03:30.466 11908 11908 F DEBUG   :     #08 pc 00009247  /data/app/com.tomthecarrot.helloar-1/lib/arm/libtango_client_api2.so (TangoService_isSupported+26)
10-18 09:03:30.466 11908 11908 F DEBUG   :     #09 pc 00009b24  <anonymous:c7ae9000>
10-18 09:03:31.588  2960 11913 W ActivityManager:   Force finishing activity com.tomthecarrot.helloar/com.unity3d.player.UnityPlayerActivity
10-18 09:03:31.591   428   428 W         : debuggerd: resuming target 11835
10-18 09:03:31.595  2960  3336 I BootReceiver: Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_TOMBSTONE)
10-18 09:03:31.617   504   504 E lowmemorykiller: Error writing /proc/11835/oom_score_adj; errno=22
10-18 09:03:31.617  2960  3332 W ActivityManager: Failed setting process group of 11835 to 1
10-18 09:03:31.617  2960  3332 W System.err: java.lang.IllegalArgumentException: Given thread 11852 does not exist
10-18 09:03:31.619  2960  3795 D GraphicsStats: Buffer count: 11
10-18 09:03:31.619  2960  4406 I WindowManager: WIN DEATH: Window{1163303 u0 com.tomthecarrot.helloar/com.unity3d.player.UnityPlayerActivity}
10-18 09:03:31.619  2960  4406 W WindowManager: Force-removing child win Window{e8cd0b9 u0 SurfaceView - com.tomthecarrot.helloar/com.unity3d.player.UnityPlayerActivity} from container Window{1163303 u0 com.tomthecarrot.helloar/com.unity3d.player.UnityPlayerActivity}
10-18 09:03:31.620  2960  3332 W System.err:    at android.os.Process.setThreadPriority(Native Method)
10-18 09:03:31.620  2960  3332 W System.err:    at com.android.server.am.ActivityManagerService.applyOomAdjLocked(ActivityManagerService.java:20777)
10-18 09:03:31.620  2960  3332 W System.err:    at com.android.server.am.ActivityManagerService.updateOomAdjLocked(ActivityManagerService.java:21310)
10-18 09:03:31.620  2960  3332 W System.err:    at com.android.server.am.BroadcastQueue.processCurBroadcastLocked(BroadcastQueue.java:274)
10-18 09:03:31.620  2960  3332 W System.err:    at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:1225)
10-18 09:03:31.620  2960  3332 W System.err:    at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:172)
10-18 09:03:31.620  2960  3332 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:102)
10-18 09:03:31.620  2960  3332 W System.err:    at android.os.Looper.loop(Looper.java:154)
10-18 09:03:31.621  2960  3332 W System.err:    at android.os.HandlerThread.run(HandlerThread.java:61)
10-18 09:03:31.623  2960  3332 W System.err:    at com.android.server.ServiceThread.run(ServiceThread.java:46)
10-18 09:03:31.626  2960  3329 I ActivityManager: Process com.tomthecarrot.helloar (pid 11835) has died
10-18 09:03:31.626  2960  3329 D ActivityManager: cleanUpApplicationRecord -- 11835
10-18 09:03:31.630  2960  3795 W WindowManager: Failed looking up window
10-18 09:03:31.630  2960  3795 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@150d280 does not exist
10-18 09:03:31.630  2960  3795 W WindowManager:     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9469)
10-18 09:03:31.630  2960  3795 W WindowManager:     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9460)
10-18 09:03:31.630  2960  3795 W WindowManager:     at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1807)
10-18 09:03:31.630  2960  3795 W WindowManager:     at android.os.BinderProxy.sendDeathNotice(Binder.java:688)
10-18 09:03:31.630  2960  3795 I WindowManager: WIN DEATH: null
10-18 09:03:31.670  2479  3141 E FrameworkListener: read() failed (Connection reset by peer)
10-18 09:03:31.672  2457  2457 I Zygote  : Process 11835 exited due to signal (6)
10-18 09:03:31.682  2960 11515 I OpenGLRenderer: Initialized EGL, version 1.4
10-18 09:03:31.682  2960 11515 D OpenGLRenderer: Swap behavior 1
10-18 09:03:31.719  4228  4723 W UdcContextManagerHelper: Empty context buffer. Thus might mean that the context is not synced down.
10-18 09:03:31.720  4228  4723 W UploadOptInStatusOp: Empty context model while retrieving upload opt-in status!
10-18 09:03:31.757  4228  4723 W UdcContextManagerHelper: Empty context buffer. Thus might mean that the context is not synced down.
10-18 09:03:31.758  4228  4723 W UploadOptInStatusOp: Empty context model while retrieving upload opt-in status!