PhoneVR-Developers / alvr-cardboard

MIT License
2 stars 0 forks source link

Stability Issues #5

Closed ShootingKing-AM closed 1 year ago

ShootingKing-AM commented 1 year ago
05:04:22.279  8514-8539  [ALVR Native]           pid-8514                             I  GltfModel loaded. ret=1 scenes=1 defaultScene=0 err=.
                                                                                         warn=
05:04:22.281  8514-8539  [ALVR Native]           pid-8514                             I  Compiling shaders.
05:04:22.283  8514-8539  [ALVR Native]           pid-8514                             I  Successfully compiled shader.
05:04:22.283  8514-8539  [ALVR Native]           pid-8514                             I  Compiling shaders.
05:04:22.284  8514-8539  [ALVR Native]           pid-8514                             I  Successfully compiled shader.
05:04:22.345   605-1795  AF::TrackHandle         pid-605                              D  OpPlayAudio: track:123 usage:14 not muted
05:04:22.372  8514-8597  AAudioStream            pid-8514                             D  setState(s#1) from 0 to 2
05:04:22.372  8514-8597  AudioStreamTrack        pid-8514                             D  open() flags changed from 0x00000104 to 0x00000000
05:04:22.372  8514-8597  AudioStreamTrack        pid-8514                             D  open() perfMode changed from 12 to 10
05:04:22.374  8514-8597  AAudio                  pid-8514                             I  AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#1 ----------------
05:04:22.375  8514-8597  AAudio                  pid-8514                             D  AAudioStream_requestStart(s#1) called --------------
05:04:22.375  8514-8597  AAudioStream            pid-8514                             D  setState(s#1) from 2 to 3
05:04:22.379  8514-8528  AudioStreamLegacy       pid-8514                             D  onAudioDeviceUpdate(deviceId = 3)
05:04:22.379  8514-8597  AAudio                  pid-8514                             D  AAudioStream_requestStart(s#1) returned 0 ---------
05:04:22.446   542-5283  hardware_info           pid-542                              D  hw_info_append_hw_type : device_name = speaker
05:04:22.446   542-5283  soundtrigger            pid-542                              I  audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
05:04:22.449   542-5283  soundtrigger            pid-542                              D  audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
05:04:22.449   542-5283  audio_hw_utils          pid-542                              D  audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
05:04:22.449   542-5283  audio_hw_utils          pid-542                              I  send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 43
05:04:22.537  8514-8599  AAudioStream            pid-8514                             D  setState(s#1) from 3 to 4
05:04:24.474  8514-8601  MediaCodecList          pid-8514                             D  codecHandlesFormat: no format, so no extra checks
05:04:24.475  8514-8601  MediaCodecList          pid-8514                             D  codecHandlesFormat: no format, so no extra checks
05:04:24.476  8514-8601  MediaCodecList          pid-8514                             D  codecHandlesFormat: no format, so no extra checks
05:04:24.536  8514-8604  OMXClient               pid-8514                             I  IOmx service obtained
05:04:24.549   915-17811 OMXStore                pid-915                              I  makeComponentInstance(OMX.qcom.video.decoder.avc) in android.hardwar process
05:04:24.758   915-17811 hw-BpHwBinder           pid-915                              I  onLastStrongRef automatically unlinking death recipients
05:04:24.779  8514-8604  OMXClient               pid-8514                             I  IOmx service obtained
05:04:24.779   915-17811 OMXStore                pid-915                              I  makeComponentInstance(OMX.qcom.video.decoder.avc) in android.hardwar process
05:04:24.799  8514-8601  [ALVR NATIVE-RUST]      pid-8514                             E  What happened:
                                                                                         panicked at 'called `Result::unwrap()` on an `Err` value: ErrorResult(ErrorUnknown)', alvr\client_core\src\platform\android.rs:465:18

                                                                                         Backtrace:
                                                                                            0: <unknown>
                                                                                            1: <unknown>
                                                                                            2: <unknown>
                                                                                            3: <unknown>
                                                                                            4: <unknown>
                                                                                            5: <unknown>
                                                                                            6: <unknown>
                                                                                            7: <unknown>
                                                                                            8: <unknown>
                                                                                            9: <unknown>
                                                                                           10: <unknown>
                                                                                           11: <unknown>
                                                                                           12: <unknown>

ShootingKing-AM commented 1 year ago
ShootingKing-AM commented 1 year ago

Fixed by https://github.com/PhoneVR-Developers/alvr-cardboard/pull/8 and https://github.com/alvr-org/ALVR/pull/1586