Skip to content

Instantly share code, notes, and snippets.

@RyanMorash
Last active August 29, 2015 14:06
Show Gist options
  • Save RyanMorash/ff2146d8a5c7727279f0 to your computer and use it in GitHub Desktop.
Save RyanMorash/ff2146d8a5c7727279f0 to your computer and use it in GitHub Desktop.
logcat from running sinch-rtc-sample-calling on Nexus 5 - KitKat 4.4.4
09-19 17:33:50.134 8599-8599/com.sinch.android.rtc.sample.calling D/Call﹕ onSessionProgressing: SessionDetails [startTime=1411162426, endTime=0, progressTime=1411162430, establishTime=0, terminationCause=NONE, packetsSent=0, packetsReceived=0, error=null]
09-19 17:33:50.134 8599-8599/com.sinch.android.rtc.sample.calling D/CallScreenActivity﹕ Call progressing
09-19 17:33:52.974 8599-9028/com.sinch.android.rtc.sample.calling D/WebRTC AD java﹕ Min play buf size is 1280
09-19 17:33:52.974 8599-9028/com.sinch.android.rtc.sample.calling D/WebRTC AD java﹕ Min rec buf size is 1280
09-19 17:33:52.974 8599-9028/com.sinch.android.rtc.sample.calling D/WebRTC AD java﹕ Start recording
09-19 17:33:52.974 8599-8599/com.sinch.android.rtc.sample.calling D/Call﹕ onSessionEstablished: SessionDetails [startTime=1411162426, endTime=0, progressTime=1411162430, establishTime=1411162433, terminationCause=NONE, packetsSent=0, packetsReceived=0, error=null]
09-19 17:33:52.974 8599-8599/com.sinch.android.rtc.sample.calling D/CallScreenActivity﹕ Call established
09-19 17:33:54.154 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:33:54:161 | 0) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:33:56.154 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:33:56:162 | 0) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:33:58.154 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:33:58:161 | 0) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:34:00.154 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:34: 0:161 | 0) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:34:02.154 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:34: 2:166 | 5) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:34:04.164 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:34: 4:175 | 9) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:34:06.154 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:34: 6:162 | 0) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:34:08.174 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:34: 8:181 | 19) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:34:10.154 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:34:10:163 | 0) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:34:12.154 8599-9029/com.sinch.android.rtc.sample.calling E/sinch-android-rtc﹕ ERROR ; (17:34:12:167 | 4) 9028; (voe_audio_processing_impl.cc:857): GetEcMetricsStatus: not supported
09-19 17:34:14.064 8599-8599/com.sinch.android.rtc.sample.calling D/Call﹕ onSessionTerminated: SessionDetails [startTime=1411162426, endTime=1411162454, progressTime=1411162430, establishTime=1411162433, terminationCause=HUNG_UP, packetsSent=173, packetsReceived=395, error=null]
09-19 17:34:14.064 8599-8599/com.sinch.android.rtc.sample.calling D/CallScreenActivity﹕ Call ended. Reason: HUNG_UP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment