Closed YohanBaillot closed 7 years ago
Hi @YohanBaillot - would you please be able to provide a sample unity scene that reproduces the issue, this scene should be as simple as possible containing the minimum reproduction steps.
We'll then investigate for you.
Also, if you could please raise this issue in our Unity API repository here: https://github.com/wrld3d/unity-api/issues
This is now posted there. P{lease advise
On Wed, Sep 13, 2017 at 1:48 AM, Tim Jenks notifications@github.com wrote:
Closed #62 https://github.com/wrld3d/wrld-example-app/issues/62.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wrld3d/wrld-example-app/issues/62#event-1246797896, or mute the thread https://github.com/notifications/unsubscribe-auth/AArUdUQWb4eIwqRmY6rQosR_6wsvApZhks5sh5begaJpZM4PRwOB .
--
Yohan Baillot
LinkedIn www.linkedin.com/in/yohanbaillot
ARCortex CEO and Founder Expert Augmented Reality visualization consulting www.arcortex.com
Hi Tim,
I have another issue to archive in IOS which I reported here https://github.com/wrld3d/unity-api/issues/27
The app compiles and run fine with or without WRLD but fails to archive with WRLD
thanks
Yohan
On Wed, Sep 13, 2017 at 1:48 AM, Tim Jenks notifications@github.com wrote:
Closed #62 https://github.com/wrld3d/wrld-example-app/issues/62.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wrld3d/wrld-example-app/issues/62#event-1246797896, or mute the thread https://github.com/notifications/unsubscribe-auth/AArUdUQWb4eIwqRmY6rQosR_6wsvApZhks5sh5begaJpZM4PRwOB .
--
Yohan Baillot
LinkedIn www.linkedin.com/in/yohanbaillot
ARCortex CEO and Founder Expert Augmented Reality visualization consulting www.arcortex.com
Hi Tim and Wrld support
As requested I posted the issue on the forum but I have not heard back as of yet after 11 days. Could you let me know if this is something that will be considered or should we abandon this feature on Tango?
thanks
Yohan
On Wed, Sep 20, 2017 at 5:22 PM, yohan baillot baillot@gmail.com wrote:
This is now posted there. P{lease advise
On Wed, Sep 13, 2017 at 1:48 AM, Tim Jenks notifications@github.com wrote:
Closed #62 https://github.com/wrld3d/wrld-example-app/issues/62.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wrld3d/wrld-example-app/issues/62#event-1246797896, or mute the thread https://github.com/notifications/unsubscribe-auth/AArUdUQWb4eIwqRmY6rQosR_6wsvApZhks5sh5begaJpZM4PRwOB .
--
Yohan Baillot
LinkedIn www.linkedin.com/in/yohanbaillot
ARCortex CEO and Founder Expert Augmented Reality visualization consulting www.arcortex.com
--
Yohan Baillot
LinkedIn www.linkedin.com/in/yohanbaillot
ARCortex CEO and Founder Expert Augmented Reality visualization consulting www.arcortex.com
Hello, I have finally found the issue that made my Google Tango Unity projects crash and it comes from the Wrld plugin. I am using the latest plugin and I can compile and run successfully a Tango project as long as the Wrld/plugins/Android/libs/armeabi-v7a/app-armeabi-v7a-release.aar is not present. As soon as that library is added, the Tango script do not seem to to find some classes in the plugin (no modification of the Tango plugin is done, only adding or removing the AAR Wrld library) as shown hereunder in the adb logcat ouput. I am tempted to think that the AAR library must uncompress an AndroidManifest that does not merge with the AndroidManifest of Tango (Manifest attached), or perhaps the two libraries activities need to be merged. Do you have some insight on what might be the issue and if i could be fixed on your side? Do you provide the source code for the AAR file to try to perhaps recompile it taking into account the Tango library needs? The reason to go with Tango is that it is the only Android device able to detect surfaces before ARCore supports more devices
Tango Manifest:
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.unity3d.player" android:installLocation="preferExternal" android:theme="@android:style/Theme.NoTitleBar" android:versionCode="1" android:largeHeap="true" android:versionName="1.0"> <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true"/>
ADB Logcat
09-08 17:58:09.063 17710 17722 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 09-08 17:58:09.063 17710 17722 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_OVR_multiview_multisampled_render_to_texture GL_EXT_buffer_storage GL_EXT_blit_framebuffer_params 09-08 17:58:09.092 548 3701 I AudioPolicyManagerCustom: setting force DEEP buffer now 09-08 17:58:09.094 548 17118 I AudioPolicyManagerCustom: setting force DEEP buffer now 09-08 17:58:09.094 548 3700 I AudioPolicyManagerCustom: setting force DEEP buffer now 09-08 17:58:09.095 548 5071 D AudioPolicyManagerCustom: AudioCustomHAL --> Force Direct Flag .. flag (0x2000) 09-08 17:58:09.095 548 5071 I AudioPolicyManagerCustom: setting force DEEP buffer now 09-08 17:58:09.096 548 548 D compress_voip: voice_extn_compress_voip_out_get_parameters: enter 09-08 17:58:09.097 548 3677 D APM::AudioPolicyManager: startOutput() output 6, stream 3, session 155 09-08 17:58:09.104 8881 6310 I Icing : Indexing 95343F754CC2400649D281F2280CB061B2E0483D from com.google.android.gms 09-08 17:58:09.113 548 3684 D DlbEndpointParamCache: setDevice(device=0x00000002) 09-08 17:58:09.113 548 3684 D DlbQdspHalDriver: setDevice(device=00000002) 09-08 17:58:09.113 548 3684 D audio_hw_primary: out_set_parameters: enter: usecase(0: deep-buffer-playback) kvpairs: routing=2 09-08 17:58:09.113 548 3677 I AudioPolicyManagerCustom: DOLBY_ENDPOINT = speaker 09-08 17:58:09.134 548 3684 D audio_hw_primary: start_output_stream: enter: stream(0xab018a68)usecase(0: deep-buffer-playback) devices(0x2) 09-08 17:58:09.134 548 3684 D msm8916_platform: platform_get_output_snd_device: enter: output devices(0x2) 09-08 17:58:09.134 548 3684 D msm8916_platform: platform_get_output_snd_device: exit: snd_device(speaker-protected) 09-08 17:58:09.134 548 3684 D audio_hw_primary: select_devices: out_snd_device(39: speaker-protected) in_snd_device(0: ) 09-08 17:58:09.134 548 3684 I msm8916_platform: platform_check_and_set_codec_backend_cfg: Usecase bitwidth 16, samplerate 48000, backend_idx 0 09-08 17:58:09.134 548 3684 I msm8916_platform: platform_check_codec_backend_cfg Codec selected backend: 0 current bit width: 16 and sample rate: 48000 09-08 17:58:09.134 548 3684 D msm8916_platform: platform_check_codec_backend_cfg: resetting sample_rate back to default, backend_idx: 0 09-08 17:58:09.134 548 3684 I msm8916_platform: platform_check_codec_backend_cfg Codec selected backend: 0 updated bit width: 16 and sample rate: 48000 09-08 17:58:09.134 548 3684 D hardware_info: hw_info_append_hw_type : device_name = speaker-protected 09-08 17:58:09.134 548 3684 E audio_hw_spkr_prot: cirrus_audio_extn_parse_strtol: 26,375687,16,683,1,1,0 strtol() read start 09-08 17:58:09.134 548 3684 W audio_hw_spkr_prot: cirrus_audio_ospl_init:ospl_cal.temp_acc(375687)ospl_cal.temp_acc(16)ospl_cal.temp_acc(26) 09-08 17:58:09.134 548 3684 W audio_hw_spkr_prot: cirrus_audio_ospl_init: Speaker Protection(OSPL) 0 09-08 17:58:09.134 548 3684 I audio_hw_spkr_prot: audio_extn_spkr_prot_write_back_init: OSPL cirrus spkr calibration data temp-acc=[375687], count=[16] ambient=[26], mixer ctrl: CIRRUS_TRANSFER_PARAMS 09-08 17:58:09.134 548 3684 D audio_hw_primary: adev_set_opalum_config: mode=6 09-08 17:58:09.139 548 3684 E audio_route: audio_route_apply_and_update_path:name(speaker-protected) 09-08 17:58:09.139 548 3684 D hardware_info: hw_info_append_hw_type : device_name = vi-feedback 09-08 17:58:09.139 548 3684 D audio_hw_primary: enable_snd_device: snd_device(100: vi-feedback) 09-08 17:58:09.139 548 3684 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x64 of type 1 for Event 1, with Raise=0 09-08 17:58:09.139 548 3684 E audio_route: audio_route_apply_and_update_path:name(vi-feedback) 09-08 17:58:09.139 548 3684 E audio_hw_dolby: audio_extn_dolby_ds2_set_endpoint: Dolby set endpint :0x2 09-08 17:58:09.139 548 3684 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_id 30 of type 1 for Event 3, with Raise=0 09-08 17:58:09.139 548 3684 E voice : voice_is_in_call_rec_stream: input stream is NULL 09-08 17:58:09.140 548 3684 D msm8916_platform: Resetting app type for Tx path to default 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 102, path = 1 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> send_asm_topology 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> send_adm_topology 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> send_audtable 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> send_audvoltable 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE 09-08 17:58:09.140 548 3684 D : Failed to fetch the lookup information of the device 00000066 09-08 17:58:09.140 548 3684 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_VOL_CAL 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> send_audstrmtable 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 32 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> send_afe_topology 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 102, Topology Id 1025c 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> send_afe_cal 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 102 path = 1 09-08 17:58:09.140 548 3684 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 09-08 17:58:09.140 548 3684 E audio_route: audio_route_apply_and_update_path:name(spkr-vi-record) 09-08 17:58:09.159 548 3684 E voice : voice_is_in_call_rec_stream: input stream is NULL 09-08 17:58:09.159 548 3684 D msm8916_platform: Resetting app type for Tx path to default 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 4, path = 1 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> send_asm_topology 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> send_adm_topology 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> send_audtable 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE 09-08 17:58:09.159 548 3684 D : Failed to fetch the lookup information of the device 00000004 09-08 17:58:09.159 548 3684 E ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE Returned = -19 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE 09-08 17:58:09.159 548 3684 D : Failed to fetch the lookup information of the device 00000004 09-08 17:58:09.159 548 3684 E ACDB-LOADER: Error: ACDB audproc returned = -19 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> send_audvoltable 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE 09-08 17:58:09.159 548 3684 D : Failed to fetch the lookup information of the device 00000004 09-08 17:58:09.159 548 3684 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_VOL_CAL 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> send_audstrmtable 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 32 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> send_afe_topology 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 09-08 17:58:09.159 548 3684 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 4, Topology Id 112fb 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_afe_cal 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE 09-08 17:58:09.160 548 3684 D : Failed to fetch the lookup information of the device 00000004 09-08 17:58:09.160 548 3684 E ACDB-LOADER: Error: ACDB AFE returned = -19 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 4 path = 1 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 09-08 17:58:09.160 548 3684 I audio_hw_primary: select_devices Selected apptype: 69936 09-08 17:58:09.160 548 3684 E audio_hw_dolby: audio_extn_dolby_ds2_set_endpoint: Dolby set endpint :0x2 09-08 17:58:09.160 548 3684 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_id 0 of type 0 for Event 3, with Raise=1 09-08 17:58:09.160 548 3684 D sound_trigger_platform: platform_stdev_check_and_update_concurrency: concurrency active 0, tx 0, rx 1, concurrency session_allowed 1 09-08 17:58:09.160 548 3684 I audio_hw_utils: audio_extn_utils_send_app_type_cfg app_type 69936, acdb_dev_id 101, sample_rate 48000 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 101, path = 0 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_asm_topology 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_adm_topology 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_audtable 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_audvoltable 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_VOL_CAL 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_audstrmtable 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 472 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_afe_topology 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 101, Topology Id 1025d 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_afe_cal 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 101 path = 0 09-08 17:58:09.160 548 3684 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 09-08 17:58:09.160 548 3684 E audio_route: audio_route_apply_and_update_path:name(deep-buffer-playback speaker-protected) 09-08 17:58:09.161 548 3684 D audio_hw_primary: select_devices: done 09-08 17:58:09.164 548 3684 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map0 09-08 17:58:09.164 548 3684 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2 09-08 17:58:09.177 8881 8904 I Icing : Indexing done 95343F754CC2400649D281F2280CB061B2E0483D 09-08 17:58:09.198 8881 6310 I Icing : Indexing 95343F754CC2400649D281F2280CB061B2E0483D from com.google.android.gms 09-08 17:58:09.199 8881 6310 I Icing : Indexing done 95343F754CC2400649D281F2280CB061B2E0483D 09-08 17:58:09.238 4132 4132 V PanelView: com.android.systemui:id/notification_panel: setExpandedHeight(0.0) 09-08 17:58:09.238 4132 4132 V PanelBar: panelExpansionChanged: start state=0 panel=com.android.systemui:id/notification_panel 09-08 17:58:09.238 4132 4132 V PanelBar: panelExpansionChanged: end state=0 [ fullyClosed ] 09-08 17:58:09.238 4132 4132 V PanelBar: panelExpansionChanged: start state=0 panel=com.android.systemui:id/notification_panel 09-08 17:58:09.238 4132 4132 V PanelBar: panelExpansionChanged: end state=0 [ fullyClosed ] 09-08 17:58:09.238 4132 4132 V PanelBar: collapseAllPanels: animate=false waiting=false 09-08 17:58:09.249 548 3684 D audio_hw_primary: start_output_stream: exit 09-08 17:58:09.271 17710 17722 W Unity : OnLevelWasLoaded was found on LineManager 09-08 17:58:09.271 17710 17722 W Unity : This message has been deprecated and will be removed in a later version of Unity. 09-08 17:58:09.271 17710 17722 W Unity : Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed 09-08 17:58:09.271 17710 17722 W Unity :
09-08 17:58:09.271 17710 17722 W Unity : (Filename: Line: 380) 09-08 17:58:09.271 17710 17722 W Unity : 09-08 17:58:09.297 17710 17722 W Unity : OnLevelWasLoaded was found on PhotonHandler 09-08 17:58:09.297 17710 17722 W Unity : This message has been deprecated and will be removed in a later version of Unity. 09-08 17:58:09.297 17710 17722 W Unity : Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed 09-08 17:58:09.297 17710 17722 W Unity :
09-08 17:58:09.297 17710 17722 W Unity : (Filename: Line: 380) 09-08 17:58:09.297 17710 17722 W Unity : 09-08 17:58:09.384 548 3684 D AudioFlinger: mixer(0xf39f2008) throttle end: throttle time(87) 09-08 17:58:09.512 4106 4106 W Binder_3: type=1400 audit(0.0:831): avc: denied { ioctl } for path="socket:[523578]" dev="sockfs" ino=523578 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-08 17:58:09.512 4106 4106 W Binder_3: type=1400 audit(0.0:832): avc: denied { ioctl } for path="socket:[523578]" dev="sockfs" ino=523578 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 09-08 17:58:10.041 5944 5944 D wpa_supplicant: wlan0: Control interface command 'SIGNAL_POLL' 09-08 17:58:10.054 5944 5944 D wpa_supplicant: CTRL-DEBUG: global_ctrl_sock-sendto: sock=11 sndbuf=212992 outq=0 send_len=49 09-08 17:58:11.613 17710 17736 I DpmTcmClient: RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor 09-08 17:58:11.641 17710 17722 I TangoInitialization: loadLibrary -- basePath: /data/data/com.google.tango/libfiles/ 09-08 17:58:11.648 17710 17722 W System.err: java.lang.NoSuchFieldError: no "I" field "pointCloudNativeFileDescriptor" in class "Lcom/google/atap/tangoservice/TangoPointCloudData;" or its superclasses 09-08 17:58:11.648 17710 17722 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 09-08 17:58:11.648 17710 17722 W System.err: at java.lang.Runtime.doLoad(Runtime.java:435) 09-08 17:58:11.648 17710 17722 W System.err: at java.lang.Runtime.load(Runtime.java:330) 09-08 17:58:11.648 17710 17722 W System.err: at java.lang.System.load(System.java:1069) 09-08 17:58:11.648 17710 17722 W System.err: at com.projecttango.unity.TangoInitialization.loadLibrary(TangoInitialization.java:100) 09-08 17:58:11.648 17710 17722 W System.err: at com.unity3d.player.UnityPlayer.nativeRender(Native Method) 09-08 17:58:11.648 17710 17722 W System.err: at com.unity3d.player.UnityPlayer.c(Unknown Source) 09-08 17:58:11.648 17710 17722 W System.err: at com.unity3d.player.UnityPlayer$c$1.handleMessage(Unknown Source) 09-08 17:58:11.648 17710 17722 W System.err: at android.os.Handler.dispatchMessage(Handler.java:98) 09-08 17:58:11.648 17710 17722 W System.err: at android.os.Looper.loop(Looper.java:148) 09-08 17:58:11.648 17710 17722 W System.err: at com.unity3d.player.UnityPlayer$c.run(Unknown Source) 09-08 17:58:11.649 17710 17768 E tango : class_util.cc:20 Failed to load Java class com/google/atap/tangoservice/TangoTransformation 09-08 17:58:11.649 17710 17768 E tango : class_util.cc:20 Failed to load Java class com/google/atap/tangoservice/TangoFoiResult 09-08 17:58:11.649 17710 17722 I TangoInitialization: loadLibrary -- Successfully loaded armeabi-v7a/libtango_client_api. 09-08 17:58:11.650 17710 17722 I TangoInitialization: loadLibrary -- Loaded so arch 2 09-08 17:58:11.678 17710 17722 I Unity : AndroidLifecycle callback set 09-08 17:58:11.678 17710 17722 I Unity :
09-08 17:58:11.678 17710 17722 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) 09-08 17:58:11.678 17710 17722 I Unity : 09-08 17:58:11.718 17710 17722 I Unity : AreaDescriptionEventListener.SetCallback() 09-08 17:58:11.718 17710 17722 I Unity :
09-08 17:58:11.718 17710 17722 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) 09-08 17:58:11.718 17710 17722 I Unity : 09-08 17:58:11.774 1437 4445 W SensorService: sensor 00000001 already enabled in connection 0x55a6dacc40 (ignoring) 09-08 17:58:11.788 548 548 I AudioPolicyManagerCustom: setting force DEEP buffer now 09-08 17:58:11.788 548 3700 I AudioPolicyManagerCustom: setting force DEEP buffer now 09-08 17:58:11.789 548 3700 I AudioPolicyManagerCustom: setting force DEEP buffer now 09-08 17:58:11.791 548 3701 D AudioPolicyManagerCustom: AudioCustomHAL --> Force Direct Flag .. flag (0x2000) 09-08 17:58:11.791 548 3701 I AudioPolicyManagerCustom: setting force DEEP buffer now 09-08 17:58:11.782 400 400 W Binder_5: type=1400 audit(0.0:833): avc: denied { ioctl } for path="socket:[527313]" dev="sockfs" ino=527313 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 09-08 17:58:11.782 400 400 W Binder_5: type=1400 audit(0.0:834): avc: denied { ioctl } for path="socket:[527313]" dev="sockfs" ino=527313 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 09-08 17:58:11.792 548 548 D compress_voip: voice_extn_compress_voip_out_get_parameters: enter 09-08 17:58:11.797 548 3677 D APM::AudioPolicyManager: startOutput() output 6, stream 3, session 157 09-08 17:58:11.797 548 3677 I AudioPolicyManagerCustom: DOLBY_ENDPOINT = speaker 09-08 17:58:11.825 17710 17722 D TangoUnityHelper: Using package:com.google.tango 09-08 17:58:11.832 17710 17710 D AndroidRuntime: Shutting down VM --------- beginning of crash 09-08 17:58:11.833 17710 17710 E AndroidRuntime: FATAL EXCEPTION: main 09-08 17:58:11.833 17710 17710 E AndroidRuntime: Process: com.arcortex.ar20, PID: 17710 09-08 17:58:11.833 17710 17710 E AndroidRuntime: java.lang.Error: FATAL EXCEPTION [main] 09-08 17:58:11.833 17710 17710 E AndroidRuntime: Unity version : 2017.1.0f3 09-08 17:58:11.833 17710 17710 E AndroidRuntime: Device model : LENOVO Lenovo PB2-690Y 09-08 17:58:11.833 17710 17710 E AndroidRuntime: Device fingerprint: Lenovo/phinny_na/PB2PRO:6.0.1/MMB29M/PB2-690Y_S200032_161214:user/release-keys 09-08 17:58:11.833 17710 17710 E AndroidRuntime: 09-08 17:58:11.833 17710 17710 E AndroidRuntime: Caused by: java.lang.NoSuchFieldError: No static field android_view_container of type I in class Lcom/google/unity/R$id; or its superclasses (declaration of 'com.google.unity.R$id' appears in /data/app/com.arcortex.ar20-1/base.apk) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at com.google.unity.GoogleUnityActivity$2.run(GoogleUnityActivity.java:121) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at android.app.Activity.runOnUiThread(Activity.java:5558) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at com.google.unity.GoogleUnityActivity.showAndroidViewLayer(GoogleUnityActivity.java:118) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at com.projecttango.unityuxhelper.TangoUnityUxHelper$1.run(TangoUnityUxHelper.java:39) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5418) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 09-08 17:58:11.833 17710 17710 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) 09-08 17:58:11.836 1437 4264 W ActivityManager: Force finishing activity com.arcortex.ar20/com.google.unity.GoogleUnityActivity 09-08 17:58:11.855 1437 1451 V BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@3497f7a 09-08 17:58:11.855 1437 1451 V BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@d7ea32b 09-08 17:58:11.870 17710 17722 D TangoUnityHelper: Binding to Tango Android service. 09-08 17:58:11.895 17710 17722 W System.err: java.lang.NoSuchFieldError: no "I" field "pointCloudNativeFileDescriptor" in class "Lcom/google/atap/tangoservice/TangoPointCloudData;" or its superclasses 09-08 17:58:11.895 17710 17722 W System.err: at java.lang.Runtime.nativeLoad(Native Method) 09-08 17:58:11.895 17710 17722 W System.err: at java.lang.Runtime.doLoad(Runtime.java:435) 09-08 17:58:11.895 17710 17722 W System.err: at java.lang.Runtime.load(Runtime.java:330) 09-08 17:58:11.895 17710 17722 W System.err: at java.lang.System.load(System.java:1069) 09-08 17:58:11.895 17710 17722 W System.err: at com.unity3d.player.UnityPlayer.nativeRender(Native Method) 09-08 17:58:11.895 17710 17722 W System.err: at com.unity3d.player.UnityPlayer.c(Unknown Source) 09-08 17:58:11.895 17710 17722 W System.err: at com.unity3d.player.UnityPlayer$c$1.handleMessage(Unknown Source) 09-08 17:58:11.895 17710 17722 W System.err: at android.os.Handler.dispatchMessage(Handler.java:98) 09-08 17:58:11.895 17710 17722 W System.err: at android.os.Looper.loop(Looper.java:148) 09-08 17:58:11.895 17710 17722 W System.err: at com.unity3d.player.UnityPlayer$c.run(Unknown Source) 09-08 17:58:11.896 17710 17768 E tango : class_util.cc:20 Failed to load Java class com/google/atap/tangoservice/TangoTransformation 09-08 17:58:11.896 17710 17768 E tango : class_util.cc:20 Failed to load Java class com/google/atap/tangoservice/TangoFoiResult 09-08 17:58:11.897 1437 402 I OpenGLRenderer: Initialized EGL, version 1.4 09-08 17:58:11.897 17710 17777 I tango : tango_unity.cc:186 void tango_unity::AttemptGlInitialize(int) using GL3 shaders. 09-08 17:58:11.907 4132 4132 D PhoneStatusBar: setSystemUiVisibility vis=8000 mask=ffffffff oldVal=9706 newVal=8000 diff=1706 09-08 17:58:11.907 4132 4132 D PhoneStatusBar: hiding the MENU button 09-08 17:58:11.932 17710 17722 E Unity : Unable to find tango_client_api 09-08 17:58:11.934 17710 17722 W tango_client_api: TangoService_getPoseAtTime: "TangoService needs to be initialized or connection was lost." 09-08 17:58:11.944 548 3677 D APM::AudioPolicyManager: stopOutput() output 6, stream 3, session 155 09-08 17:58:11.952 17710 17722 I Unity : PoseProvider.GetPoseAtTime() Could not get pose at time : 0 09-08 17:58:11.952 17710 17722 I Unity :
09-08 17:58:11.952 17710 17722 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) 09-08 17:58:11.952 17710 17722 I Unity : 09-08 17:58:12.111 1437 1453 E WallpaperManagerService: onEvent:settings_system.xml.bak,changedFile:/data/system/users/0/settings_system.xml.bak 09-08 17:58:12.125 1437 1453 E WallpaperManagerService: onEvent:settings_system.xml,changedFile:/data/system/users/0/settings_system.xml 09-08 17:58:12.125 1437 1453 E WallpaperManagerService: onEvent:settings_system.xml.bak,changedFile:/data/system/users/0/settings_system.xml.bak 09-08 17:58:12.126 17710 17722 W tango_client_api: TangoService_getPoseAtTime: "TangoService needs to be initialized or connection was lost." 09-08 17:58:12.126 17710 17722 I Unity : PoseProvider.GetPoseAtTime() Could not get pose at time : 0 09-08 17:58:12.126 17710 17722 I Unity :
09-08 17:58:12.126 17710 17722 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) 09-08 17:58:12.126 17710 17722 I Unity : 09-08 17:58:12.141 17710 17722 W tango_client_api: TangoService_getPoseAtTime: "TangoService needs to be initialized or connection was lost." 09-08 17:58:12.141 17710 17722 I Unity : PoseProvider.GetPoseAtTime() Could not get pose at time : 0 09-08 17:58:12.141 17710 17722 I Unity :
09-08 17:58:12.141 17710 17722 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) 09-08 17:58:12.141 17710 17722 I Unity : 09-08 17:58:12.160 17710 17722 W tango_client_api: TangoService_getPoseAtTime: "TangoService needs to be initialized or connection was lost." 09-08 17:58:12.160 17710 17722 I Unity : PoseProvider.GetPoseAtTime() Could not get pose at time : 0 09-08 17:58:12.160 17710 17722 I Unity :
09-08 17:58:12.160 17710 17722 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) 09-08 17:58:12.160 17710 17722 I Unity : 09-08 17:58:12.180 17710 17722 W tango_client_api: TangoService_getPoseAtTime: "TangoService needs to be initialized or connection was lost." 09-08 17:58:12.180 17710 17722 I Unity : PoseProvider.GetPoseAtTime() Could not get pose at time : 0 09-08 17:58:12.180 17710 17722 I Unity :
09-08 17:58:12.180 17710 17722 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) 09-08 17:58:12.180 17710 17722 I Unity : 09-08 17:58:12.200 17710 17722 W tango_client_api: TangoService_getPoseAtTime: "TangoService needs to be initialized or connection was lost." 09-08 17:58:12.200 17710 17722 I Unity : PoseProvider.GetPoseAtTime() Could not get pose at time : 0 09-08 17:58:12.200 17710 17722 I Unity :
09-08 17:58:12.200 17710 17722 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) 09-08 17:58:12.200 17710 17722 I Unity : 09-08 17:58:12.218 17710 17722 W tango_client_api: TangoService_getPoseAtTime: "TangoService needs to be initialized or connection was lost." 09-08 17:58:12.219 17710 17722 I Unity : PoseProvider.GetPoseAtTime() Could not get pose at time : 0 09-08 17:58:12.219 17710 17722 I Unity :
09-08 17:58:12.219 17710 17722 I Unity : (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) 09-08 17:58:12.219 17710 17722 I Unity : 09-08 17:58:12.236 17710 17722 W tango_client_api: TangoService_getPoseAtTime: "TangoService needs to be initialized or connection was lost." 09-08 17:58:12.236 17710 17722 I Unity : PoseProvider.GetPoseAtTime() Could not get pose at time : 0 09-08 17:58:12.236 17710 17722 I Unity :