BelledonneCommunications / linphone-android

Linphone.org mirror for linphone-android (https://gitlab.linphone.org/BC/public/linphone-android)
https://linphone.org
GNU General Public License v3.0
1.11k stars 680 forks source link

Conference Termination Issue #1717

Closed AnuraagKotnala closed 2 years ago

AnuraagKotnala commented 2 years ago

Describe the bug When a conference is closed, and a new conference is started, we are unable to start one, as state is stuck on 'TerminationPending'. If i try to remove participants, the last one doesn't get removed, and I get 'FatalSignal 11' error.

If the issue is about the SDK (build, issue, etc...) open the ticket in the linphone-sdk repository or one of it's submodules!

To Reproduce Steps to reproduce the behavior: Start normal call Add a second party Create a conference stop the call have a new call active. Expected: normal call is shown Actually: app still thinks it's in conference you need to restart the app to remove this

Expected behavior Normal Conference starts

Please complete the following information

SDK logs Enable debug logs in advanced section of the settings, restart the app, reproduce the issue and then go to About page, click on "Send logs" and copy/paste the link here.

Adb logcat logs 2022-07-04 14:15:21.131 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= onCallStateChanged ========== 2022-07-04 14:15:21.131 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 14:15:21.132 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 14:15:21.132 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 14:15:21.133 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 14:15:21.133 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 14:15:21.135 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 14:15:21.139 27401-27401/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 14:15:21.148 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= Resume ========== 2022-07-04 14:15:21.148 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 14:15:21.149 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 14:15:21.149 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 14:15:21.150 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 14:15:21.150 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 14:15:21.152 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 14:15:21.154 27401-27401/com.ringplan.apps E/NewQuality: GOOD 2022-07-04 14:15:22.191 27401-27401/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 14:15:24.780 27401-27972/com.ringplan.apps E/NewQuality: GOOD 2022-07-04 14:15:25.624 27401-27401/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 14:15:26.474 27401-27401/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 14:15:27.226 27401-27401/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 14:15:28.339 27401-27401/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 14:15:30.359 27401-27401/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 14:15:30.359 27401-27401/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 14:15:30.880 27401-27401/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 14:15:30.880 27401-27401/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 14:15:31.137 27401-28001/com.ringplan.apps E/AudioTrack: updateAndGetPosition_l(626): detected illegal retrograde motion by the server: mServer advanced by -7680 2022-07-04 14:15:31.226 27401-27401/com.ringplan.apps E/linphoneHelper: liblinphone::Listener 0x2086 raised an exception 2022-07-04 14:15:31.237 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= onCallStateChanged ========== 2022-07-04 14:15:31.240 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 14:15:31.241 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 14:15:31.242 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 14:15:31.243 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 14:15:31.244 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 14:15:31.246 27401-27401/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 14:15:32.411 27401-27401/com.ringplan.apps A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x28 in tid 27401 (m.ringplan.apps), pid 27401 (m.ringplan.apps) 2022-07-04 14:15:34.395 28036-28036/? E/USNET: USNET: appName: com.ringplan.apps 2022-07-04 14:15:37.185 28036-28036/com.ringplan.apps E/linphoneHelper: bctbx::[Camera2 Capture] TextureView wasn't set (was core.setNativePreviewWindowId() called?) 2022-07-04 14:15:37.207 28036-28036/com.ringplan.apps E/linphoneHelper: liblinphone::Couldn't compute automatic push notifications parameters on account [0xe829ff84] because account params do not have available push notifications

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Viish commented 2 years ago

Please update your SDK to latest 5.1 release to fix this.

AnuraagKotnala commented 2 years ago

@Viish as stated by you, I have upgraded my SDK to latest 5.1 release, but a new issue persists now.

Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 16350 (m.ringplan.apps), pid 16350 (m.ringplan.apps)

Viish commented 2 years ago

Please attach the full stack trace using adb logcat & debug logs.

AnuraagKotnala commented 2 years ago

@Viish

2022-07-04 15:24:03.656 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:03.656 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:03.767 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:03.767 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:04.163 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= onCallStateChanged ========== 2022-07-04 15:24:04.163 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= onCallStateChanged ========== 2022-07-04 15:24:04.164 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:24:04.164 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:24:04.166 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:24:04.166 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:24:04.166 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:24:04.166 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:24:04.167 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:24:04.167 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:24:04.167 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:24:04.167 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:24:04.175 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:24:04.176 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:24:04.214 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:04.214 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:04.214 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:04.215 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:04.396 17640-17640/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:24:04.396 17640-17640/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:24:04.396 17640-17640/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:24:04.397 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:24:04.397 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:24:04.448 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= onCallStateChanged ========== 2022-07-04 15:24:04.448 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= onCallStateChanged ========== 2022-07-04 15:24:04.449 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:24:04.449 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:24:04.453 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:24:04.453 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:24:04.454 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:24:04.454 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:24:04.455 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:24:04.455 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:24:04.456 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:24:04.456 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:24:04.468 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:24:04.468 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:24:04.478 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:04.478 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:04.503 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= Resume ========== 2022-07-04 15:24:04.504 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= Resume ========== 2022-07-04 15:24:04.504 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:24:04.504 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:24:04.507 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:24:04.507 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:24:04.508 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:24:04.508 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:24:04.509 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:24:04.509 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:24:04.509 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:24:04.510 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:24:04.522 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:24:04.522 17640-17640/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:24:04.525 17640-17640/com.ringplan.apps E/NewQuality: GOOD 2022-07-04 15:24:04.554 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:04.554 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:05.183 17640-17640/com.ringplan.apps E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) 2022-07-04 15:24:06.202 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:06.202 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:06.867 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:06.868 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:07.819 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:07.820 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:07.901 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:07.901 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:08.548 17640-18329/com.ringplan.apps E/NewQuality: GOOD 2022-07-04 15:24:09.014 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:09.015 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:09.116 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:09.116 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:10.110 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:10.110 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:10.621 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:10.621 17640-17640/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:24:11.636 17640-17640/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:24:11.636 17640-17640/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:24:11.636 17640-17640/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:24:11.638 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:24:11.638 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:24:11.714 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:11.714 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:11.714 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:11.715 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:11.958 17640-17640/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:24:11.958 17640-17640/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:24:11.958 17640-17640/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:24:11.959 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:24:11.960 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:24:12.036 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:12.036 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:12.037 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:12.037 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:24:12.108 17640-17640/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:24:12.108 17640-17640/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:24:12.109 17640-17640/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:24:12.110 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:24:12.110 17640-17640/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] JNI DETECTED ERROR IN APPLICATION: JNI NewLocalRef called with pending exception java.lang.NullPointerException: observer 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at java.lang.Object com.android.internal.util.Preconditions.checkNotNull(java.lang.Object, java.lang.Object) (Preconditions.java:133) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void android.content.ContentResolver.unregisterContentObserver(android.database.ContentObserver) (ContentResolver.java:2277) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void com.ringplan.apps.linphone.LinphoneContext$2.onCallStateChanged(org.linphone.core.Core, org.linphone.core.Call, org.linphone.core.Call$State, java.lang.String) (LinphoneContext.java:233) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at int org.linphone.core.ConferenceImpl.removeParticipant2(long, org.linphone.core.Participant) (Conference.java:-2) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at int org.linphone.core.ConferenceImpl.removeParticipant(org.linphone.core.Participant) (Conference.java:915) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void com.ringplan.apps.linphone.LinphoneContext$2.onConferenceStateChanged(org.linphone.core.Core, org.linphone.core.Conference, org.linphone.core.Conference$State) (LinphoneContext.java:170) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at int org.linphone.core.CoreImpl.terminateConference(long) (Core.java:-2) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at int org.linphone.core.CoreImpl.terminateConference() (Core.java:12747) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void com.ringplan.apps.linphone.call.CallManager.terminateCurrentCallOrConferenceOrAll() (CallManager.java:79) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void com.ringplan.apps.linphone.call.RingplanCallActivity.lambda$wireupUI$14(android.view.View) (RingplanCallActivity.java:284) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void com.ringplan.apps.linphone.call.-$$Lambda$RingplanCallActivity$pDdY25zOteXEeBb2QLBUH21Lm9M.onClick(android.view.View) (lambda:-1) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at boolean android.view.View.performClick() (View.java:7146) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at boolean android.view.View.performClickInternal() (View.java:7119) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at boolean android.view.View.access$3500(android.view.View) (View.java:803) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void android.view.View$PerformClick.run() (View.java:27537) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:883) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:100) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void android.os.Looper.loop() (Looper.java:214) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7386) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:492) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:980) 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] in call to NewLocalRef 2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] from int org.linphone.core.ConferenceImpl.removeParticipant2(long, org.linphone.core.Participant) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] No pending exception expected: java.lang.NullPointerException: observer 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at java.lang.Object com.android.internal.util.Preconditions.checkNotNull(java.lang.Object, java.lang.Object) (Preconditions.java:133) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void android.content.ContentResolver.unregisterContentObserver(android.database.ContentObserver) (ContentResolver.java:2277) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void com.ringplan.apps.linphone.LinphoneContext$2.onCallStateChanged(org.linphone.core.Core, org.linphone.core.Call, org.linphone.core.Call$State, java.lang.String) (LinphoneContext.java:233) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at int org.linphone.core.ConferenceImpl.removeParticipant2(long, org.linphone.core.Participant) (Conference.java:-2) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at int org.linphone.core.ConferenceImpl.removeParticipant(org.linphone.core.Participant) (Conference.java:915) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void com.ringplan.apps.linphone.LinphoneContext$2.onConferenceStateChanged(org.linphone.core.Core, org.linphone.core.Conference, org.linphone.core.Conference$State) (LinphoneContext.java:170) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at int org.linphone.core.CoreImpl.terminateConference(long) (Core.java:-2) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at int org.linphone.core.CoreImpl.terminateConference() (Core.java:12747) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void com.ringplan.apps.linphone.call.CallManager.terminateCurrentCallOrConferenceOrAll() (CallManager.java:79) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void com.ringplan.apps.linphone.call.RingplanCallActivity.lambda$wireupUI$14(android.view.View) (RingplanCallActivity.java:284) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void com.ringplan.apps.linphone.call.-$$Lambda$RingplanCallActivity$pDdY25zOteXEeBb2QLBUH21Lm9M.onClick(android.view.View) (lambda:-1) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at boolean android.view.View.performClick() (View.java:7146) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at boolean android.view.View.performClickInternal() (View.java:7119) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at boolean android.view.View.access$3500(android.view.View) (View.java:803) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void android.view.View$PerformClick.run() (View.java:27537) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:883) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:100) 2022-07-04 15:24:12.756 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void android.os.Looper.loop() (Looper.java:214) 2022-07-04 15:24:12.757 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7386) 2022-07-04 15:24:12.757 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2022-07-04 15:24:12.757 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:492) 2022-07-04 15:24:12.757 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:980) 2022-07-04 15:24:12.757 17640-17640/com.ringplan.apps A/m.ringplan.app: thread.cc:2348] 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] Runtime aborting --- recursively, so no thread-specific detail! 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #00 pc 00000000004136e4 /apex/com.android.runtime/lib64/libart.so (art::DumpNativeStack(std::1::basic_ostream<char, std::__1::char_traits>&, int, BacktraceMap, char const, art::ArtMethod, void, bool)+140) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #01 pc 00000000004ba2c8 /apex/com.android.runtime/lib64/libart.so (art::Runtime::Abort(char const)+1272) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #02 pc 000000000000c650 /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+608) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #03 pc 00000000004ff758 /apex/com.android.runtime/lib64/libart.so (art::Thread::AssertNoPendingException() const+1144) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #04 pc 00000000001666e0 /apex/com.android.runtime/lib64/libart.so (art::ClassLinker::FindClass(art::Thread, char const*, art::Handle)+64) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #05 pc 00000000001536f8 /apex/com.android.runtime/lib64/libart.so (art::ClassLinker::DoResolveType(art::dex::TypeIndex, art::Handle, art::Handle)+184) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #06 pc 0000000000527254 /apex/com.android.runtime/lib64/libart.so (_ZN3art8verifier4impl12_GLOBALN_114MethodVerifierILb0EE6VerifyEv$09bf97eb2c0d684adb6d215f7005036e+1532) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #07 pc 000000000052aebc /apex/com.android.runtime/lib64/libart.so (art::verifier::MethodVerifier::FindLocksAtDexPc(art::ArtMethod, unsigned int, std::1::vector<art::verifier::MethodVerifier::DexLockInfo, std::1::allocator>, unsigned int)+644) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #08 pc 0000000000410eb4 /apex/com.android.runtime/lib64/libart.so (art::Monitor::VisitLocks(art::StackVisitor, void ()(art::ObjPtr, void), void, bool)+820) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #09 pc 0000000000411e7c /apex/com.android.runtime/lib64/libart.so (art::MonitorObjectsStackVisitor::VisitFrame()+164) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #10 pc 00000000004dce48 /apex/com.android.runtime/lib64/libart.so (_ZN3art12StackVisitor9WalkStackILNS0_16CountTransitionsE0EEEvb+1592) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #11 pc 00000000004fe48c /apex/com.android.runtime/lib64/libart.so (art::Thread::DumpJavaStack(std::1::basic_ostream<char, std::__1::char_traits>&, bool, bool) const+444) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #12 pc 00000000004fa2b8 /apex/com.android.runtime/lib64/libart.so (art::Thread::DumpStack(std::1::basic_ostream<char, std::1::char_traits>&, bool, BacktraceMap, bool) const+528) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #13 pc 00000000005149c4 /apex/com.android.runtime/lib64/libart.so (art::DumpCheckpoint::Run(art::Thread)+820) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #14 pc 000000000050dd54 /apex/com.android.runtime/lib64/libart.so (art::ThreadList::RunCheckpoint(art::Closure, art::Closure)+1348) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #15 pc 000000000050cde0 /apex/com.android.runtime/lib64/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::1::char_traits>&, bool)+1792) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #16 pc 00000000004ba318 /apex/com.android.runtime/lib64/libart.so (art::Runtime::Abort(char const)+1352) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #17 pc 000000000000c650 /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+608) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #18 pc 0000000000378bf4 /apex/com.android.runtime/lib64/libart.so (art::JavaVMExt::JniAbort(char const, char const)+1604) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #19 pc 0000000000378db4 /apex/com.android.runtime/lib64/libart.so (art::JavaVMExt::JniAbortV(char const, char const, std::__va_list)+108) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #20 pc 000000000036b178 /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const, ...)+136) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #21 pc 0000000000369be0 /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::CheckPossibleHeapValue(art::ScopedObjectAccess&, char, art::(anonymous namespace)::JniValueType)+1144) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #22 pc 0000000000368fb0 /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const, art::(anonymous namespace)::JniValueType)+624) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #23 pc 000000000036b5c0 /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::CheckJNI::NewRef(char const, _JNIEnv, _jobject, art::IndirectRefKind)+664) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #24 pc 0000000000942a6c /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (???) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #25 pc 0000000000920868 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (linphone_core_notify_call_state_changed+424) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #26 pc 00000000006a2d10 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (linphone_call_notify_state_changed+340) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #27 pc 00000000006d1828 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::Call::onCallSessionStateChanged(std::ndk1::shared_ptr const&, LinphonePrivate::CallSession::State, std::__ndk1::basic_string<char, std::ndk1::char_traits, std::ndk1::allocator> const&)+4240) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #28 pc 00000000007328c4 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::CallSessionPrivate::setState(LinphonePrivate::CallSession::State, std::ndk1::basic_string<char, std::ndk1::char_traits, std::ndk1::allocator> const&)+1144) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #29 pc 00000000007434ac /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::MediaSessionPrivate::setState(LinphonePrivate::CallSession::State, std::ndk1::basic_string<char, std::ndk1::char_traits, std::__ndk1::allocator> const&)+448) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #30 pc 0000000000737614 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::CallSessionPrivate::terminate()+124) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #31 pc 000000000074a2cc /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::MediaSessionPrivate::terminate()+184) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #32 pc 00000000007367b0 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::CallSession::terminate(_LinphoneErrorInfo const)+520) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #33 pc 000000000092b510 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::MediaConference::LocalConference::removeParticipant(std::ndk1::shared_ptr const&, bool)+1824) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #34 pc 000000000092c6d4 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::MediaConference::LocalConference::removeParticipant(std::ndk1::shared_ptr const&)+88) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #35 pc 0000000000907718 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (linphone_conference_remove_participant_2+80) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #36 pc 0000000000140350 /apex/com.android.runtime/lib64/libart.so (art_quick_generic_jni_trampoline+144) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #37 pc 0000000000137334 /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #38 pc 00000000001460ac /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+244) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #39 pc 00000000002e3638 /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+384) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #40 pc 00000000002de6c4 /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+900) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #41 pc 00000000005a40c8 /apex/com.android.runtime/lib64/libart.so (MterpInvokeDirect+400) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #42 pc 0000000000131914 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_direct+20) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #43 pc 00000000003e92ee [anon:dalvik-classes17.dex extracted in memory from /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!classes17.dex] (org.linphone.core.ConferenceImpl.removeParticipant+134) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #44 pc 00000000005a382c /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #45 pc 0000000000131a14 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #46 pc 0000000000005106 [anon:dalvik-classes9.dex extracted in memory from /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!classes9.dex] (com.ringplan.apps.linphone.LinphoneContext$2.onConferenceStateChanged+34) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #47 pc 00000000002b3f68 /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.15828722791915351494+240) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #48 pc 00000000005931c8 /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1024) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #49 pc 0000000000140468 /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #50 pc 0000000000137334 /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #51 pc 00000000001460ac /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+244) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #52 pc 00000000004b2280 /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod, art::(anonymous namespace)::ArgArray, art::JValue, char const)+104) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #53 pc 00000000004b35f0 /apex/com.android.runtime/lib64/libart.so (art::InvokeVirtualOrInterfaceWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, _jmethodID, std::va_list)+424) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #54 pc 0000000000398eac /apex/com.android.runtime/lib64/libart.so (art::JNI::CallVoidMethodV(_JNIEnv, _jobject, _jmethodID, std::__va_list)+628) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #55 pc 000000000036d60c /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallMethodV(char const, _JNIEnv, _jobject, _jclass, _jmethodID, std::va_list, art::Primitive::Type, art::InvokeType)+2356) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #56 pc 000000000035b7b8 /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallVoidMethodV(_JNIEnv, _jobject, _jmethodID, std::__va_list)+72) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #57 pc 00000000008ca140 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (_JNIEnv::CallVoidMethod(_jobject, _jmethodID, ...)+116) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #58 pc 0000000000942130 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (???) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #59 pc 0000000000922f68 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (linphone_core_notify_conference_state_changed+108) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #60 pc 00000000009288f8 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::MediaConference::LocalConference::notifyStateChanged(LinphonePrivate::ConferenceInterface::State)+108) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #61 pc 000000000072946c /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::Conference::setState(LinphonePrivate::ConferenceInterface::State)+360) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #62 pc 0000000000927aa0 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::MediaConference::Conference::setState(LinphonePrivate::ConferenceInterface::State)+108) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #63 pc 000000000092c8e4 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (LinphonePrivate::MediaConference::LocalConference::terminate()+64) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #64 pc 00000000009039d8 /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!liblinphone.so (offset 2197000) (linphone_core_terminate_conference+16) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #65 pc 0000000000140350 /apex/com.android.runtime/lib64/libart.so (art_quick_generic_jni_trampoline+144) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #66 pc 0000000000137334 /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #67 pc 00000000001460ac /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+244) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #68 pc 00000000002e3638 /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+384) 2022-07-04 15:24:13.122 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #69 pc 00000000002de6c4 /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+900) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #70 pc 00000000005a40c8 /apex/com.android.runtime/lib64/libart.so (MterpInvokeDirect+400) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #71 pc 0000000000131914 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_direct+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #72 pc 00000000003f3a22 [anon:dalvik-classes17.dex extracted in memory from /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!classes17.dex] (org.linphone.core.CoreImpl.terminateConference+134) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #73 pc 00000000005a382c /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #74 pc 0000000000131a14 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #75 pc 000000000000e258 [anon:dalvik-classes16.dex extracted in memory from /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!classes16.dex] (com.ringplan.apps.linphone.call.CallManager.terminateCurrentCallOrConferenceOrAll+96) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #76 pc 00000000005a2040 /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+1432) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #77 pc 0000000000131814 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #78 pc 000000000000ee94 [anon:dalvik-classes16.dex extracted in memory from /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!classes16.dex] (com.ringplan.apps.linphone.call.RingplanCallActivity.lambda$wireupUI$14+8) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #79 pc 00000000005a4bd0 /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1136) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #80 pc 0000000000131994 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #81 pc 000000000000a6b4 [anon:dalvik-classes16.dex extracted in memory from /data/app/com.ringplan.apps-6gpdSMJiU6ALinhADzf0hA==/base.apk!classes16.dex] (com.ringplan.apps.linphone.call.-$$Lambda$RingplanCallActivity$pDdY25zOteXEeBb2QLBUH21Lm9M.onClick) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #82 pc 00000000005a382c /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #83 pc 0000000000131a14 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #84 pc 00000000001ac3ee /system/framework/framework.jar (android.view.View.performClick+106) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #85 pc 00000000005a2040 /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+1432) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #86 pc 0000000000131814 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #87 pc 00000000001ac422 /system/framework/framework.jar (android.view.View.performClickInternal+6) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #88 pc 00000000005a43c8 /apex/com.android.runtime/lib64/libart.so (MterpInvokeDirect+1168) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #89 pc 0000000000131914 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_direct+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #90 pc 00000000001a7a3c /system/framework/framework.jar (android.view.View.access$3500) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #91 pc 00000000005a4bd0 /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1136) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #92 pc 0000000000131994 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #93 pc 0000000000184d00 /system/framework/framework.jar (android.view.View$PerformClick.run+16) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #94 pc 00000000002b3f68 /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.15828722791915351494+240) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #95 pc 00000000005931c8 /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1024) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #96 pc 0000000000140468 /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #97 pc 00000000020d8b44 /memfd:/jit-cache (deleted) (android.os.Handler.handleCallback+68) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #98 pc 00000000020da440 /memfd:/jit-cache (deleted) (android.os.Handler.dispatchMessage+64) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #99 pc 0000000002135dd0 /memfd:/jit-cache (deleted) (android.os.Looper.loop+1216) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #100 pc 000000000013763c /apex/com.android.runtime/lib64/libart.so (art_quick_osr_stub+60) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #101 pc 0000000000338af0 /apex/com.android.runtime/lib64/libart.so (art::jit::Jit::MaybeDoOnStackReplacement(art::Thread, art::ArtMethod, unsigned int, int, art::JValue)+1688) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #102 pc 00000000005accbc /apex/com.android.runtime/lib64/libart.so (MterpMaybeDoOnStackReplacement+212) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #103 pc 0000000000136350 /apex/com.android.runtime/lib64/libart.so (MterpHelpers+240) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #104 pc 000000000032086c /system/framework/framework.jar (android.os.Looper.loop+1076) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #105 pc 00000000005a4bd0 /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1136) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #106 pc 0000000000131994 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #107 pc 000000000018c3b2 /system/framework/framework.jar (android.app.ActivityThread.main+214) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #108 pc 00000000002b3f68 /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.15828722791915351494+240) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #109 pc 00000000005931c8 /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1024) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #110 pc 0000000000140468 /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #111 pc 00000000001375b8 /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_static_stub+568) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #112 pc 00000000001460cc /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+276) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #113 pc 00000000004b2280 /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod, art::(anonymous namespace)::ArgArray, art::JValue, char const)+104) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #114 pc 00000000004b3cc8 /apex/com.android.runtime/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, _jobject, _jobject, unsigned long)+1472) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #115 pc 000000000043f908 /apex/com.android.runtime/lib64/libart.so (art::Method_invoke(_JNIEnv, _jobject, _jobject, _jobjectArray)+48) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #116 pc 00000000000c5c34 /system/framework/arm64/boot.oat (art_jni_trampoline+180) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #117 pc 0000000000137334 /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #118 pc 00000000001460ac /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+244) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #119 pc 00000000002e3638 /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+384) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #120 pc 00000000002de6c4 /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+900) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #121 pc 00000000005a1d30 /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+648) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #122 pc 0000000000131814 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #123 pc 0000000000359e0a /system/framework/framework.jar (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #124 pc 00000000002b3f68 /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.15828722791915351494+240) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #125 pc 00000000005931c8 /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1024) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #126 pc 0000000000140468 /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #127 pc 0000000000a82494 /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+2132) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #128 pc 00000000001375b8 /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_static_stub+568) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #129 pc 00000000001460cc /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+276) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #130 pc 00000000004b2280 /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod, art::(anonymous namespace)::ArgArray, art::JValue, char const)+104) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #131 pc 00000000004b1ee0 /apex/com.android.runtime/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, _jmethodID, std::__va_list)+408) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #132 pc 00000000003bca10 /apex/com.android.runtime/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv, _jclass, _jmethodID, std::__va_list)+624) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #133 pc 00000000000c058c /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass, _jmethodID, ...)+116) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #134 pc 00000000000c34ac /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector const&, bool)+908) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #135 pc 00000000000034e0 /system/bin/app_process64 (main+1168) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] #136 pc 000000000007d86c /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:630] 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] No pending exception expected: java.lang.NullPointerException: observer 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at java.lang.Object com.android.internal.util.Preconditions.checkNotNull(java.lang.Object, java.lang.Object) (Preconditions.java:133) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void android.content.ContentResolver.unregisterContentObserver(android.database.ContentObserver) (ContentResolver.java:2277) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void com.ringplan.apps.linphone.LinphoneContext$2.onCallStateChanged(org.linphone.core.Core, org.linphone.core.Call, org.linphone.core.Call$State, java.lang.String) (LinphoneContext.java:233) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at int org.linphone.core.ConferenceImpl.removeParticipant2(long, org.linphone.core.Participant) (Conference.java:-2) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at int org.linphone.core.ConferenceImpl.removeParticipant(org.linphone.core.Participant) (Conference.java:915) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void com.ringplan.apps.linphone.LinphoneContext$2.onConferenceStateChanged(org.linphone.core.Core, org.linphone.core.Conference, org.linphone.core.Conference$State) (LinphoneContext.java:170) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at int org.linphone.core.CoreImpl.terminateConference(long) (Core.java:-2) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at int org.linphone.core.CoreImpl.terminateConference() (Core.java:12747) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void com.ringplan.apps.linphone.call.CallManager.terminateCurrentCallOrConferenceOrAll() (CallManager.java:79) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void com.ringplan.apps.linphone.call.RingplanCallActivity.lambda$wireupUI$14(android.view.View) (RingplanCallActivity.java:284) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void com.ringplan.apps.linphone.call.-$$Lambda$RingplanCallActivity$pDdY25zOteXEeBb2QLBUH21Lm9M.onClick(android.view.View) (lambda:-1) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at boolean android.view.View.performClick() (View.java:7146) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at boolean android.view.View.performClickInternal() (View.java:7119) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at boolean android.view.View.access$3500(android.view.View) (View.java:803) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void android.view.View$PerformClick.run() (View.java:27537) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:883) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:100) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void android.os.Looper.loop() (Looper.java:214) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:7386) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:492) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:980) 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] 2022-07-04 15:24:13.123 17640-17640/com.ringplan.apps A/m.ringplan.app: runtime.cc:638] 2022-07-04 15:24:13.124 17640-17640/com.ringplan.apps A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 17640 (m.ringplan.apps), pid 17640 (m.ringplan.apps) 2022-07-04 15:24:15.703 18378-18378/? E/m.ringplan.app: Unknown bits set in runtime_flags: 0x8000 2022-07-04 15:24:19.490 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638402! count 0, type 3 2022-07-04 15:24:19.490 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638403! count 0, type 3 2022-07-04 15:24:19.490 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835009! count 0, type 3 2022-07-04 15:24:19.490 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835010! count 0, type 3 2022-07-04 15:24:19.490 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638407! count 0, type 3 2022-07-04 15:24:19.490 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638408! count 0, type 124 2022-07-04 15:24:19.492 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638402! count 0, type 3 2022-07-04 15:24:19.492 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638403! count 0, type 3 2022-07-04 15:24:19.492 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835009! count 0, type 3 2022-07-04 15:24:19.492 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835010! count 0, type 3 2022-07-04 15:24:19.492 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638407! count 0, type 3 2022-07-04 15:24:19.492 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638408! count 0, type 0 2022-07-04 15:24:20.054 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638402! count 0, type 3 2022-07-04 15:24:20.054 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638403! count 0, type 3 2022-07-04 15:24:20.054 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835009! count 0, type 3 2022-07-04 15:24:20.054 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835010! count 0, type 3 2022-07-04 15:24:20.054 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638407! count 0, type 3 2022-07-04 15:24:20.054 18378-18378/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638408! count 0, type 0

Viish commented 2 years ago

Crash is in your app:

2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at java.lang.Object com.android.internal.util.Preconditions.checkNotNull(java.lang.Object, java.lang.Object) (Preconditions.java:133)
2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void android.content.ContentResolver.unregisterContentObserver(android.database.ContentObserver) (ContentResolver.java:2277)
2022-07-04 15:24:12.383 17640-17640/com.ringplan.apps A/m.ringplan.app: java_vm_ext.cc:570] at void com.ringplan.apps.linphone.LinphoneContext$2.onCallStateChanged(org.linphone.core.Core, org.linphone.core.Call, org.linphone.core.Call$State, java.lang.String) (LinphoneContext.java:233)
AnuraagKotnala commented 2 years ago

@Viish i get your point. I have fixed that issue, but the main problem is the last call still ain't disconnecting. Can you please help. Thanks.

2022-07-04 15:41:58.630 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::Unable to add device to participant with address "1234" sip:1234@s01.zraytechnoloDoobh.ringplan.com to conference IdentityAddress(sip:6004@122.161.53.139;conf-id=hVwWf;pn-param=zraytechnoloDoobh;pn-prid=ct43w2VjQqmpqGkRu9-HFi:APA91bFbv05-1gkTBcvTV5BQ73wJ2G6lsr9Pmc7g3RMqsrm_GB8y47yVeIjzxZF0EyBsApcxfrd31REwFr2kA7_SRLjueQCXhYaRRKPOlgHE6WzrtMi4U5lD8bxdRIoX5iqkc9NC_ZH5;pn-provider=zray;transport=tls) 2022-07-04 15:41:58.708 20450-20450/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:41:58.708 20450-20450/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:41:58.709 20450-20450/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:41:58.710 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:41:58.928 20450-20450/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:41:58.928 20450-20450/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:41:58.928 20450-20450/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:41:58.929 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:41:58.987 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::Cannot set the conference address of the Conference in state Created 2022-07-04 15:41:58.995 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::Unable to add device to participant with address "6005" sip:6005@s01.zraytechnoloDoobh.ringplan.com to conference IdentityAddress(sip:6004@122.161.53.139;conf-id=hVwWf;pn-param=zraytechnoloDoobh;pn-prid=ct43w2VjQqmpqGkRu9-HFi:APA91bFbv05-1gkTBcvTV5BQ73wJ2G6lsr9Pmc7g3RMqsrm_GB8y47yVeIjzxZF0EyBsApcxfrd31REwFr2kA7_SRLjueQCXhYaRRKPOlgHE6WzrtMi4U5lD8bxdRIoX5iqkc9NC_ZH5;pn-provider=zray;transport=tls) 2022-07-04 15:41:59.237 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:42:00.327 20450-20450/com.ringplan.apps E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) 2022-07-04 15:42:03.051 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:42:03.051 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:42:03.221 20450-20450/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:42:03.221 20450-20450/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:42:03.221 20450-20450/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:42:03.222 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:42:03.636 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= Resume ========== 2022-07-04 15:42:03.637 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:42:03.638 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:42:03.638 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:42:03.639 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:42:03.639 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:42:03.644 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:42:03.649 20450-20450/com.ringplan.apps E/NewQuality: UNKNOWN 2022-07-04 15:42:04.287 20450-20450/com.ringplan.apps E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) 2022-07-04 15:42:04.341 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= onCallStateChanged ========== 2022-07-04 15:42:04.342 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:42:04.343 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:42:04.344 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:42:04.344 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:42:04.346 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:42:04.348 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:42:04.367 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:42:04.368 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:42:04.538 20450-20450/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:42:04.538 20450-20450/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:42:04.538 20450-20450/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:42:04.539 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:42:04.572 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= onCallStateChanged ========== 2022-07-04 15:42:04.573 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:42:04.574 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:42:04.575 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:42:04.575 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:42:04.576 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:42:04.581 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:42:04.601 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= Resume ========== 2022-07-04 15:42:04.601 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:42:04.603 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:42:04.604 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:42:04.605 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:42:04.606 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:42:04.609 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:42:04.611 20450-20450/com.ringplan.apps E/NewQuality: UNKNOWN 2022-07-04 15:42:05.300 20450-20450/com.ringplan.apps E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) 2022-07-04 15:42:08.347 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:42:09.121 20450-21026/com.ringplan.apps E/NewQuality: GOOD 2022-07-04 15:42:09.355 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:42:10.658 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:42:11.309 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:42:11.552 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:42:12.647 20450-20450/com.ringplan.apps E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. 2022-07-04 15:42:13.381 20450-20450/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:42:13.382 20450-20450/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:42:13.382 20450-20450/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:42:13.383 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:42:13.411 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:42:13.411 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:42:13.635 20450-20450/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:42:13.635 20450-20450/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:42:13.635 20450-20450/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:42:13.636 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:42:13.676 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:42:13.676 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method 2022-07-04 15:42:13.764 20450-20450/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:42:13.764 20450-20450/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:42:13.764 20450-20450/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:42:13.766 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:42:13.934 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= onCallStateChanged ========== 2022-07-04 15:42:13.935 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= micEnabled true 2022-07-04 15:42:13.936 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false 2022-07-04 15:42:13.937 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======isBluetoothAvailable false 2022-07-04 15:42:13.938 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true 2022-07-04 15:42:13.938 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false 2022-07-04 15:42:13.940 20450-20450/com.ringplan.apps E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true 2022-07-04 15:42:14.108 20450-20450/com.ringplan.apps E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 2022-07-04 15:42:14.109 20450-20450/com.ringplan.apps E/AudioEffects-JNI: AudioEffect initCheck failed -3 2022-07-04 15:42:14.109 20450-20450/com.ringplan.apps E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. 2022-07-04 15:42:14.110 20450-20450/com.ringplan.apps E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! 2022-07-04 15:42:14.311 20450-20450/com.ringplan.apps A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x50 in tid 20450 (m.ringplan.apps), pid 20450 (m.ringplan.apps) 2022-07-04 15:42:16.826 21090-21090/? E/m.ringplan.app: Unknown bits set in runtime_flags: 0x8000 2022-07-04 15:42:20.611 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638402! count 0, type 3 2022-07-04 15:42:20.611 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638403! count 0, type 3 2022-07-04 15:42:20.611 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835009! count 0, type 3 2022-07-04 15:42:20.611 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835010! count 0, type 3 2022-07-04 15:42:20.611 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638407! count 0, type 3 2022-07-04 15:42:20.611 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638408! count 0, type 124 2022-07-04 15:42:20.612 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638402! count 0, type 3 2022-07-04 15:42:20.613 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638403! count 0, type 3 2022-07-04 15:42:20.613 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835009! count 0, type 3 2022-07-04 15:42:20.613 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835010! count 0, type 3 2022-07-04 15:42:20.613 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638407! count 0, type 3 2022-07-04 15:42:20.613 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638408! count 0, type 0 2022-07-04 15:42:21.150 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638402! count 0, type 3 2022-07-04 15:42:21.150 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638403! count 0, type 3 2022-07-04 15:42:21.150 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835009! count 0, type 3 2022-07-04 15:42:21.150 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1835010! count 0, type 3 2022-07-04 15:42:21.150 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638407! count 0, type 3 2022-07-04 15:42:21.150 21090-21090/com.ringplan.apps E/ACameraMetadata: filterDurations: malformed duration key 1638408! count 0, type 0 2022-07-04 15:42:25.292 21090-21142/com.ringplan.apps E/ion: ioctl c0044901 failed with code -1: Invalid argument

Viish commented 2 years ago

Please enable debug logs and attach new logs from the start of the app to the end of the conference.

AnuraagKotnala commented 2 years ago

@Viish okay. Here it is..

07/04 16:12:43: Launching 'app' on motorola moto e(7) power. App restart successful without requiring a re-install. $ adb shell am start -n "com.ringplan.apps/com.ringplan.apps.ui.RingplanLauncherActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.ringplan.apps Connected to process 25493 on device 'motorola-moto_e_7__power-ZD222374BF'. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. W/ActivityThread: Application com.ringplan.apps is waiting for the debugger on port 8100... I/System.out: Sending WAIT chunk Connecting to com.ringplan.apps Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. W/ActivityThread: Application com.ringplan.apps is waiting for the debugger on port 8100... I/System.out: Sending WAIT chunk I/System.out: Debugger has connected I/System.out: waiting for debugger to settle... Connected to the target VM, address: 'localhost:57722', transport: 'socket' I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/chatty: uid=10297(com.ringplan.apps) identical 2 lines I/System.out: waiting for debugger to settle... I/System.out: debugger has settled (1413) W/ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found. I/FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT] W/m.ringplan.app: Unsupported class loader I/DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:48 and remote module com.google.android.gms.measurement.dynamite:74 I/DynamiteModule: Selected remote version of com.google.android.gms.measurement.dynamite, version >= 74 V/DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils I/FirebaseCrashlytics: Initializing Firebase Crashlytics 17.4.1 I/FirebaseInitProvider: FirebaseApp initialization successful V/FA: App measurement collection enabled V/FA: App measurement enabled for app package, google app id: com.ringplan.apps, 1:586881568208:android:a3dbaf2f989a0b9d517dd5 I/FA: App measurement initialized, version: 65024 I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE I/FA: To enable faster debug mode event logging run: adb shell setprop debug.firebase.analytics.app com.ringplan.apps D/FA: Debug-level message logging enabled I/libMEOW_gift: open /vendor/etc/arc.ini D/libMEOW: applied 1 plugins for [com.ringplan.apps]: D/libMEOW: plugin 1: [libMEOW_gift.so]: V/FA: Connecting to remote service I/m.ringplan.app: Waiting for a blocking GC ClassLinker V/FA: Connection attempt already in progress I/m.ringplan.app: WaitForGcToComplete blocked ClassLinker on ClassLinker for 18.871ms V/FA: Connection attempt already in progress V/FA: onActivityCreated W/m.ringplan.app: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed) W/m.ringplan.app: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed) W/m.ringplan.app: Accessing hidden field Lsun/misc/Unsafe;->theUnsafe:Lsun/misc/Unsafe; (greylist, reflection, allowed) W/m.ringplan.app: Accessing hidden method Lsun/misc/Unsafe;->allocateInstance(Ljava/lang/Class;)Ljava/lang/Object; (greylist, reflection, allowed) W/FactoryImpl: Unable to load optional library ffmpeg-linphone: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.ringplan.apps-qilGvY2fmLI2sf5E6rvG8A==/base.apk"],nativeLibraryDirectories=[/data/app/com.ringplan.apps-qilGvY2fmLI2sf5E6rvG8A==/lib/arm64, /data/app/com.ringplan.apps-qilGvY2fmLI2sf5E6rvG8A==/base.apk!/lib/arm64-v8a, /system/lib64]]] couldn't find "libffmpeg-linphone.so" I/m.ringplan.app: Waiting for a blocking GC ClassLinker I/m.ringplan.app: WaitForGcToComplete blocked ClassLinker on HeapTrim for 41.837ms V/FA: Activity resumed, time: 267249136 I/SurfaceFactory: [static] sSurfaceFactory = com.mediatek.view.impl.SurfaceFactoryImpl@b5d828d I/FA: Tag Manager is not found and thus will not be used D/ViewRootImpl[RingplanLauncherActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false D/libMEOW: applied 1 plugins for [com.ringplan.apps]: D/libMEOW: plugin 1: [libMEOW_gift.so]: I/InputTransport: Create ARC handle: 0x7b74fcab00 D/libMEOW_gift: etEventThreadFunc()::thread Begin. eventRefCnt: 1 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@f9d02af, this = DecorView@f05a6bc[RingplanLauncherActivity] V/FA: Connection attempt already in progress V/FA: Connection attempt already in progress D/newToken: ct43w2VjQqmpqGkRu9-HFi:APA91bFbv05-1gkTBcvTV5BQ73wJ2G6lsr9Pmc7g3RMqsrm_GB8y47yVeIjzxZF0EyBsApcxfrd31REwFr2kA7_SRLjueQCXhYaRRKPOlgHE6WzrtMi4U5lD8bxdRIoX5iqkc9NC_ZH5 I/m.ringplan.app: Waiting for a blocking GC ClassLinker I/m.ringplan.app: WaitForGcToComplete blocked ClassLinker on Instrumentation for 29.892ms W/m.ringplan.app: Verification of void com.ringplan.apps.linphone.LinphoneContext.onCallStarted() took 105.441ms I/RingPlan: Using (r/w) config information from /data/user/0/com.ringplan.apps/files/.linphonerc I/chatty: uid=10297(com.ringplan.apps) identical 2 lines I/RingPlan: Using (r/w) config information from /data/user/0/com.ringplan.apps/files/.linphonerc D/skia: --- Failed to create image decoder with message 'unimplemented' I/OMXClient: IOmx service obtained I/OMXClient: IOmx service obtained W/MediaCodec-JNI: try to release MediaCodec from JMediaCodec::~JMediaCodec()... W/MediaCodec-JNI: done releasing MediaCodec from JMediaCodec::~JMediaCodec(). W/System.err: java.lang.IllegalArgumentException: Failed to initialize video/hevc, error 0xfffffffe W/System.err: at android.media.MediaCodec.native_setup(Native Method) W/System.err: at android.media.MediaCodec.(MediaCodec.java:1864) W/System.err: at android.media.MediaCodec.createEncoderByType(MediaCodec.java:1827) W/System.err: at org.linphone.core.FactoryImpl.createCore3(Native Method) W/System.err: at org.linphone.core.FactoryImpl.createCore(Factory.java:1222) W/System.err: at com.ringplan.apps.linphone.LinphoneManager.startLibLinphone(LinphoneManager.java:406) W/System.err: at com.ringplan.apps.linphone.LinphoneContext.start(LinphoneContext.java:305) W/System.err: at com.ringplan.apps.linphone.service.LinphoneService.onStartCommand(LinphoneService.java:93) W/System.err: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4115) W/System.err: at android.app.ActivityThread.access$1900(ActivityThread.java:226) W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1916) W/System.err: at android.os.Handler.dispatchMessage(Handler.java:107) W/System.err: at android.os.Looper.loop(Looper.java:214) W/System.err: at android.app.ActivityThread.main(ActivityThread.java:7386) W/System.err: at java.lang.reflect.Method.invoke(Native Method) W/System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980) E/RingPlan: Failed to create codec ! I/OMXClient: IOmx service obtained E/RingPlan: [Android Audio Utils] Unknown device type for type ID 16 E/ACameraMetadata: filterDurations: malformed duration key 1638402! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1638403! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1835009! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1835010! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1638407! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1638408! count 0, type 124 E/ACameraMetadata: filterDurations: malformed duration key 1638402! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1638403! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1835009! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1835010! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1638407! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1638408! count 0, type 0 E/RingPlan: [Android Audio Utils] Unknown device type for type ID 16 E/RingPlan: Given algorithm is not correct. Set algorithm failed E/RingPlan: Given algorithm is not correct. Add algorithm failed E/RingPlan: Given algorithm is not correct. Set algorithm failed E/RingPlan: Given algorithm is not correct. Add algorithm failed W/m.ringplan.app: Verification of void com.ringplan.apps.linphone.call.AndroidAudioManager.routeAudioToSpeakerHelper(boolean) took 126.409ms I/Choreographer: Skipped 174 frames! The application may be doing too much work on its main thread. D/libMEOW: applied 1 plugins for [com.ringplan.apps]: D/libMEOW: plugin 1: [libMEOW_gift.so]: I/GPUD: @gpudInitialize: successfully initialized with GL, dbg=0 mmdump_dbg=0 mmpath_dbg=0 I/libMEOW_gift: ctx:0x7b74f5c800, ARC not Enabled. D/Surface: Surface::connect(this=0x7b73830000,api=1) D/Surface: Surface::setBufferCount(this=0x7b73830000,bufferCount=3) D/Surface: Surface::allocateBuffers(this=0x7b73830000) W/Gralloc3: mapper 3.x is not supported E/ion: ioctl c0044901 failed with code -1: Invalid argument I/OpenGLRenderer: Davey! duration=3213ms; Flags=1, IntendedVsync=78808549469134, Vsync=78811449469192, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78811464750543, AnimationStart=78811465562774, PerformTraversalsStart=78811465708466, DrawStart=78811707767389, SyncQueued=78811726780620, SyncStart=78811738569927, IssueDrawCommandsStart=78811738881081, SwapBuffers=78811771596235, FrameCompleted=78811775026927, DequeueBufferDuration=0, QueueBufferDuration=1954000, V/SharedPreferencesFileManager: [2022-07-04 10:43:01 - {"thread_id":"2","correlation_id":"UNSET"}] Init: SharedPreferencesFileManager Android 29 W/Telemetry: [2022-07-04 10:43:01 - {"thread_id":"2","correlation_id":"UNSET"}] Telemetry is disabled because the Telemetry context or configuration is null Android 29 D/SignInHelper: onCreated() called with: application = com.microsoft.identity.client.MultipleAccountPublicClientApplication@c557005 E/ACameraMetadata: filterDurations: malformed duration key 1638402! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1638403! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1835009! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1835010! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1638407! count 0, type 3 E/ACameraMetadata: filterDurations: malformed duration key 1638408! count 0, type 0 E/RingPlan: [Camera2 Capture] TextureView wasn't set (was core.setNativePreviewWindowId() called?) E/RingPlan: Couldn't compute automatic push notifications parameters on account [0x7bd61aac08] because account params do not have available push notifications D/FA: Connected to remote service V/FA: Processing queued up service tasks: 5 W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@88dd95f D/libMEOW: applied 1 plugins for [com.ringplan.apps]: D/libMEOW: plugin 1: [libMEOW_gift.so]: V/FA: Recording user engagement, ms: 3646 V/FA: onActivityCreated D/url-->: https://ssp-backend.ringplan.com/voicemail/messages?page=1&per_page=100 W/LocalMSALController:getDeviceMode: [2022-07-04 10:43:02 - {"thread_id":"3509","correlation_id":"3376ce76-1683-40ed-b866-458c674d04fa","x-client-Ver":"1.5.9","x-client-SKU":"MSAL.Android"}] LocalMSALController is not eligible to use the broker. Do not check sharedDevice mode and return false immediately. Android 29 D/url-->: https://ssp-backend.ringplan.com/company/directory/contacts V/FA: Activity paused, time: 267252786 D/NetworkSecurityConfig: No Network Security Config specified, using platform default I/System.out: [okhttp]:check permission begin! W/System: ClassLoader referenced unknown path: system/framework/mediatek-cta.jar I/System.out: [okhttp] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils I/System.out: [okhttp]:check permission begin! I/System.out: [okhttp]:not MMS! I/System.out: [okhttp]:not Email! I/System.out: [socket]:check permission begin! W/System: ClassLoader referenced unknown path: system/framework/mediatek-cta.jar I/System.out: [socket] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils I/System.out: [socket]:check permission begin! W/LocalMSALController:getDeviceMode: [2022-07-04 10:43:03 - {"thread_id":"3522","correlation_id":"0dc481de-cd62-4be5-bdc0-14541b256225","x-client-Ver":"1.5.9","x-client-SKU":"MSAL.Android"}] LocalMSALController is not eligible to use the broker. Do not check sharedDevice mode and return false immediately. Android 29 D/url-->: https://ssp-backend.ringplan.com/texting/numbers I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : requestUpdateInfo(com.ringplan.apps) I/PlayCore: UID: [10297] PID: [25493] AppUpdateListenerRegistry : registerListener I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Initiate binding to the service. I/System.out: [okhttp]:check permission begin! I/System.out: [okhttp]:not MMS! I/System.out: [okhttp]:not Email! I/System.out: [socket]:check permission begin! I/System.out: [okhttp]:check permission begin! I/System.out: [okhttp]:not MMS! I/System.out: [okhttp]:not Email! I/System.out: [socket]:check permission begin! V/FA: Activity resumed, time: 267254886 I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : requestUpdateInfo(com.ringplan.apps) I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Waiting to bind to the service. I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : requestUpdateInfo(com.ringplan.apps) I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Waiting to bind to the service. V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@99dc632[] D/ViewRootImpl[RingplanDashboardActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false I/InputTransport: Create ARC handle: 0x7b73c5afe0 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@3e7e12c, this = DecorView@99dc632[RingplanDashboardActivity] W/Telemetry: [2022-07-04 10:43:04 - {"thread_id":"2","correlation_id":"UNSET"}] Telemetry is disabled because the Telemetry context or configuration is null Android 29 W/System.err: com.microsoft.identity.client.exception.MsalClientException: AccountMode in configuration is not set to single. Cannot initialize single account PublicClientApplication. W/System.err: at com.microsoft.identity.client.PublicClientApplication.createSingleAccountPublicClientApplication(PublicClientApplication.java:873) W/System.err: at com.microsoft.identity.client.PublicClientApplication.createSingleAccountPublicClientApplication(PublicClientApplication.java:737) W/System.err: at com.ringplan.apps.view_model.InstanceIdWorkManager.doWork(InstanceIdWorkManager.java:35) W/System.err: at androidx.work.Worker$1.run(Worker.java:85) W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) W/System.err: at java.lang.Thread.run(Thread.java:919) I/WM-WorkerWrapper: Worker result SUCCESS for Work [ id=eaca0c54-0a84-4a60-b792-0924ee6ff0bb, tags={ com.ringplan.apps.ui.RingplanLauncherActivity, com.ringplan.apps.view_model.InstanceIdWorkManager } ] W/Telemetry: [2022-07-04 10:43:04 - {"thread_id":"2","correlation_id":"UNSET"}] Telemetry is disabled because the Telemetry context or configuration is null Android 29 D/SignInHelper: onCreated() called with: application = com.microsoft.identity.client.MultipleAccountPublicClientApplication@f0b1e30 I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.installservice.DevTriggeredUpdateService}) I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : linkToDeath I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Leaving the connection open for other ongoing calls. I/PlayCore: UID: [10297] PID: [25493] OnRequestInstallCallback : onRequestInfo I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Leaving the connection open for other ongoing calls. I/PlayCore: UID: [10297] PID: [25493] OnRequestInstallCallback : onRequestInfo I/PlayCore: UID: [10297] PID: [25493] OnRequestInstallCallback : onRequestInfo I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Unbind from service. W/JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand. Releasing leaked death recipient: com.google.android.play.core.internal.zzai I/System.out: [OkHttp] sendRequest>> I/System.out: [OkHttp] sendRequest<< I/System.out: [OkHttp] sendRequest>> I/System.out: [OkHttp] sendRequest<< I/System.out: [OkHttp] sendRequest>> I/System.out: [OkHttp] sendRequest<< I/System.out: [OkHttp] sendRequest>> I/System.out: [OkHttp] sendRequest<< D/View: [ANR Warning]onMeasure time too long, this =androidx.recyclerview.widget.RecyclerView{70704e VFE...... ......ID 0,0-0,0 #7f0a02c6 app:id/rcvOptions}time =1248 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.cardview.widget.CardView{c6bc56f V.E...... ......ID 0,0-0,0 #7f0a0265 app:id/navView}time =1252 ms W/System.err: java.lang.NullPointerException W/System.err: at java.util.Objects.requireNonNull(Objects.java:203) W/System.err: at com.ringplan.apps.ui.fragments.MessagingFragment.setMenuVisibility(MessagingFragment.java:161) W/System.err: at androidx.fragment.app.FragmentStatePagerAdapter.instantiateItem(FragmentStatePagerAdapter.java:189) W/System.err: at androidx.viewpager.widget.ViewPager.addNewItem(ViewPager.java:1010) W/System.err: at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1192) W/System.err: at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1092) W/System.err: at androidx.viewpager.widget.ViewPager.onMeasure(ViewPager.java:1622) W/System.err: at android.view.View.measure(View.java:24720) W/System.err: at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6903) W/System.err: at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasureChild(CoordinatorLayout.java:760) W/System.err: at com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild(HeaderScrollingViewBehavior.java:99) W/System.err: at com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior.onMeasureChild(AppBarLayout.java:2003) W/System.err: at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasure(CoordinatorLayout.java:831) W/System.err: at android.view.View.measure(View.java:24720) W/System.err: at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:735) W/System.err: at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:481) W/System.err: at android.view.View.measure(View.java:24720) W/System.err: at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6903) W/System.err: at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) W/System.err: at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:146) W/System.err: at android.view.View.measure(View.java:24720) W/System.err: at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6903) W/System.err: at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552) W/System.err: at android.widget.LinearLayout.measureVertical(LinearLayout.java:842) W/System.err: at android.widget.LinearLayout.onMeasure(LinearLayout.java:721) W/System.err: at android.view.View.measure(View.java:24720) W/System.err: at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6903) W/System.err: at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) W/System.err: at android.view.View.measure(View.java:24720) W/System.err: at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6903) W/System.err: at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552) W/System.err: at android.widget.LinearLayout.measureVertical(LinearLayout.java:842) W/System.err: at android.widget.LinearLayout.onMeasure(LinearLayout.java:721) W/System.err: at android.view.View.measure(View.java:24720) W/System.err: at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6903) W/System.err: at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) W/System.err: at com.android.internal.policy.DecorView.onMeasure(DecorView.java:742) W/System.err: at android.view.View.measure(View.java:24720) W/System.err: at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:3132) W/System.err: at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1900) W/System.err: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2200) W/System.err: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1788) W/System.err: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7864) W/System.err: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:967) W/System.err: at android.view.Choreographer.doCallbacks(Choreographer.java:791) W/System.err: at android.view.Choreographer.doFrame(Choreographer.java:726) W/System.err: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:952) W/System.err: at android.os.Handler.handleCallback(Handler.java:883) W/System.err: at android.os.Handler.dispatchMessage(Handler.java:100) W/System.err: at android.os.Looper.loop(Looper.java:214) W/System.err: at android.app.ActivityThread.main(ActivityThread.java:7386) W/System.err: at java.lang.reflect.Method.invoke(Native Method) W/System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980) D/Volley: [3512] NetworkUtility.logSlowRequests: HTTP response for request=<[ ] https://ssp-backend.ringplan.com/voicemail/messages?page=1&per_page=100 0x2d9ebc23 NORMAL 1> [lifetime=8827], [size=45592], [rc=200], [retryCount=0] D/View: [ANR Warning]onMeasure time too long, this =androidx.recyclerview.widget.RecyclerView{80f74a2 VFED..... ......ID 0,0-0,0 #7f0a02ca app:id/recyclerView}time =4498 ms D/View: [ANR Warning]onMeasure time too long, this =android.widget.FrameLayout{b6a3533 V.E...... ......ID 0,0-0,0}time =4501 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.constraintlayout.widget.ConstraintLayout{e060f0 V.E...... ......ID 0,0-0,0}time =4509 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.viewpager.widget.ViewPager{f12d705 VFED..... ......ID 0,0-0,0 #7f0a03cd app:id/view_pager}time =5865 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.recyclerview.widget.RecyclerView{57d59b2 VFE...... ......ID 0,0-0,0 #7f0a02c6 app:id/rcvOptions}time =411 ms D/View: [ANR Warning]onMeasure time too long, this =android.widget.LinearLayout{2aeda68 V.E...... ......ID 0,0-0,0 #7f0a0247 app:id/moreOptionsSheet}time =414 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.coordinatorlayout.widget.CoordinatorLayout{95f9d03 V.E...... ......ID 0,0-0,0}time =6422 ms D/View: [ANR Warning]onMeasure time too long, this =android.widget.RelativeLayout{2def480 V.E...... ......ID 0,0-0,0 #7f0a02d1 app:id/ringplan_dashboard}time =7937 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.appcompat.widget.ContentFrameLayout{26d4ab9 V.E...... ......ID 0,0-0,0 #1020002 android:id/content}time =7939 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.appcompat.widget.FitWindowsLinearLayout{9635efe V.E...... ......ID 0,0-0,0 #7f0a0048 app:id/action_bar_root}time =7941 ms D/View: [ANR Warning]onMeasure time too long, this =android.widget.FrameLayout{cb5065f V.E...... ......ID 0,0-0,0}time =7943 ms D/View: [ANR Warning]onMeasure time too long, this =android.widget.LinearLayout{d7ed8ac V.E...... ......ID 0,0-0,0}time =7945 ms D/View: [ANR Warning]onMeasure time too long, this =DecorView@99dc632[RingplanDashboardActivity]time =7949 ms D/Surface: Surface::connect(this=0x7b74179000,api=1) D/Surface: Surface::setBufferCount(this=0x7b74179000,bufferCount=3) D/Surface: Surface::allocateBuffers(this=0x7b74179000) D/Volley: [3518] NetworkUtility.logSlowRequests: HTTP response for request=<[ ] https://ssp-backend.ringplan.com/company/directory/contacts 0x2d9ebc23 NORMAL 1> [lifetime=10340], [size=618446], [rc=200], [retryCount=0] I/m.ringplan.app: Waiting for a blocking GC Instrumentation I/m.ringplan.app: Background young concurrent copying GC freed 68562(1945KB) AllocSpace objects, 2(1300KB) LOS objects, 25% free, 9985KB/13MB, paused 1.069ms total 113.999ms I/m.ringplan.app: WaitForGcToComplete blocked Instrumentation on HeapTrim for 36.698ms W/m.ringplan.app: Verification of void com.ringplan.apps.linphone.dialer.views.Digit.onTextChanged(java.lang.CharSequence, int, int, int) took 146.961ms D/View: [ANR Warning]onLayout time too long, this =androidx.viewpager2.widget.ViewPager2$RecyclerViewImpl{59b3e14 VFED..... ......ID 0,0-720,1266 #1}time =1226 ms D/View: [ANR Warning]onLayout time too long, this =androidx.viewpager2.widget.ViewPager2{77bb6bd V.E...... ......ID 0,0-720,1266 #7f0a03d6 app:id/vpMakeCall}time =1227 ms D/View: [ANR Warning]onLayout time too long, this =androidx.constraintlayout.widget.ConstraintLayout{48894b2 V.E...... ......ID 0,0-720,1266}time =1229 ms D/View: [ANR Warning]onLayout time too long, this =androidx.recyclerview.widget.RecyclerView{8bf579d VFED..... ......ID 0,0-720,1147 #7f0a02c4 app:id/rcvConferenceHistory}time =432 ms D/View: [ANR Warning]onLayout time too long, this =androidx.constraintlayout.widget.ConstraintLayout{6985412 V.E...... ......ID -720,0-0,1266}time =433 ms D/View: [ANR Warning]onLayout time too long, this =androidx.viewpager.widget.ViewPager{f12d705 VFED..... ......ID 0,98-720,1364 #7f0a03cd app:id/view_pager}time =1760 ms D/View: [ANR Warning]onLayout time too long, this =androidx.coordinatorlayout.widget.CoordinatorLayout{95f9d03 V.E...... ......ID 0,0-720,1364}time =1802 ms D/View: [ANR Warning]onLayout time too long, this =android.widget.RelativeLayout{2def480 V.E...... ......ID 0,0-720,1469 #7f0a02d1 app:id/ringplan_dashboard}time =1811 ms D/View: [ANR Warning]onLayout time too long, this =androidx.appcompat.widget.ContentFrameLayout{26d4ab9 V.E...... ......ID 0,0-720,1469 #1020002 android:id/content}time =1813 ms D/View: [ANR Warning]onLayout time too long, this =androidx.appcompat.widget.FitWindowsLinearLayout{9635efe V.E...... ......ID 0,0-720,1469 #7f0a0048 app:id/action_bar_root}time =1814 ms D/View: [ANR Warning]onLayout time too long, this =android.widget.FrameLayout{cb5065f V.E...... ......ID 0,47-720,1516}time =1816 ms D/View: [ANR Warning]onLayout time too long, this =android.widget.LinearLayout{d7ed8ac V.E...... ......ID 0,0-720,1516}time =1816 ms D/View: [ANR Warning]onLayout time too long, this =DecorView@99dc632[RingplanDashboardActivity]time =1818 ms I/OpenGLRenderer: Davey! duration=11721ms; Flags=1, IntendedVsync=78814341498630, Vsync=78814558165301, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78814561291620, AnimationStart=78814561867005, PerformTraversalsStart=78814562001543, DrawStart=78825360556851, SyncQueued=78826007796928, SyncStart=78826010564159, IssueDrawCommandsStart=78826012366082, SwapBuffers=78826063450851, FrameCompleted=78826065679313, DequeueBufferDuration=0, QueueBufferDuration=1557000, D/SignInHelper: onTaskCompleted() called with: result = [com.microsoft.identity.client.MultiTenantAccount@856c5c5] I/Choreographer: Skipped 696 frames! The application may be doing too much work on its main thread. I/OpenGLRenderer: Davey! duration=11787ms; Flags=0, IntendedVsync=78814726461630, Vsync=78826326461862, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78826333320313, AnimationStart=78826333545698, PerformTraversalsStart=78826343609774, DrawStart=78826472772544, SyncQueued=78826504969390, SyncStart=78826505432851, IssueDrawCommandsStart=78826506675928, SwapBuffers=78826513556390, FrameCompleted=78826514915621, DequeueBufferDuration=1956000, QueueBufferDuration=767000,

V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@f9d02af, this = DecorView@f05a6bc[RingplanLauncherActivity] D/Surface: Surface::disconnect(this=0x7b73830000,api=1) D/View: [Warning] assignParent to null: this = DecorView@f05a6bc[RingplanLauncherActivity] I/InputTransport: Destroy ARC handle: 0x7b74fcab00

V/FA: Recording user engagement, ms: 12929 I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : requestUpdateInfo(com.ringplan.apps) I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Initiate binding to the service. I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : requestUpdateInfo(com.ringplan.apps) I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Waiting to bind to the service. V/FA: Connecting to remote service V/FA: Connection attempt already in progress V/FA: Activity paused, time: 267267818 V/FA: Activity resumed, time: 267267848 V/FA: Connection attempt already in progress V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@3e7e12c, this = DecorView@99dc632[RingplanDashboardActivity] E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) I/Choreographer: Skipped 85 frames! The application may be doing too much work on its main thread. I/m.ringplan.app: NativeAlloc concurrent copying GC freed 28089(1737KB) AllocSpace objects, 20(3236KB) LOS objects, 43% free, 7854KB/13MB, paused 639us total 101ms D/View: [ANR Warning]onMeasure time too long, this =androidx.recyclerview.widget.RecyclerView{80f74a2 VFED..... ......ID 0,0-720,1266 #7f0a02ca app:id/recyclerView}time =2151 ms D/View: [ANR Warning]onMeasure time too long, this =android.widget.FrameLayout{b6a3533 V.E...... ......ID 0,0-720,1266}time =2152 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.constraintlayout.widget.ConstraintLayout{e060f0 V.E...... ......ID 720,0-1440,1266}time =2153 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.viewpager.widget.ViewPager{f12d705 VFED..... ......ID 0,98-720,1364 #7f0a03cd app:id/view_pager}time =2159 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.coordinatorlayout.widget.CoordinatorLayout{95f9d03 V.E...... ......ID 0,0-720,1364}time =2251 ms D/View: [ANR Warning]onMeasure time too long, this =android.widget.RelativeLayout{2def480 V.E...... ......ID 0,0-720,1469 #7f0a02d1 app:id/ringplan_dashboard}time =2480 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.appcompat.widget.ContentFrameLayout{26d4ab9 V.E...... ......ID 0,0-720,1469 #1020002 android:id/content}time =2481 ms D/View: [ANR Warning]onMeasure time too long, this =androidx.appcompat.widget.FitWindowsLinearLayout{9635efe V.E...... ......ID 0,0-720,1469 #7f0a0048 app:id/action_bar_root}time =2481 ms D/View: [ANR Warning]onMeasure time too long, this =android.widget.FrameLayout{cb5065f V.E...... ......ID 0,47-720,1516}time =2482 ms D/View: [ANR Warning]onMeasure time too long, this =android.widget.LinearLayout{d7ed8ac V.E...... ......ID 0,0-720,1516}time =2482 ms D/View: [ANR Warning]onMeasure time too long, this =DecorView@99dc632[RingplanDashboardActivity]time =2482 ms I/OpenGLRenderer: Davey! duration=4356ms; Flags=1, IntendedVsync=78826359333434, Vsync=78827776000129, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78827780431851, AnimationStart=78827780655313, PerformTraversalsStart=78827796175005, DrawStart=78830544690236, SyncQueued=78830692949775, SyncStart=78830693462621, IssueDrawCommandsStart=78830696710621, SwapBuffers=78830714739236, FrameCompleted=78830716305390, DequeueBufferDuration=1383000, QueueBufferDuration=990000, I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.installservice.DevTriggeredUpdateService}) I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : linkToDeath I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Leaving the connection open for other ongoing calls. I/PlayCore: UID: [10297] PID: [25493] OnRequestInstallCallback : onRequestInfo I/PlayCore: UID: [10297] PID: [25493] OnRequestInstallCallback : onRequestInfo I/PlayCore: UID: [10297] PID: [25493] AppUpdateService : Unbind from service. D/FA: Connected to remote service V/FA: Processing queued up service tasks: 3 I/m.ringplan.app: Background concurrent copying GC freed 105505(5949KB) AllocSpace objects, 2(40KB) LOS objects, 42% free, 8182KB/13MB, paused 222us total 101.692ms W/JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand. Releasing leaked death recipient: com.google.android.play.core.internal.zzai D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og I/System.out: [socket]:check permission begin! I/System.out: [socket]:check permission begin! V/FA: Recording user engagement, ms: 7746 W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@f74b5e3 D/libMEOW: applied 1 plugins for [com.ringplan.apps]: D/libMEOW: plugin 1: [libMEOW_gift.so]: V/FA: onActivityCreated V/FA: Activity paused, time: 267275596 D/url-->: https://ssp-backend.ringplan.com/voicemail/messages?page=1&per_page=100 D/url-->: https://ssp-backend.ringplan.com/company/directory/contacts W/LocalMSALController:getDeviceMode: [2022-07-04 10:43:25 - {"thread_id":"3509","correlation_id":"b0f40fb7-d2d0-4e8e-8368-4010600e698b","x-client-Ver":"1.5.9","x-client-SKU":"MSAL.Android"}] LocalMSALController is not eligible to use the broker. Do not check sharedDevice mode and return false immediately. Android 29 I/System.out: [okhttp]:check permission begin! I/System.out: [okhttp]:not MMS! I/System.out: [okhttp]:not Email! I/System.out: [OkHttp] sendRequest>> I/System.out: [okhttp]:check permission begin! I/System.out: [okhttp]:not MMS! I/System.out: [okhttp]:not Email! I/System.out: [OkHttp] sendRequest>> W/m.ringplan.app: Accessing hidden field Landroid/view/View;->mListenerInfo:Landroid/view/View$ListenerInfo; (greylist, reflection, allowed) W/m.ringplan.app: Accessing hidden field Landroid/view/View$ListenerInfo;->mOnClickListener:Landroid/view/View$OnClickListener; (greylist, reflection, allowed) I/System.out: [OkHttp] sendRequest<< I/System.out: [OkHttp] sendRequest<< V/FA: Activity resumed, time: 267276127 V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@3244b39[] D/ViewRootImpl[RingplanNewConferenceActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false I/InputTransport: Create ARC handle: 0x7bcdb7c520 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@4518b8a, this = DecorView@3244b39[RingplanNewConferenceActivity] I/Choreographer: Skipped 32 frames! The application may be doing too much work on its main thread. D/socket: onSocketConnected D/Surface: Surface::connect(this=0x7b73b1d000,api=1) D/Surface: Surface::setBufferCount(this=0x7b73b1d000,bufferCount=3) D/Surface: Surface::allocateBuffers(this=0x7b73b1d000) I/OpenGLRenderer: Davey! duration=962ms; Flags=1, IntendedVsync=78834962665878, Vsync=78835495999222, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78835511501006, AnimationStart=78835511932929, PerformTraversalsStart=78835516556237, DrawStart=78835861745313, SyncQueued=78835893126775, SyncStart=78835896734313, IssueDrawCommandsStart=78835897082929, SwapBuffers=78835927247160, FrameCompleted=78835928702313, DequeueBufferDuration=0, QueueBufferDuration=825000, I/System.out: [socket]:check permission begin! E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) D/socket: onAuthenticated W/Telemetry: [2022-07-04 10:43:26 - {"thread_id":"2","correlation_id":"UNSET"}] Telemetry is disabled because the Telemetry context or configuration is null Android 29 D/SignInHelper: onCreated() called with: application = com.microsoft.identity.client.MultipleAccountPublicClientApplication@53458f9 I/Choreographer: Skipped 41 frames! The application may be doing too much work on its main thread. I/OpenGLRenderer: Davey! duration=722ms; Flags=0, IntendedVsync=78835548516998, Vsync=78836231850345, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78836235466698, AnimationStart=78836235656544, PerformTraversalsStart=78836237964467, DrawStart=78836259770852, SyncQueued=78836262758621, SyncStart=78836263210314, IssueDrawCommandsStart=78836263505698, SwapBuffers=78836268459006, FrameCompleted=78836271478237, DequeueBufferDuration=2018000, QueueBufferDuration=1893000, I/m.ringplan.app: NativeAlloc concurrent copying GC freed 26767(1798KB) AllocSpace objects, 7(204KB) LOS objects, 38% free, 9878KB/15MB, paused 300us total 120.332ms D/Surface: Surface::disconnect(this=0x7b74179000,api=1) V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@3e7e12c, this = DecorView@99dc632[RingplanDashboardActivity] D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og I/System.out: [socket]:check permission begin! D/SignInHelper: onTaskCompleted() called with: result = [com.microsoft.identity.client.MultiTenantAccount@80c13ab] D/socket: onAuthenticated W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@c9aa538 D/libMEOW: applied 1 plugins for [com.ringplan.apps]: D/libMEOW: plugin 1: [libMEOW_gift.so]: V/FA: onActivityCreated D/url-->: https://ssp-backend.ringplan.com/voicemail/messages?page=1&per_page=100 D/url-->: https://ssp-backend.ringplan.com/company/directory/contacts V/FA: Recording user engagement, ms: 1771 W/LocalMSALController:getDeviceMode: [2022-07-04 10:43:27 - {"thread_id":"3531","correlation_id":"5cd1cc56-0049-49ee-b448-9731d22bee51","x-client-Ver":"1.5.9","x-client-SKU":"MSAL.Android"}] LocalMSALController is not eligible to use the broker. Do not check sharedDevice mode and return false immediately. Android 29 V/FA: Activity paused, time: 267277900 I/System.out: [okhttp]:check permission begin! I/System.out: [okhttp]:not MMS! I/System.out: [okhttp]:not Email! I/System.out: [okhttp]:check permission begin! I/System.out: [okhttp]:not MMS! I/System.out: [okhttp]:not Email! I/System.out: [OkHttp] sendRequest>> I/System.out: [OkHttp] sendRequest<< I/System.out: [socket]:check permission begin! V/FA: Activity resumed, time: 267278384 V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@92244bb[] D/ViewRootImpl[RingplanAddMemberActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false I/InputTransport: Create ARC handle: 0x7b74012cc0 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@c48f84, this = DecorView@92244bb[RingplanAddMemberActivity] I/Choreographer: Skipped 30 frames! The application may be doing too much work on its main thread. D/Surface: Surface::connect(this=0x7b750aa000,api=1) D/Surface: Surface::setBufferCount(this=0x7b750aa000,bufferCount=3) D/Surface: Surface::allocateBuffers(this=0x7b750aa000) I/System.out: [OkHttp] sendRequest>> I/System.out: [OkHttp] sendRequest<< I/OpenGLRenderer: Davey! duration=1064ms; Flags=1, IntendedVsync=78837255743479, Vsync=78837755743489, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78837756467698, AnimationStart=78837756750544, PerformTraversalsStart=78837756785929, DrawStart=78838220535314, SyncQueued=78838310705083, SyncStart=78838313745775, IssueDrawCommandsStart=78838314030775, SwapBuffers=78838321512467, FrameCompleted=78838322818006, DequeueBufferDuration=0, QueueBufferDuration=789000, E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) I/System.out: [socket]:check permission begin! W/Telemetry: [2022-07-04 10:43:28 - {"thread_id":"2","correlation_id":"UNSET"}] Telemetry is disabled because the Telemetry context or configuration is null Android 29 D/SignInHelper: onCreated() called with: application = com.microsoft.identity.client.MultipleAccountPublicClientApplication@85d7955 V/FA: Screen exposed for less than 1000 ms. Event not sent. time: 854 I/Choreographer: Skipped 46 frames! The application may be doing too much work on its main thread. V/FA: Activity paused, time: 267279241 I/OpenGLRenderer: Davey! duration=816ms; Flags=0, IntendedVsync=78837791283011, Vsync=78838557949693, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78838572372775, AnimationStart=78838572553160, PerformTraversalsStart=78838581089237, DrawStart=78838597127160, SyncQueued=78838600341237, SyncStart=78838600875852, IssueDrawCommandsStart=78838601200468, SwapBuffers=78838605900237, FrameCompleted=78838607831314, DequeueBufferDuration=1931000, QueueBufferDuration=886000, V/FA: Activity resumed, time: 267279298 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@c48f84, this = DecorView@92244bb[RingplanAddMemberActivity] I/m.ringplan.app: NativeAlloc concurrent copying GC freed 14980(1049KB) AllocSpace objects, 4(144KB) LOS objects, 34% free, 11MB/17MB, paused 236us total 122.710ms D/Surface: Surface::disconnect(this=0x7b73b1d000,api=1) V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@4518b8a, this = DecorView@3244b39[RingplanNewConferenceActivity] I/m.ringplan.app: Compiler allocated 5171KB to compile void android.view.ViewRootImpl.performTraversals() E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og I/System.out: [socket]:check permission begin! D/SignInHelper: onTaskCompleted() called with: result = [com.microsoft.identity.client.MultiTenantAccount@888f104] I/System.out: [socket]:check permission begin! D/socket: onAuthenticated D/socket: onAuthenticated I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 3, contentType = 4, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b30b67400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 3, content = 4, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b30b67400, Create AudioTrackThread, tid = 25841 I/AudioTrack: createTrack_l(6684769): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1550): 0x7b30b67400, mCblk = 0x7affe42000, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1550): 0x7b30b67400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#1 ---------------- D/AAudio: AAudioStream_requestStart(s#1) called -------------- D/AudioTrack: start(1550): 0x7b30b67400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 D/AAudio: AAudioStream_requestStart(s#1) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 D/AAudio: AAudioStream_close(s#1) called --------------- D/AudioTrack: ~AudioTrack(1550): 0x7b30b67400 D/AudioTrack: stop(1550): 0x7b30b67400, prior state:STATE_ACTIVE D/AudioTrack: stop(1550): called with 48128 frames delivered D/AudioTrack: stop(1550): 0x7b30b67400 stop done D/AAudio: AAudioStream_close(s#1) returned 0 --------- I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 3, contentType = 4, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b5ae49000, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 3, content = 4, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b5ae49000, Create AudioTrackThread, tid = 25848 I/AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1551): 0x7b5ae49000, mCblk = 0x7b00f400e0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1551): 0x7b5ae49000, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#2 ---------------- D/AAudio: AAudioStream_requestStart(s#2) called -------------- D/AudioTrack: start(1551): 0x7b5ae49000, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#2) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 I/System.out: [socket]:check permission begin! I/System.out: [socket]:check permission begin! D/AAudio: AAudioStream_close(s#2) called --------------- D/AudioTrack: ~AudioTrack(1551): 0x7b5ae49000 D/AudioTrack: stop(1551): 0x7b5ae49000, prior state:STATE_ACTIVE D/AudioTrack: stop(1551): called with 48384 frames delivered D/AudioTrack: stop(1551): 0x7b5ae49000 stop done D/AAudio: AAudioStream_close(s#2) returned 0 --------- D/Volley: [3600] NetworkUtility.logSlowRequests: HTTP response for request=<[ ] https://ssp-backend.ringplan.com/voicemail/messages?page=1&per_page=100 0x2d9ebc23 NORMAL 1> [lifetime=6644], [size=45592], [rc=200], [retryCount=0]

I/m.ringplan.app: Background concurrent copying GC freed 40456(1659KB) AllocSpace objects, 12(3532KB) LOS objects, 33% free, 11MB/17MB, paused 1.075ms total 256.226ms V/FA: Recording user engagement, ms: 6437 V/FA: Connecting to remote service V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@4518b8a, this = DecorView@3244b39[RingplanNewConferenceActivity] V/FA: Connection attempt already in progress V/FA: Activity paused, time: 267285737 V/FA: Activity resumed, time: 267285786 V/FA: Connection attempt already in progress V/FA: Connection attempt already in progress D/Surface: Surface::connect(this=0x7b30a5a000,api=1) D/Surface: Surface::setBufferCount(this=0x7b30a5a000,bufferCount=3) D/Surface: Surface::allocateBuffers(this=0x7b30a5a000) D/FA: Connected to remote service V/FA: Processing queued up service tasks: 4 D/Volley: [3635] NetworkUtility.logSlowRequests: HTTP response for request=<[ ] https://ssp-backend.ringplan.com/company/directory/contacts 0x2d9ebc23 NORMAL 1> [lifetime=7808], [size=618446], [rc=200], [retryCount=0]

I/System.out: [socket]:check permission begin! E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@c48f84, this = DecorView@92244bb[RingplanAddMemberActivity] D/Surface: Surface::disconnect(this=0x7b750aa000,api=1) D/View: [Warning] assignParent to null: this = DecorView@92244bb[RingplanAddMemberActivity] I/InputTransport: Destroy ARC handle: 0x7b74012cc0 D/socket: onAuthenticated W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@cd62344 D/libMEOW: applied 1 plugins for [com.ringplan.apps]: D/libMEOW: plugin 1: [libMEOW_gift.so]: V/FA: onActivityCreated D/url-->: https://ssp-backend.ringplan.com/voicemail/messages?page=1&per_page=100 D/url-->: https://ssp-backend.ringplan.com/company/directory/contacts V/FA: Recording user engagement, ms: 1009 W/LocalMSALController:getDeviceMode: [2022-07-04 10:43:36 - {"thread_id":"3531","correlation_id":"51add39c-7045-49d6-ae65-f590ffd8c67e","x-client-Ver":"1.5.9","x-client-SKU":"MSAL.Android"}] LocalMSALController is not eligible to use the broker. Do not check sharedDevice mode and return false immediately. Android 29 I/System.out: [okhttp]:check permission begin! I/System.out: [okhttp]:not MMS! I/System.out: [okhttp]:not Email! I/System.out: [okhttp]:check permission begin! I/System.out: [okhttp]:not MMS! I/System.out: [okhttp]:not Email! I/System.out: [OkHttp] sendRequest>> I/System.out: [OkHttp] sendRequest>> I/System.out: [OkHttp] sendRequest<< I/System.out: [OkHttp] sendRequest<< V/FA: Activity paused, time: 267286797 V/FA: Activity resumed, time: 267287205 V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@b4ade11[] D/ViewRootImpl[RingplanAddMemberActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false I/InputTransport: Create ARC handle: 0x7b74012b60 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@a74902, this = DecorView@b4ade11[RingplanAddMemberActivity] W/Telemetry: [2022-07-04 10:43:36 - {"thread_id":"2","correlation_id":"UNSET"}] Telemetry is disabled because the Telemetry context or configuration is null Android 29 D/SignInHelper: onCreated() called with: application = com.microsoft.identity.client.MultipleAccountPublicClientApplication@ce23e49 V/FA: Screen exposed for less than 1000 ms. Event not sent. time: 83 V/FA: Activity paused, time: 267287290 D/Surface: Surface::connect(this=0x7b30b30000,api=1) D/Surface: Surface::setBufferCount(this=0x7b30b30000,bufferCount=3) D/Surface: Surface::allocateBuffers(this=0x7b30b30000) V/FA: Activity resumed, time: 267287695 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@a74902, this = DecorView@b4ade11[RingplanAddMemberActivity] I/m.ringplan.app: Background concurrent copying GC freed 63105(4317KB) AllocSpace objects, 15(1744KB) LOS objects, 33% free, 11MB/17MB, paused 241us total 133.590ms E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og D/SignInHelper: onTaskCompleted() called with: result = [com.microsoft.identity.client.MultiTenantAccount@51d4a46] I/System.out: [socket]:check permission begin! D/Surface: Surface::disconnect(this=0x7b30a5a000,api=1) V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@4518b8a, this = DecorView@3244b39[RingplanNewConferenceActivity] D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og I/System.out: [socket]:check permission begin! I/System.out: [socket]:check permission begin! E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 3, contentType = 4, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b81d29400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 3, content = 4, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b81d29400, Create AudioTrackThread, tid = 25915 I/AudioTrack: createTrack_l(123): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1552): 0x7b81d29400, mCblk = 0x7ae7c30000, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1552): 0x7b81d29400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#3 ---------------- D/AAudio: AAudioStream_requestStart(s#3) called -------------- D/AudioTrack: start(1552): 0x7b81d29400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 D/AAudio: AAudioStream_requestStart(s#3) returned 0 --------- D/socket: onAuthenticated D/socket: onAuthenticated I/System.out: [socket]:check permission begin! V/FA: Recording user engagement, ms: 2331 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@4518b8a, this = DecorView@3244b39[RingplanNewConferenceActivity] V/FA: Activity paused, time: 267290028 V/FA: Activity resumed, time: 267290067 D/Surface: Surface::connect(this=0x7b30d53000,api=1) D/Surface: Surface::setBufferCount(this=0x7b30d53000,bufferCount=3) D/Surface: Surface::allocateBuffers(this=0x7b30d53000) I/System.out: [socket]:check permission begin! D/AAudio: AAudioStream_close(s#3) called --------------- D/AudioTrack: ~AudioTrack(1552): 0x7b81d29400 D/AudioTrack: stop(1552): 0x7b81d29400, prior state:STATE_ACTIVE D/AudioTrack: stop(1552): called with 96256 frames delivered D/AudioTrack: stop(1552): 0x7b81d29400 stop done D/AAudio: AAudioStream_close(s#3) returned 0 --------- D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og I/System.out: [socket]:check permission begin! E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@a74902, this = DecorView@b4ade11[RingplanAddMemberActivity] I/m.ringplan.app: NativeAlloc concurrent copying GC freed 51224(2918KB) AllocSpace objects, 2(104KB) LOS objects, 33% free, 11MB/17MB, paused 227us total 131.488ms D/Surface: Surface::disconnect(this=0x7b30b30000,api=1) D/View: [Warning] assignParent to null: this = DecorView@b4ade11[RingplanAddMemberActivity] I/InputTransport: Destroy ARC handle: 0x7b74012b60 D/socket: onAuthenticated D/AudioManager: [Audio Manager] Mode: MODE_IN_COMMUNICATION W/AudioManager: Use of stream types is deprecated for operations other than volume control W/AudioManager: See the documentation of requestAudioFocus() for what to use instead with android.media.AudioAttributes to qualify your playback use case D/AudioManager: [Audio Manager] Audio focus requested: Granted E/linphoneHelper: liblinphone::Unable to add device to participant with address "6005" sip:6005@s01.zraytechnoloDoobh.ringplan.com to conference IdentityAddress(sip:6004@122.161.53.139;conf-id=yXM0X;pn-param=zraytechnoloDoobh;pn-prid=ct43w2VjQqmpqGkRu9-HFi:APA91bFbv05-1gkTBcvTV5BQ73wJ2G6lsr9Pmc7g3RMqsrm_GB8y47yVeIjzxZF0EyBsApcxfrd31REwFr2kA7_SRLjueQCXhYaRRKPOlgHE6WzrtMi4U5lD8bxdRIoX5iqkc9NC_ZH5;pn-provider=zray;transport=tls) I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = INPUT I/AudioStreamBuilder: device = 11, sessionId = 0, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 7, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/AudioStreamBuilder: build() MMAP not available because sessionId used. D/: PlayerBase::PlayerBase() D/AudioRecord: set(): 0x7b7417b600, inputSource 0, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x1, opPackageName uid -1, pid -1 D/AudioRecord: openRecord_l: 0x7b7417b600, mCblk = 0x7addc30000 W/AudioStreamRecord: open() flags changed from 0x00000001 to 0x00000000 W/AudioStreamRecord: open() perfMode changed from 12 to 10 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#4 ---------------- D/AAudio: AAudioStream_requestStart(s#4) called -------------- D/AudioRecord: start(1556): 0x7b7417b600, sync event 0 trigger session 0 D/AudioRecord: start(1556): return status 0 D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#4) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 E/AudioEffects-JNI: AudioEffect initCheck failed -3 E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. W/AcousticEchoCanceler: not enough memory E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b73e92400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 2, content = 1, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b73e92400, Create AudioTrackThread, tid = 25948 I/AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1558): 0x7b73e92400, mCblk = 0x7addc320e0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1558): 0x7b73e92400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#5 ---------------- D/AAudio: AAudioStream_requestStart(s#5) called -------------- D/AudioTrack: start(1558): 0x7b73e92400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#5) returned 0 --------- D/Volley: [3663] NetworkUtility.logSlowRequests: HTTP response for request=<[ ] https://ssp-backend.ringplan.com/voicemail/messages?page=1&per_page=100 0x2d9ebc23 NORMAL 1> [lifetime=4694], [size=45592], [rc=200], [retryCount=0] D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 D/AAudio: AAudioStream_requestStop(s#4) called D/AudioRecord: stop(1556): 0x7b7417b600, mActive:1 D/AudioRecord: stop(1556) done D/: PlayerBase::stop() from IPlayer D/AAudio: AAudioStream_close(s#4) called --------------- D/AudioRecord: ~AudioRecord(1556): mStatus 0 D/AudioRecord: stop(1556): 0x7b7417b600, mActive:0 D/: PlayerBase::~PlayerBase() D/AAudio: AAudioStream_close(s#4) returned 0 --------- D/AAudio: AAudioStream_close(s#5) called --------------- D/AudioTrack: ~AudioTrack(1558): 0x7b73e92400 D/AudioTrack: stop(1558): 0x7b73e92400, prior state:STATE_ACTIVE D/AudioTrack: stop(1558): called with 6656 frames delivered D/AudioTrack: stop(1558): 0x7b73e92400 stop done D/AAudio: AAudioStream_close(s#5) returned 0 --------- I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = INPUT I/AudioStreamBuilder: device = 11, sessionId = 0, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 7, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/AudioStreamBuilder: build() MMAP not available because sessionId used. D/: PlayerBase::PlayerBase() D/AudioRecord: set(): 0x7b7417b600, inputSource 0, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x1, opPackageName uid -1, pid -1 D/AudioRecord: openRecord_l: 0x7b7417b600, mCblk = 0x7addc30000 W/AudioStreamRecord: open() flags changed from 0x00000001 to 0x00000000 W/AudioStreamRecord: open() perfMode changed from 12 to 10 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#6 ---------------- D/AAudio: AAudioStream_requestStart(s#6) called -------------- D/AudioRecord: start(1562): 0x7b7417b600, sync event 0 trigger session 0 D/AudioRecord: start(1562): return status 0 D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#6) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 E/AudioEffects-JNI: AudioEffect initCheck failed -3 E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. W/AcousticEchoCanceler: not enough memory E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b73e92400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 2, content = 1, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b73e92400, Create AudioTrackThread, tid = 25960 I/AudioTrack: createTrack_l(1558): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1564): 0x7b73e92400, mCblk = 0x7addc331c0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1564): 0x7b73e92400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#7 ---------------- D/AAudio: AAudioStream_requestStart(s#7) called -------------- D/AudioTrack: start(1564): 0x7b73e92400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#7) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 W/AudioManager: [Audio Manager] already in MODE_IN_COMMUNICATION, skipping... E/linphoneHelper: liblinphone::Cannot set the conference address of the Conference in state Created E/linphoneHelper: liblinphone::Unable to add device to participant with address "1234" sip:1234@s01.zraytechnoloDoobh.ringplan.com to conference IdentityAddress(sip:6004@122.161.53.139;conf-id=yXM0X;pn-param=zraytechnoloDoobh;pn-prid=ct43w2VjQqmpqGkRu9-HFi:APA91bFbv05-1gkTBcvTV5BQ73wJ2G6lsr9Pmc7g3RMqsrm_GB8y47yVeIjzxZF0EyBsApcxfrd31REwFr2kA7_SRLjueQCXhYaRRKPOlgHE6WzrtMi4U5lD8bxdRIoX5iqkc9NC_ZH5;pn-provider=zray;transport=tls) I/Choreographer: Skipped 35 frames! The application may be doing too much work on its main thread. V/FA: Recording user engagement, ms: 1958

E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@71691be D/libMEOW: applied 1 plugins for [com.ringplan.apps]: D/libMEOW: plugin 1: [libMEOW_gift.so]: I/System.out: [socket]:check permission begin! V/FA: Activity paused, time: 267292027 V/FA: onActivityCreated V/FA: Activity resumed, time: 267292426 V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@3fbbeda[] D/ViewRootImpl[RingplanCallOutgoingActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false I/InputTransport: Create ARC handle: 0x7bcd8a78e0 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@29acb3d, this = DecorView@3fbbeda[RingplanCallOutgoingActivity] I/Choreographer: Skipped 30 frames! The application may be doing too much work on its main thread. D/Surface: Surface::connect(this=0x7b74366000,api=1) D/Surface: Surface::setBufferCount(this=0x7b74366000,bufferCount=3) D/Surface: Surface::allocateBuffers(this=0x7b74366000) W/AudioManager: [Audio Manager] already in MODE_IN_COMMUNICATION, skipping... E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) D/Volley: [3668] NetworkUtility.logSlowRequests: HTTP response for request=<[ ] https://ssp-backend.ringplan.com/company/directory/contacts 0x2d9ebc23 NORMAL 1> [lifetime=6113], [size=618446], [rc=200], [retryCount=0] D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@4518b8a, this = DecorView@3244b39[RingplanNewConferenceActivity] I/System.out: [socket]:check permission begin! D/Surface: Surface::disconnect(this=0x7b30d53000,api=1) D/View: [Warning] assignParent to null: this = DecorView@3244b39[RingplanNewConferenceActivity] I/InputTransport: Destroy ARC handle: 0x7bcdb7c520 I/m.ringplan.app: Background young concurrent copying GC freed 66879(3604KB) AllocSpace objects, 22(1596KB) LOS objects, 15% free, 14MB/17MB, paused 427us total 145.225ms

D/socket: onAuthenticated D/: PlayerBase::~PlayerBase() D/: PlayerBase::~PlayerBase() D/: PlayerBase::~PlayerBase() D/: PlayerBase::~PlayerBase() D/: PlayerBase::setVolume() from IPlayer D/AAudioStream: setDuckAndMuteVolume() to 0.000000 D/AudioTrack: setVolume(1564): 0x7b73e92400, left = 0.000000, right = 0.000000 W/AudioManager: [Audio Manager] already in MODE_IN_COMMUNICATION, skipping... E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method D/AAudio: AAudioStream_requestStop(s#6) called D/AudioRecord: stop(1562): 0x7b7417b600, mActive:1 D/AudioRecord: stop(1562) done D/: PlayerBase::stop() from IPlayer D/AAudio: AAudioStream_close(s#6) called --------------- D/AudioRecord: ~AudioRecord(1562): mStatus 0 D/AudioRecord: stop(1562): 0x7b7417b600, mActive:0 D/: PlayerBase::~PlayerBase() D/AAudio: AAudioStream_close(s#6) returned 0 --------- D/AAudio: AAudioStream_close(s#7) called --------------- D/AudioTrack: ~AudioTrack(1564): 0x7b73e92400 D/AudioTrack: stop(1564): 0x7b73e92400, prior state:STATE_ACTIVE D/AudioTrack: stop(1564): called with 232448 frames delivered D/AudioTrack: stop(1564): 0x7b73e92400 stop done D/AAudio: AAudioStream_close(s#7) returned 0 --------- I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = INPUT I/AudioStreamBuilder: device = 11, sessionId = 0, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 7, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/AudioStreamBuilder: build() MMAP not available because sessionId used. D/: PlayerBase::PlayerBase() D/AudioRecord: set(): 0x7b7417b600, inputSource 0, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x1, opPackageName uid -1, pid -1 D/AudioRecord: openRecord_l: 0x7b7417b600, mCblk = 0x7addc30000 W/AudioStreamRecord: open() flags changed from 0x00000001 to 0x00000000 W/AudioStreamRecord: open() perfMode changed from 12 to 10 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#8 ---------------- D/AAudio: AAudioStream_requestStart(s#8) called -------------- D/AudioRecord: start(1569): 0x7b7417b600, sync event 0 trigger session 0 D/AudioRecord: start(1569): return status 0 D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#8) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 E/AudioEffects-JNI: AudioEffect initCheck failed -3 E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. W/AcousticEchoCanceler: not enough memory E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b73e92400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 2, content = 1, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b73e92400, Create AudioTrackThread, tid = 26025 I/AudioTrack: createTrack_l(1564): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1571): 0x7b73e92400, mCblk = 0x7addc320e0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1571): 0x7b73e92400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#9 ---------------- D/AAudio: AAudioStream_requestStart(s#9) called -------------- D/AudioTrack: start(1571): 0x7b73e92400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#9) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 D/AudioManager: [Audio Manager] Mode: MODE_IN_COMMUNICATION V/FA: Recording user engagement, ms: 4800 W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@3b8ebf0 D/libMEOW: applied 1 plugins for [com.ringplan.apps]: D/libMEOW: plugin 1: [libMEOW_gift.so]: V/FA: onActivityCreated V/FA: Activity paused, time: 267297228 W/m.ringplan.app: Accessing hidden field Landroid/widget/CompoundButton;->mOnCheckedChangeListener:Landroid/widget/CompoundButton$OnCheckedChangeListener; (greylist, reflection, allowed) V/FA: Activity resumed, time: 267297837 E/linphoneHelper: RingPlan::======= Resume ========== E/linphoneHelper: RingPlan::======= micEnabled true E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false E/linphoneHelper: RingPlan::=======isBluetoothAvailable false E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true D/ConferenceLog: Update Conference Log I/System.out: [socket]:check permission begin! E/NewQuality: UNKNOWN V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@7132767[] D/ViewRootImpl[RingplanCallActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false I/InputTransport: Create ARC handle: 0x7bcd8a7320 V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@516f280, this = DecorView@7132767[RingplanCallActivity] E/linphoneHelper: RingPlan::======= onCallStateChanged ========== E/linphoneHelper: RingPlan::======= micEnabled true E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false E/linphoneHelper: RingPlan::=======isBluetoothAvailable false E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true D/ConferenceLog: Update Conference Log E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method D/AAudio: AAudioStream_requestStop(s#8) called D/AudioRecord: stop(1569): 0x7b7417b600, mActive:1 D/AudioRecord: stop(1569) done D/: PlayerBase::stop() from IPlayer D/AAudio: AAudioStream_close(s#8) called --------------- D/AudioRecord: ~AudioRecord(1569): mStatus 0 D/AudioRecord: stop(1569): 0x7b7417b600, mActive:0 D/: PlayerBase::~PlayerBase() D/AAudio: AAudioStream_close(s#8) returned 0 --------- D/AAudio: AAudioStream_close(s#9) called --------------- D/AudioTrack: ~AudioTrack(1571): 0x7b73e92400 D/AudioTrack: stop(1571): 0x7b73e92400, prior state:STATE_ACTIVE D/AudioTrack: stop(1571): called with 57856 frames delivered D/AudioTrack: stop(1571): 0x7b73e92400 stop done D/AAudio: AAudioStream_close(s#9) returned 0 --------- I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = INPUT I/AudioStreamBuilder: device = 11, sessionId = 0, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 7, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/AudioStreamBuilder: build() MMAP not available because sessionId used. D/: PlayerBase::PlayerBase() D/AudioRecord: set(): 0x7b7417b600, inputSource 0, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x1, opPackageName uid -1, pid -1 D/AudioRecord: openRecord_l: 0x7b7417b600, mCblk = 0x7addc30000 W/AudioStreamRecord: open() flags changed from 0x00000001 to 0x00000000 W/AudioStreamRecord: open() perfMode changed from 12 to 10 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#10 ---------------- D/AAudio: AAudioStream_requestStart(s#10) called -------------- D/AudioRecord: start(1576): 0x7b7417b600, sync event 0 trigger session 0 D/AudioRecord: start(1576): return status 0 D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#10) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 E/AudioEffects-JNI: AudioEffect initCheck failed -3 E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. W/AcousticEchoCanceler: not enough memory E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b73e92400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 2, content = 1, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b73e92400, Create AudioTrackThread, tid = 26060 I/m.ringplan.app: Background concurrent copying GC freed 37674(1821KB) AllocSpace objects, 16(3416KB) LOS objects, 32% free, 12MB/18MB, paused 193us total 161.810ms I/AudioTrack: createTrack_l(1571): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1578): 0x7b73e92400, mCblk = 0x7addc320e0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1578): 0x7b73e92400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#11 ---------------- D/AAudio: AAudioStream_requestStart(s#11) called -------------- D/AudioTrack: start(1578): 0x7b73e92400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#11) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 W/AudioManager: [Audio Manager] already in MODE_IN_COMMUNICATION, skipping... E/linphoneHelper: RingPlan::======= onCallStateChanged ========== E/linphoneHelper: RingPlan::======= micEnabled true E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false E/linphoneHelper: RingPlan::=======isBluetoothAvailable false E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true D/ConferenceLog: Update Conference Log E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. D/Surface: Surface::connect(this=0x7bcd896000,api=1) D/Surface: Surface::setBufferCount(this=0x7bcd896000,bufferCount=3) D/Surface: Surface::allocateBuffers(this=0x7bcd896000) D/BandwidthSampler: server: nginx D/BandwidthSampler: date: Mon, 04 Jul 2022 10:43:41 GMT D/BandwidthSampler: content-type: image/png D/BandwidthSampler: content-length: 166172 D/BandwidthSampler: last-modified: Fri, 24 Jul 2020 15:44:09 GMT D/BandwidthSampler: expires: Thu, 31 Dec 2037 23:55:55 GMT D/BandwidthSampler: cache-control: max-age=315360000 D/BandwidthSampler: cache-control: public D/BandwidthSampler: access-control-allow-origin: * D/BandwidthSampler: access-control-allow-methods: GET, OPTIONS D/BandwidthSampler: accept-ranges: bytes I/OpenGLRenderer: Davey! duration=895ms; Flags=1, IntendedVsync=78857190800536, Vsync=78857557467210, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78857559333238, AnimationStart=78857559583699, PerformTraversalsStart=78857559851546, DrawStart=78857991077084, SyncQueued=78858021282238, SyncStart=78858025276776, IssueDrawCommandsStart=78858026295007, SwapBuffers=78858088136546, FrameCompleted=78858089900699, DequeueBufferDuration=0, QueueBufferDuration=1077000, I/OpenGLRenderer: Davey! duration=905ms; Flags=1, IntendedVsync=78857190800536, Vsync=78857557467210, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78857559333238, AnimationStart=78857559583699, PerformTraversalsStart=78857559851546, DrawStart=78858091956315, SyncQueued=78858092670699, SyncStart=78858093466623, IssueDrawCommandsStart=78858093624853, SwapBuffers=78858095222161, FrameCompleted=78858096940315, DequeueBufferDuration=0, QueueBufferDuration=627000, E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) V/FA: Recording user engagement, ms: 1185 E/linphoneHelper: RingPlan::======= Resume ========== E/linphoneHelper: RingPlan::======= micEnabled true E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false E/linphoneHelper: RingPlan::=======isBluetoothAvailable false E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true D/ConferenceLog: Update Conference Log E/NewQuality: UNKNOWN V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@516f280, this = DecorView@7132767[RingplanCallActivity] I/Choreographer: Skipped 50 frames! The application may be doing too much work on its main thread. D/BandwidthSampler: Time taken in secs: 1.329 D/BandwidthSampler: kilobyte per sec: 771 D/BandwidthSampler: Download Speed: 140.23175319789314 D/BandwidthSampler: File size: 186368 V/FA: Activity paused, time: 267299024 V/FA: Activity resumed, time: 267299039 I/OpenGLRenderer: Davey! duration=952ms; Flags=0, IntendedVsync=78857575816416, Vsync=78858409149766, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=78858414058238, AnimationStart=78858414305623, PerformTraversalsStart=78858415603546, DrawStart=78858510859392, SyncQueued=78858520569469, SyncStart=78858524968007, IssueDrawCommandsStart=78858525601469, SwapBuffers=78858529698853, FrameCompleted=78858532451776, DequeueBufferDuration=0, QueueBufferDuration=1979000, D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og I/System.out: [socket]:check permission begin! D/Surface: Surface::disconnect(this=0x7b74366000,api=1) I/m.ringplan.app: NativeAlloc concurrent copying GC freed 38287(3056KB) AllocSpace objects, 10(668KB) LOS objects, 31% free, 12MB/18MB, paused 342us total 173.791ms V/PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = android.view.ViewRootImpl@29acb3d, this = DecorView@3fbbeda[RingplanCallOutgoingActivity] D/View: [Warning] assignParent to null: this = DecorView@3fbbeda[RingplanCallOutgoingActivity] I/InputTransport: Destroy ARC handle: 0x7bcd8a78e0 D/SignInHelper: onSuccess: D/AccessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6ImVHeXkwR1Z0YXZHeFVnX3FMbUdqXzgyODNDWEoyWTdnLW1CdVFSZlNjV0EifQ.eyJpc3MiOiJodHRwczovL3JpbmdwbGFuLmIyY2xvZ2luLmNvbS9kZDgzOTc4OS0xYzExLTQ4YWYtYTQxMy1lZTVhOGRjM2I5MTkvdjIuMC8iLCJleHAiOjE2NTY5MzQ1NzgsIm5iZiI6MTY1NjkzMDk3OCwiYXVkIjoiNzM2YzM3ZDMtY2ExYy00NjViLThiMzYtNWVkZDA0ZDEyOWYzIiwic3ViIjoiZjZkNzE1ZGMtZDRlZi00MzU0LTkxN2EtMzI4NjA5MmEzMWY0IiwiZ2l2ZW5fbmFtZSI6IkhlbGxvIiwiZmFtaWx5X25hbWUiOiJTdGFydHhsYWJzIiwiZXh0ZW5zaW9uX2NvbXBhbnkiOiJTdGFydHhsYWJzIiwiZW1haWxzIjpbImhlbGxvQHN0YXJ0eGxhYnMuY29tIl0sInRpZCI6ImRkODM5Nzg5LTFjMTEtNDhhZi1hNDEzLWVlNWE4ZGMzYjkxOSIsInNjcCI6InVzZXJfaW1wZXJzb25hdGlvbiIsImF6cCI6IjczNmMzN2QzLWNhMWMtNDY1Yi04YjM2LTVlZGQwNGQxMjlmMyIsInZlciI6IjEuMCIsImlhdCI6MTY1NjkzMDk3OH0.ZanQwCPCPOspigWXRy65d1FETjJ1m3GyS-_MJgSswki4d97cDTKKH2n1Ic_drKC8UylxMIgbBp2kmfVcL3l0W22Pnsper9_h4XPUy3bbtyjIX-ZoJbmxkDMNU15ZFbkbkZ7PWmrHjIUOQXKAhidvfpNTZTgYO1gBcwkUlfgcHRJUwuSqg-0rbe9mbf-BjexV1VyOBMhi3C0PCduXAlBOB509GbCffAtygnaaZ5OaUAtpjx1ijDZEBgODsP_8OkyD1LseQE_bDxgW4hEkKAv2lWRG0o2KJC0ScbhAq0Aw7YhxTeYTDuz7y5I30DcTb8cgch7MRhuz3m0HcTxf7em9og I/System.out: [socket]:check permission begin! D/socket: onAuthenticated D/socket: onAuthenticated E/Voicemail: messages-waiting: yes voice-message: 34/4 (0/0) E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. I/System.out: [socket]:check permission begin! E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. I/chatty: uid=10297(com.ringplan.apps) identical 2 lines E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. I/System.out: [socket]:check permission begin! E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. D/BandwidthSampler: server: nginx D/BandwidthSampler: date: Mon, 04 Jul 2022 10:43:46 GMT D/BandwidthSampler: content-type: image/png D/BandwidthSampler: content-length: 166172 D/BandwidthSampler: last-modified: Fri, 24 Jul 2020 15:44:09 GMT D/BandwidthSampler: expires: Thu, 31 Dec 2037 23:55:55 GMT D/BandwidthSampler: cache-control: max-age=315360000 D/BandwidthSampler: cache-control: public D/BandwidthSampler: access-control-allow-origin: * D/BandwidthSampler: access-control-allow-methods: GET, OPTIONS D/BandwidthSampler: accept-ranges: bytes D/ViewRootImpl[RingplanDashboardActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false I/InputTransport: Create ARC handle: 0x7b48029b40 D/BandwidthSampler: Time taken in secs: 1.244 D/BandwidthSampler: kilobyte per sec: 823 D/BandwidthSampler: Download Speed: 150.63665594855306 D/BandwidthSampler: File size: 187392 E/NewQuality: GOOD V/FA: Inactivity, disconnecting from the service E/linphoneHelper: liblinphone::MS2VideoMixer: cannot find endpoint requested for focus. D/AAudio: AAudioStream_requestStop(s#10) called D/AudioRecord: stop(1576): 0x7b7417b600, mActive:1 D/AudioRecord: stop(1576) done D/: PlayerBase::stop() from IPlayer D/AAudio: AAudioStream_close(s#10) called --------------- D/AudioRecord: ~AudioRecord(1576): mStatus 0 D/AudioRecord: stop(1576): 0x7b7417b600, mActive:0 D/: PlayerBase::~PlayerBase() D/AAudio: AAudioStream_close(s#10) returned 0 --------- D/AAudio: AAudioStream_close(s#11) called --------------- D/AudioTrack: ~AudioTrack(1578): 0x7b73e92400 D/AudioTrack: stop(1578): 0x7b73e92400, prior state:STATE_ACTIVE D/AudioTrack: stop(1578): called with 344064 frames delivered D/AudioTrack: stop(1578): 0x7b73e92400 stop done D/AAudio: AAudioStream_close(s#11) returned 0 --------- I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = INPUT I/AudioStreamBuilder: device = 11, sessionId = 0, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 7, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/AudioStreamBuilder: build() MMAP not available because sessionId used. D/: PlayerBase::PlayerBase() D/AudioRecord: set(): 0x7b7417b600, inputSource 0, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x1, opPackageName uid -1, pid -1 D/AudioRecord: openRecord_l: 0x7b7417b600, mCblk = 0x7addc30000 W/AudioStreamRecord: open() flags changed from 0x00000001 to 0x00000000 W/AudioStreamRecord: open() perfMode changed from 12 to 10 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#12 ---------------- D/AAudio: AAudioStream_requestStart(s#12) called -------------- D/AudioRecord: start(1582): 0x7b7417b600, sync event 0 trigger session 0 D/AudioRecord: start(1582): return status 0 D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#12) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 E/AudioEffects-JNI: AudioEffect initCheck failed -3 E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. W/AcousticEchoCanceler: not enough memory E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b73e92400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 2, content = 1, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b73e92400, Create AudioTrackThread, tid = 26103 I/AudioTrack: createTrack_l(1578): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1584): 0x7b73e92400, mCblk = 0x7addc320e0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1584): 0x7b73e92400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#13 ---------------- D/AAudio: AAudioStream_requestStart(s#13) called -------------- D/AudioTrack: start(1584): 0x7b73e92400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#13) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method D/AAudio: AAudioStream_requestStop(s#12) called D/AudioRecord: stop(1582): 0x7b7417b600, mActive:1 D/AudioRecord: stop(1582) done D/: PlayerBase::stop() from IPlayer D/AAudio: AAudioStream_close(s#12) called --------------- D/AudioRecord: ~AudioRecord(1582): mStatus 0 D/AudioRecord: stop(1582): 0x7b7417b600, mActive:0 D/: PlayerBase::~PlayerBase() D/AAudio: AAudioStream_close(s#12) returned 0 --------- D/AAudio: AAudioStream_close(s#13) called --------------- D/AudioTrack: ~AudioTrack(1584): 0x7b73e92400 D/AudioTrack: stop(1584): 0x7b73e92400, prior state:STATE_ACTIVE D/AudioTrack: stop(1584): called with 7424 frames delivered D/AudioTrack: stop(1584): 0x7b73e92400 stop done D/AAudio: AAudioStream_close(s#13) returned 0 --------- I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = INPUT I/AudioStreamBuilder: device = 11, sessionId = 0, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 7, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/AudioStreamBuilder: build() MMAP not available because sessionId used. D/: PlayerBase::PlayerBase() D/AudioRecord: set(): 0x7b7417b600, inputSource 0, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x1, opPackageName uid -1, pid -1 D/AudioRecord: openRecord_l: 0x7b7417b600, mCblk = 0x7addc30000 W/AudioStreamRecord: open() flags changed from 0x00000001 to 0x00000000 W/AudioStreamRecord: open() perfMode changed from 12 to 10 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#14 ---------------- D/AAudio: AAudioStream_requestStart(s#14) called -------------- D/AudioRecord: start(1588): 0x7b7417b600, sync event 0 trigger session 0 D/AudioRecord: start(1588): return status 0 D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#14) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 E/AudioEffects-JNI: AudioEffect initCheck failed -3 E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. W/AcousticEchoCanceler: not enough memory E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b73e92400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 2, content = 1, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b73e92400, Create AudioTrackThread, tid = 26113 I/AudioTrack: createTrack_l(1584): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1590): 0x7b73e92400, mCblk = 0x7addc320e0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1590): 0x7b73e92400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#15 ---------------- D/AAudio: AAudioStream_requestStart(s#15) called -------------- D/AudioTrack: start(1590): 0x7b73e92400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#15) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 E/linphoneHelper: mediastreamer::Filter MSG722Enc does not implement the MS_FILTER_GET_NCHANNELS method E/linphoneHelper: mediastreamer::Filter MSG722Dec does not implement the MS_FILTER_GET_NCHANNELS method I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = INPUT I/AudioStreamBuilder: device = 11, sessionId = 0, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 7, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/AudioStreamBuilder: build() MMAP not available because sessionId used. D/: PlayerBase::PlayerBase() D/AudioRecord: set(): 0x7b7417bc00, inputSource 0, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x1, opPackageName uid -1, pid -1 D/AudioRecord: openRecord_l: 0x7b7417bc00, mCblk = 0x7addc331c0 W/AudioStreamRecord: open() flags changed from 0x00000001 to 0x00000000 W/AudioStreamRecord: open() perfMode changed from 12 to 10 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#16 ---------------- D/AAudio: AAudioStream_requestStart(s#16) called -------------- D/AudioRecord: start(1592): 0x7b7417bc00, sync event 0 trigger session 0 D/AudioRecord: start(1592): return status 0 D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#16) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 E/AudioEffects-JNI: AudioEffect initCheck failed -3 E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. W/AcousticEchoCanceler: not enough memory E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b81ede800, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 2, content = 1, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b81ede800, Create AudioTrackThread, tid = 26115 I/AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1593): 0x7b81ede800, mCblk = 0x7addc352a0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1593): 0x7b81ede800, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#17 ---------------- D/AAudio: AAudioStream_requestStart(s#17) called -------------- D/AudioTrack: start(1593): 0x7b81ede800, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#17) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 D/AAudio: AAudioStream_requestStop(s#16) called D/AudioRecord: stop(1592): 0x7b7417bc00, mActive:1 D/AudioRecord: stop(1592) done D/: PlayerBase::stop() from IPlayer D/AAudio: AAudioStream_close(s#16) called --------------- D/AudioRecord: ~AudioRecord(1592): mStatus 0 D/AudioRecord: stop(1592): 0x7b7417bc00, mActive:0 D/: PlayerBase::~PlayerBase() D/AAudio: AAudioStream_close(s#16) returned 0 --------- D/AAudio: AAudioStream_close(s#17) called --------------- D/AudioTrack: ~AudioTrack(1593): 0x7b81ede800 D/AudioTrack: stop(1593): 0x7b81ede800, prior state:STATE_ACTIVE D/AudioTrack: stop(1593): called with 3072 frames delivered D/AudioTrack: stop(1593): 0x7b81ede800 stop done D/AAudio: AAudioStream_close(s#17) returned 0 --------- I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 3, contentType = 4, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b81d60400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 3, content = 4, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b81d60400, Create AudioTrackThread, tid = 26117 I/AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1594): 0x7b81d60400, mCblk = 0x7addc331c0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1594): 0x7b81d60400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#18 ---------------- D/AAudio: AAudioStream_requestStart(s#18) called -------------- D/AudioTrack: start(1594): 0x7b81d60400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#18) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 E/linphoneHelper: RingPlan::======= onCallStateChanged ========== E/linphoneHelper: RingPlan::======= micEnabled true E/linphoneHelper: RingPlan::======= isAudioRoutedToSpeaker false E/linphoneHelper: RingPlan::=======isBluetoothAvailable false E/linphoneHelper: RingPlan::======= mSpeaker.getVisibility() true E/linphoneHelper: RingPlan::======= mAudioRoute.getVisibility() false E/linphoneHelper: RingPlan::=======** mAudioManager.isAudioRoutedToEarpiece() true D/ConferenceLog: Update Conference Log D/AAudio: AAudioStream_requestStop(s#14) called D/AudioRecord: stop(1588): 0x7b7417b600, mActive:1 D/AudioRecord: stop(1588) done D/: PlayerBase::stop() from IPlayer D/AAudio: AAudioStream_close(s#14) called --------------- D/AudioRecord: ~AudioRecord(1588): mStatus 0 D/AudioRecord: stop(1588): 0x7b7417b600, mActive:0 D/: PlayerBase::~PlayerBase() D/AAudio: AAudioStream_close(s#14) returned 0 --------- D/AAudio: AAudioStream_close(s#15) called --------------- D/AudioTrack: ~AudioTrack(1590): 0x7b73e92400 D/AudioTrack: stop(1590): 0x7b73e92400, prior state:STATE_ACTIVE D/AudioTrack: stop(1590): called with 21248 frames delivered D/AudioTrack: stop(1590): 0x7b73e92400 stop done D/AAudio: AAudioStream_close(s#15) returned 0 --------- I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = INPUT I/AudioStreamBuilder: device = 11, sessionId = 0, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 2, contentType = 1, inputPreset = 7, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/AudioStreamBuilder: build() MMAP not available because sessionId used. D/: PlayerBase::PlayerBase() D/AudioRecord: set(): 0x7b7417b600, inputSource 0, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x1, opPackageName uid -1, pid -1 D/AudioRecord: openRecord_l: 0x7b7417b600, mCblk = 0x7addc30000 W/AudioStreamRecord: open() flags changed from 0x00000001 to 0x00000000 W/AudioStreamRecord: open() perfMode changed from 12 to 10 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#19 ---------------- D/AAudio: AAudioStream_requestStart(s#19) called -------------- D/AudioRecord: start(1598): 0x7b7417b600, sync event 0 trigger session 0 D/AudioRecord: start(1598): return status 0 D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#19) returned 0 --------- D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 D/AudioStreamLegacy: onAudioDeviceUpdate() devId 11 => 11 E/AudioEffect: set(): AudioFlinger could not create effect 7b491460-8d4d-11e0-bd61-0002a5d5c51b / ec7178ec-e5e1-4432-a3f4-4657e6795210, status: -19 E/AudioEffects-JNI: AudioEffect initCheck failed -3 E/AudioEffect-JAVA: Error code -3 when initializing AudioEffect. W/AcousticEchoCanceler: not enough memory E/linphoneHelper: mediastreamer::[HAEC] Failed to create AcousticEchoCanceler ! I/AAudio: AAudioStreamBuilder_openStream() called ---------------------------------------- I/AudioStreamBuilder: rate = 48000, channels = 1, format = 1, sharing = EX, dir = OUTPUT I/AudioStreamBuilder: device = 2, sessionId = -1, perfMode = 12, callback: ON with frames = 0 I/AudioStreamBuilder: usage = 3, contentType = 4, inputPreset = 0, allowedCapturePolicy = 0 D/AudioStreamBuilder: build() EXCLUSIVE sharing mode not supported. Use SHARED. D/: PlayerBase::PlayerBase() D/AudioStreamTrack: open(), request notificationFrames = -8, frameCount = 0 D/AudioTrack: set(): 0x7b73e92400, streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 0, flags #104, notificationFrames -8, sessionId 0, transferType 1, uid -1, pid -1 D/AudioTrack: set(): Building AudioTrack with attributes: usage = 3, content = 4, flags = 0x0, tags = [] D/AudioTrack: set(): 0x7b73e92400, Create AudioTrackThread, tid = 26128 I/AudioTrack: createTrack_l(1590): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 2048 D/AudioTrack: createTrack_l(1600): 0x7b73e92400, mCblk = 0x7addc320e0, mLatency = 94, mAfLatency = 52, frameCount = 2048, mSampleRate = 48000, mFlags = 0x4, mReqFrameCount = 2048, mNotificationFramesAct = 256 D/AudioTrack: setVolume(1600): 0x7b73e92400, left = 1.000000, right = 1.000000 W/AudioStreamTrack: open() flags changed from 0x00000104 to 0x00000004 I/AAudio: AAudioStreamBuilder_openStream() returns 0 = AAUDIO_OK for s#20 ---------------- D/AAudio: AAudioStream_requestStart(s#20) called -------------- D/AudioTrack: start(1600): 0x7b73e92400, prior state:STATE_STOPPED D/: PlayerBase::start() from IPlayer D/AAudio: AAudioStream_requestStart(s#20) returned 0 --------- D/AAudio: AAudioStream_requestStop(s#19) called D/AudioRecord: stop(1598): 0x7b7417b600, mActive:1 D/AudioStreamLegacy: onAudioDeviceUpdate() devId 2 => 2 I/System.out: [socket]:check permission begin! D/AudioRecord: stop(1598) done D/: PlayerBase::stop() from IPlayer D/AAudio: AAudioStream_close(s#19) called --------------- D/AudioRecord: ~AudioRecord(1598): mStatus 0 D/AudioRecord: stop(1598): 0x7b7417b600, mActive:0 D/: PlayerBase::~PlayerBase() D/AAudio: AAudioStream_close(s#19) returned 0 --------- D/AAudio: AAudioStream_close(s#20) called --------------- D/AudioTrack: ~AudioTrack(1600): 0x7b73e92400 D/AudioTrack: stop(1600): 0x7b73e92400, prior state:STATE_ACTIVE D/AudioTrack: stop(1600): called with 6912 frames delivered D/AudioTrack: stop(1600): 0x7b73e92400 stop done D/AAudio: AAudioStream_close(s#20) returned 0 --------- D/apitrace: apitrace: warning: caught signal 11 D/apitrace: call flush from exceptionCallback A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x50 in tid 25493 (m.ringplan.apps), pid 25493 (m.ringplan.apps) D/BandwidthSampler: server: nginx D/BandwidthSampler: date: Mon, 04 Jul 2022 10:43:50 GMT D/BandwidthSampler: content-type: image/png D/BandwidthSampler: content-length: 166172 D/BandwidthSampler: last-modified: Fri, 24 Jul 2020 15:44:09 GMT D/BandwidthSampler: expires: Thu, 31 Dec 2037 23:55:55 GMT D/BandwidthSampler: cache-control: max-age=315360000 D/BandwidthSampler: cache-control: public D/BandwidthSampler: access-control-allow-origin: * D/BandwidthSampler: access-control-allow-methods: GET, OPTIONS D/BandwidthSampler: accept-ranges: bytes I/m.ringplan.app: Background young concurrent copying GC freed 65499(4064KB) AllocSpace objects, 13(1032KB) LOS objects, 28% free, 13MB/18MB, paused 839us total 100.588ms D/BandwidthSampler: Time taken in secs: 1.382 D/BandwidthSampler: kilobyte per sec: 741 D/BandwidthSampler: Download Speed: 134.85383502170768 D/BandwidthSampler: File size: 186368 Disconnected from the target VM, address: 'localhost:57722', transport: 'socket'

Viish commented 2 years ago

Not what I meant. No need to add all adb logcat logs, simply to turn on message level in our Factory: Factory.instance().loggingService.setLogLevel(LogLevel.Message)

AnuraagKotnala commented 2 years ago

@Viish okay, all the lines with 'linphoneHelper' are the messages. Here is the link for the document. Thanks again.

https://drive.google.com/file/d/1FIgLVER59vT8RbbtX5THkCb-0dGM_X9l/view?usp=sharing

Viish commented 2 years ago

Thanks. It seems there is a crash when you leave conference, can you get the stack trace using adb logcat please?

2022-07-04 18:49:04.543 2131-2131/com.ringplan.apps E/linphoneHelper: liblinphone::Linphone core [0x7b76d8ec00] notified [conference_state_changed]
2022-07-04 18:49:04.545 2131-2131/com.ringplan.apps A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x50 in tid 2131 (m.ringplan.apps), pid 2131 (m.ringplan.apps)
AnuraagKotnala commented 2 years ago

@Viish here it is. its a bit long though.. https://drive.google.com/file/d/16NEASA7ZnydGLmMuy7EDMM3y1Zn_8ZCG/view?usp=sharing

Viish commented 2 years ago

I still can't help much, there is no stack trace for some reason:

D/apitrace: apitrace: warning: caught signal 11
D/apitrace: call flush from exceptionCallback
A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x50 in tid 8814 (m.ringplan.apps), pid 8814 (m.ringplan.apps)
E/linphoneHelper: bctbx::[AAudio] xRunCount 1 - Changing buffer size from 512 to 768 frames (maximum capacity 2048 frames)
E/linphoneHelper: bctbx::[AAudio] xRunCount 2 - Changing buffer size from 768 to 1024 frames (maximum capacity 2048 frames)
E/linphoneHelper: bctbx::[AAudio] xRunCount 3 - Changing buffer size from 1024 to 1280 frames (maximum capacity 2048 frames)
E/linphoneHelper: bctbx::[AAudio] xRunCount 4 - Changing buffer size from 1280 to 1536 frames (maximum capacity 2048 frames)
D/BandwidthSampler: Time taken in secs: 1.773
D/BandwidthSampler: kilobyte per sec: 578
D/BandwidthSampler: Download Speed: 104.53694303440497
D/BandwidthSampler: File size: 185344
E/linphoneHelper: ortp::Sending RTCP RR compound message on session [0x7341ced000].
Connected to process 9434 on device 'motorola-moto_e_7__power-ZD222374BF'.
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
AnuraagKotnala commented 2 years ago

@Viish yeah, but I figured it out eventually. Basically, when only 1 participant remains, conference stops, and it converts itself to 1v1 normal call automatically. Thanks again for your effort though.

August1023 commented 1 year ago

@AnuraagKotnala Does the conference object still exist at this time?