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

Remote provisioning file crashes Linphone on Android #703

Closed cimm closed 5 years ago

cimm commented 5 years ago

I have the following (redacted) remote provisioning XML file which gets loaded when Linphone boots and asks the user to log in to their SIP account. Scanning a QR code to setup a SIP phone is an awesome experience BTW, but that's not why I opened this issue. Loading the config below works fine on iOS but crashes Linphone on Android.

When you press the "Connect" button on Android Linphone crashes. Restarting Linphone brings you back to the login screen (fields are empty again) and when you try to connect it crashes again.

<config xmlns="http://www.linphone.org/xsds/lpconfig.xsd"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.linphone.org/xsds/lpconfig.xsd lpconfig.xsd">

  <section name="sip">
    <entry name="register_only_when_network_is_up" overwrite="true">1</entry>
  </section>

  <section name="app">
    <entry name="push_notification" overwrite="true">1</entry>
    <entry name="auto_start" overwrite="true">1</entry>
    <entry name="background_mode" overwrite="true">1</entry>
    <entry name="show_login_view" overwrite="true">1</entry>
  </section>

  <section name="proxy_default_values">
    <entry name="reg_proxy" overwrite="true">sip:xxx.sip.us1.twilio.com;transport=tls</entry>
    <entry name="reg_route" overwrite="true">sip:xxx.sip.us1.twilio.com;transport=tls</entry>
    <entry name="reg_identity" overwrite="true">sip:?@xxx.sip.us1.twilio.com</entry>
    <entry name="reg_expires" overwrite="true">3600</entry>
    <entry name="reg_sendregister" overwrite="true">1</entry>
    <entry name="publish" overwrite="true">0</entry>
    <entry name="push_notification_allowed" overwrite="true">1</entry>
  </section>

  <section name="misc">
    <entry name="transient_provisioning">1</entry>
  </section>
</config>

Using version 4.1.1 from F-Droid.

Any ideas?

Viish commented 5 years ago

Hi,

Can you catch the stacktrace of the crash through adb ?

Viish commented 5 years ago

Try to edit your rc with the following changes:

<entry name="reg_proxy" overwrite="true">&lt;sip:xxx.sip.us1.twilio.com;transport=tls&gt;</entry>
<entry name="reg_route" overwrite="true">&lt;sip:xxx.sip.us1.twilio.com;transport=tls&gt;</entry>
cimm commented 5 years ago

Thanks, the &lt; trick didn't work. Any pointers on how to catch the stracktrace through adb? I know how to connect a device via adb byt how do I "catch a stracktrace" (on Linux)?

Update: TIL you can tail log files via adb logcat.

cimm commented 5 years ago
 664  2776 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10073] ] (release request)
8571  8903 I OMXClient: IOmx service obtained
 384   442 I OMXMaster: makeComponentInstance(OMX.qcom.video.encoder.avc) in <unknown> process
8571  8917 I OMXClient: IOmx service obtained
 384   442 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.avc) in <unknown> process
8571  8571 W MediaCodec-JNI: try to release MediaCodec from JMediaCodec::~JMediaCodec()...
8571  8571 W MediaCodec-JNI: done releasing MediaCodec from JMediaCodec::~JMediaCodec().
8571  8571 W System.err: java.lang.IllegalArgumentException: Failed to initialize video/hevc, error 0xfffffffe
8571  8571 W System.err:    at android.media.MediaCodec.native_setup(Native Method)
8571  8571 W System.err:    at android.media.MediaCodec.<init>(MediaCodec.java:1811)
8571  8571 W System.err:    at android.media.MediaCodec.createEncoderByType(MediaCodec.java:1777)
8571  8571 W System.err:    at org.linphone.core.CoreImpl.start(Native Method)
8571  8571 W System.err:    at org.linphone.core.CoreImpl.start(Core.java:5319)
8571  8571 W System.err:    at org.linphone.a.m(LinphoneManager.java:686)
8571  8571 W System.err:    at org.linphone.assistant.j.onClick(RemoteProvisioningFragment.java:68)
8571  8571 W System.err:    at android.view.View.performClick(View.java:6597)
8571  8571 W System.err:    at android.view.View.performClickInternal(View.java:6574)
8571  8571 W System.err:    at android.view.View.access$3100(View.java:778)
8571  8571 W System.err:    at android.view.View$PerformClick.run(View.java:25885)
8571  8571 W System.err:    at android.os.Handler.handleCallback(Handler.java:873)
8571  8571 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:99)
8571  8571 W System.err:    at android.os.Looper.loop(Looper.java:193)
8571  8571 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:6718)
8571  8571 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
8571  8571 W System.err:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
8571  8571 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
8571  8923 I OMXClient: IOmx service obtained
 384   442 I OMXMaster: makeComponentInstance(OMX.google.hevc.decoder) in <unknown> process
 664  2978 D ConnectivityService: requestNetwork for uid/pid:10073/8571 NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10073] ]
 664  2803 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10073] ] with score 60
 664  2773 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10073] ] with score 60
 664  2773 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10073] ] with score 60
2915  2915 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10073] ] with score 60
8571  8571 I Choreographer: Skipped 39 frames!  The application may be doing too much work on its main thread.
 305  3038 D SurfaceFlinger: duplicate layer name: changing org.linphone/org.linphone.assistant.AssistantActivity to org.linphone/org.linphone.assistant.AssistantActivity#1
8571  8592 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
8571  8592 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
 305  2808 D SurfaceFlinger: duplicate layer name: changing Surface(name=5320f81 org.linphone/org.linphone.assistant.AssistantActivity)/@0x4c805fe - animation-leash to Surface(name=5320f81 org.linphone/org.linphone.assistant.AssistantActivity)/@0x4c805fe - animation-leash#1
 305   439 D SurfaceFlinger: duplicate layer name: changing Surface(name=Dim Layer for - Task=94)/@0x43d57ac - animation-leash to Surface(name=Dim Layer for - Task=94)/@0x43d57ac - animation-leash#1
 664  3437 I ActivityManager: START u0 {cmp=org.linphone/.LinphoneActivity (has extras)} from uid 10073
 664  6035 I ActivityManager: START u0 {cmp=org.linphone/.LinphoneActivity (has extras)} from uid 10073
 664  7441 W ActivityManager: Duplicate finish request for ActivityRecord{aaabe87 u0 org.linphone/.assistant.AssistantActivity t94 f}
8571  8571 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@5e36f55
 664  2978 I ActivityManager: START u0 {cmp=org.linphone/.assistant.RemoteProvisioningLoginActivity (has extras)} from uid 10073
8571  8571 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@5040409
8571  8592 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
8571  8592 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
 305  2808 W SurfaceFlinger: Attempting to set client state on removed layer: org.linphone/org.linphone.assistant.AssistantActivity#1
 305  2808 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=94#0
 305  2808 W SurfaceFlinger: Attempting to destroy on removed layer: org.linphone/org.linphone.assistant.AssistantActivity#1
 305  2808 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=94#0
 383   383 W wificond: Copy constructor is only used for unit tests
 383   383 W wificond: Failed to get NL80211_ATTR_EXT_FEATURES
 383   383 W wificond: Copy constructor is only used for unit tests
 383   383 W wificond: Failed to get NL80211_ATTR_EXT_FEATURES
 383   383 W wificond: Copy constructor is only used for unit tests
 383   383 W wificond: Failed to get NL80211_ATTR_EXT_FEATURES
2812  2812 I LatinIME: Starting input. Cursor position = 0,0
2812  5145 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
2812  5145 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
 664  2892 D WificondControl: Scan result ready event
 664  1366 I EthernetTracker: interfaceLinkStateChanged, iface: wlan0, up: true
2812  2812 I LatinIME: Starting input. Cursor position = 0,0
 664   675 I system_server: Background concurrent copying GC freed 149763(5MB) AllocSpace objects, 29(1252KB) LOS objects, 42% free, 8MB/14MB, paused 337us total 173.136ms
 664  6035 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10089?v=7&cv=9 pkg=com.google.android.googlequicksearchbox } U=0: not found
3499  3578 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
3499  3578 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
 664  4086 I OpenGLRenderer: Initialized EGL, version 1.4
 664  4086 D OpenGLRenderer: Swap behavior 1
 664  4086 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
 305  3339 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{e02f274 token=Token{605ca47 ActivityRecord{cbea186 u0 org.linphone/.assistant.RemoteProvisioningLoginActivity t94}}}#0
Viish commented 5 years ago

Actually this doesn't help. Have you enabled debug logs in the advanced settings ? I'll need the full logs please.

cimm commented 5 years ago

Good point, I did not.

Installed Linphone Andorid from scratch via F-Droid and enabled the debug mode in Linphone.

Choose the "Fetch remove configuration", scanned the QR code, click "Connect". Linphone sometimes crashes but not this time, it shows the numpad screen. I closed Linphone and re-opened it and saw the connection screen. Typed my user, password and domain (which is not read from the XML config BTW, not sure if that's related) and pressed "Connection". Linphone crashes.

  664  2892 I ActivityManager: START u0 {cmp=org.linphone/.assistant.AssistantActivity} from uid 10093
 9827  9827 I Linphone: Callbacks [0x94c47608] unregistered on core [0x944a2500]
 9827  9827 I Linphone: Callbacks [0x94c475e0] unregistered on core [0x944a2500]
 9827  9827 I Linphone: [Service] Activity paused:org.linphone.LinphoneActivity@10b8a7b
 9827  9827 I Linphone: [Service] runningActivities=0
 9827  9827 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@8e8497
 9827  9827 I Linphone: [Service] Activity created:org.linphone.assistant.AssistantActivity@4e1a6f0
 9827  9827 I Linphone: Activity started:org.linphone.assistant.AssistantActivity@4e1a6f0
 9827  9827 I Linphone: [Service] Activity resumed:org.linphone.assistant.AssistantActivity@4e1a6f0
 9827  9827 I Linphone: [Service] runningActivities=1
 9827  9827 I Linphone: Core callbacks [0x92439800] registered on core [0x944a2500]
 9827  9827 I Linphone: Core callbacks [0x92439828] registered on core [0x944a2500]
 9827  9847 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
 9827  9827 I Linphone: [Service] Activity stopped:org.linphone.LinphoneActivity@10b8a7b
 9827  9827 I Linphone: [Permission] android.permission.CAMERA is denied
 9827  9827 I Linphone: [Permission] Asking for android.permission.CAMERA
  664   687 I ActivityManager: START u0 {act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.android.packageinstaller cmp=com.android.packageinstaller/.permission.ui.GrantPermissionsActivity (has extras)} from uid 10093
 9827  9827 I Linphone: Callbacks [0x92439828] unregistered on core [0x944a2500]
 9827  9827 I Linphone: Callbacks [0x92439800] unregistered on core [0x944a2500]
 9827  9827 I Linphone: [Service] Activity paused:org.linphone.assistant.AssistantActivity@4e1a6f0
 9827  9827 I Linphone: [Service] runningActivities=0
 7067  7067 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@f0bf44f
 7067  7090 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
 7067  7090 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  664  1359 I ActivityManager: Displayed com.android.packageinstaller/.permission.ui.GrantPermissionsActivity: +115ms
 9827  9827 I Linphone: [Permission] android.permission.CAMERA is granted
 9827  9827 I Linphone: [Utils] Reloading camera
 9827  9827 I Linphone: Detecting Android VIDEO cards
 9827  9827 I Linphone: getHelperClassGlobalRef (env: 0xade13400)
 9827  9827 I Linphone: Android SDK version found is 28
 9827  9827 W LegacyMetadataMapper: mapScalerStreamConfigs - failed to find any preview size matching JPEG aspect ratio 1.3487179
  320   320 I CameraService: CameraService::connect call (PID -1 "org.linphone", camera ID 0) for HAL version default and Camera API version 1
  320   320 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
  337  3026 D NuPlayerDriver: NuPlayerDriver(0xb3693c00) created, clientPid(320)
  337 10209 E FileSource: Failed to open file '/product/media/audio/ui/camera_click.ogg'. (No such file or directory)
  337 10209 E GenericSource: Failed to create data source!
  337 10208 D NuPlayerDriver: notifyListener_l(0xb3693c00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320  3263 E MediaPlayerNative: error (1, -2147483648)
  320   320 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/camera_click.ogg
  337  3030 D NuPlayerDriver: reset(0xb3693c00) at state 2
  337  3030 D NuPlayerDriver: notifyListener_l(0xb3693c00), (8, 0, 0, -1), loop setting(0, 0)
  337 10208 D NuPlayerDriver: notifyResetComplete(0xb3693c00)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb1d2eb00) created, clientPid(320)
  337 10211 D NuPlayerDriver: notifyListener_l(0xb1d2eb00), (1, 0, 0, -1), loop setting(0, 0)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb1d2e300) created, clientPid(320)
  337 10215 E FileSource: Failed to open file '/product/media/audio/ui/VideoRecord.ogg'. (No such file or directory)
  337 10215 E GenericSource: Failed to create data source!
  337 10214 D NuPlayerDriver: notifyListener_l(0xb1d2e300), (100, 1, -2147483648, -1), loop setting(0, 0)
  320  3263 E MediaPlayerNative: error (1, -2147483648)
  320   320 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoRecord.ogg
  337  3030 D NuPlayerDriver: reset(0xb1d2e300) at state 2
  337  3030 D NuPlayerDriver: notifyListener_l(0xb1d2e300), (8, 0, 0, -1), loop setting(0, 0)
  337 10214 D NuPlayerDriver: notifyResetComplete(0xb1d2e300)
  337   337 D NuPlayerDriver: NuPlayerDriver(0xb3693f00) created, clientPid(320)
  337 10217 D NuPlayerDriver: notifyListener_l(0xb3693f00), (1, 0, 0, -1), loop setting(0, 0)
  337   337 D NuPlayerDriver: NuPlayerDriver(0xb1d2e380) created, clientPid(320)
  337 10221 E FileSource: Failed to open file '/product/media/audio/ui/VideoStop.ogg'. (No such file or directory)
  337 10221 E GenericSource: Failed to create data source!
  337 10220 D NuPlayerDriver: notifyListener_l(0xb1d2e380), (100, 1, -2147483648, -1), loop setting(0, 0)
  320  3263 E MediaPlayerNative: error (1, -2147483648)
  320   320 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoStop.ogg
  337  3026 D NuPlayerDriver: reset(0xb1d2e380) at state 2
  337  3026 D NuPlayerDriver: notifyListener_l(0xb1d2e380), (8, 0, 0, -1), loop setting(0, 0)
  337 10220 D NuPlayerDriver: notifyResetComplete(0xb1d2e380)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb1d2e400) created, clientPid(320)
  337 10223 D NuPlayerDriver: notifyListener_l(0xb1d2e400), (1, 0, 0, -1), loop setting(0, 0)
  320   320 I CameraHardwareInterface: Opening camera 0
  320   320 I CamDev@1.0-impl: Opening camera 0
  320   320 E QCamera2HWI: [KPI Perf] openCamera: E PROFILE_OPEN_CAMERA camera id 0
  320   320 E mm-camera-intf: mm_camera_open: dev name = /dev/video1, cam_idx = 1
  284   487 D audio_hw_primary: adev_set_parameters: enter: cameraFacing=back
  390 10236 E mm-camera: isp_tintless_open: E: afa56fd9
  390 10239 E hdr     : Session id 0x1 started
  390 10237 E mm-camera: is_module_start_session: Enter
  390 10237 E mm-camera: is_module_start_session: Exit successful
  390 10237 E mm-camera: gyro_module_start_session: Enter
  390 10237 E mm-camera: gyro_port_init: Init DSPS
  390 10237 E mm-camera: gyro_port_init: DSPS inited
  390 10237 E mm-camera: gyro_module_start_session: Exit successful
  390 10237 E mm-camera: is_module_get_port: Exit successful
  390 10237 E mm-camera: gyro_module_get_port: Exit successful
  390 10238 E mm-camera: c2d_module_start_session:273, info: starting session 1
  390 10255 E mm-camera: c2d_thread_func:41: c2d_thread entering the polling loop...
  390 10238 E mm-camera: c2d_module_start_session:320, info: c2d_thread created.
  390 10238 E mm-camera: c2d_module_start_session:342, info: session 1 started.
  320   320 E mm-camera-intf: mm_camera_open:  opened, break out while loop
  320   320 E mm-jpeg-intf: mm_jpeg_init:1708] Launch jobmgr thread rc 0
  320   320 E mm-jpeg-intf: Max picture size 4208 x 3120, WorkBufSize = 19869696
  320   320 E qomx_image_core: OMX_Init:94] Complete 2
  320   320 E QCameraHWI_Mem: alloc : No memory pool available
  320   320 E QCameraParameters: setPreviewFpsRange: E minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30000
  320   320 E QCameraParameters: setPreviewFpsRange: Setting preview fps range 7500,30000
  320   320 E QCameraParameters: setPreviewFpsRange: Updated: minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30000
  320   320 E QCamera2HWI: calcThermalLevel: level: 0, preview minfps 7500, preview maxfpS 30000video minfps 7500, video maxfpS 30000
  320   320 E QCamera2HWI: calcThermalLevel: Thermal level 0, FPS [7.50,30.00, 7.50,30.00], frameskip 0
  320   320 E QCameraParameters: setPreviewFpsRange: Thermal adjusted preview fps range 7,30, 7, 30
  320   320 E QCameraParameters: enableFlash:Wrong saved led mode
  320   320 E QCameraParameters: setSeeMore: seeMoreStr =off
  320   320 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camera with handle:31
  320   320 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320   320 I chatty  : uid=1047(cameraserver) /system/bin/cameraserver identical 1 line
  320   320 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320   320 I CameraHardwareInterface: Destroying camera 0
  320   320 E QCamera2HWI: [KPI Perf] stop_preview: E PROFILE_STOP_PREVIEW
  320   320 I CamDev@1.0-impl: Closing camera 0
  320   320 E mm-jpeg-intf: mm_jpeg_close:2410] E
  320   320 E mm-jpeg-intf: mm_jpeg_close:2415] 
  320   320 E mm-jpeg-intf: mm_jpeg_close:2423] 
  320   320 E mm-jpeg-intf: mm_jpeg_close:2426] 
  320   320 E mm-jpeg-intf: mm_jpeg_close:2433] X
  320   320 E qomx_image_core: OMX_Deinit:118] Complete
  320   320 E QCameraPostProc: deinit: Jpeg closed, rc = 0, mJpegClientHandle = 1000
  320   320 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320   320 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320   320 I CameraService: disconnect: Disconnected client for camera 0 for PID 9827
  337  3030 D NuPlayerDriver: reset(0xb1d2eb00) at state 4
  337  3030 D NuPlayerDriver: notifyListener_l(0xb1d2eb00), (8, 0, 0, -1), loop setting(0, 0)
  337 10211 D NuPlayerDriver: notifyResetComplete(0xb1d2eb00)
  337   337 D NuPlayerDriver: reset(0xb3693f00) at state 4
  337   337 D NuPlayerDriver: notifyListener_l(0xb3693f00), (8, 0, 0, -1), loop setting(0, 0)
  337 10217 D NuPlayerDriver: notifyResetComplete(0xb3693f00)
  337  3026 D NuPlayerDriver: reset(0xb1d2e400) at state 4
  337  3026 D NuPlayerDriver: notifyListener_l(0xb1d2e400), (8, 0, 0, -1), loop setting(0, 0)
  337 10223 D NuPlayerDriver: notifyResetComplete(0xb1d2e400)
  320  7731 I CameraService: CameraService::connect call (PID -1 "org.linphone", camera ID 1) for HAL version default and Camera API version 1
  320  7731 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb1d2eb00) created, clientPid(320)
  390   390 E mm-camera: stats_module_stop_session: list =0xadf83350, remove port =0xadfed0c0 name=stats_sink from module=0xaf51e1a0, name=stats
  390   390 E mm-camera: stats_module_stop_session: 1 port =0xadfed0c0 name=stats_sink 
  390   390 E mm-camera: stats_module_stop_session: 2 port =0xadfed0c0 name=stats_sink 
  390   390 E mm-camera: is_module_stop_session: Enter
  390   390 E mm-camera: is_module_stop_session: Exit successful
  390   390 E mm-camera: gyro_module_stop_session: Enter
  390   390 E mm-camera: gyro_port_deinit: Deinit DSPS
  390   390 E mm-camera: gyro_port_deinit: DSPS deinited
  390   390 E mm-camera: gyro_module_stop_session: Exit successful
  390   390 E mm-camera: stats_module_stop_session: 3 port =0xadfed0c0 name=stats_sink 
  337 10267 E FileSource: Failed to open file '/product/media/audio/ui/camera_click.ogg'. (No such file or directory)
  337 10267 E GenericSource: Failed to create data source!
  337 10266 D NuPlayerDriver: notifyListener_l(0xb1d2eb00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320   320 E MediaPlayerNative: error (1, -2147483648)
  320  7731 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/camera_click.ogg
  337   337 D NuPlayerDriver: reset(0xb1d2eb00) at state 2
  337   337 D NuPlayerDriver: notifyListener_l(0xb1d2eb00), (8, 0, 0, -1), loop setting(0, 0)
  337 10266 D NuPlayerDriver: notifyResetComplete(0xb1d2eb00)
  337  3026 D NuPlayerDriver: NuPlayerDriver(0xb1d2e400) created, clientPid(320)
  390   390 E mm-camera: c2d_module_stop_session:358, info: stopping session 1 ...
  390 10255 E mm-camera: c2d_thread_process_pipe_message:708, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  390   390 E mm-camera: c2d_module_stop_session:400, info: session 1 stopped.
  390   390 E hdr     : Session id 0x1 stopped
  337 10269 D NuPlayerDriver: notifyListener_l(0xb1d2e400), (1, 0, 0, -1), loop setting(0, 0)
  337  3026 D NuPlayerDriver: NuPlayerDriver(0xb1d2e380) created, clientPid(320)
  337 10273 E FileSource: Failed to open file '/product/media/audio/ui/VideoRecord.ogg'. (No such file or directory)
  337 10273 E GenericSource: Failed to create data source!
  337 10272 D NuPlayerDriver: notifyListener_l(0xb1d2e380), (100, 1, -2147483648, -1), loop setting(0, 0)
  320   320 E MediaPlayerNative: error (1, -2147483648)
  320  7731 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoRecord.ogg
  337   449 D NuPlayerDriver: reset(0xb1d2e380) at state 2
  337   449 D NuPlayerDriver: notifyListener_l(0xb1d2e380), (8, 0, 0, -1), loop setting(0, 0)
  337 10272 D NuPlayerDriver: notifyResetComplete(0xb1d2e380)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb1d2e300) created, clientPid(320)
  337 10275 D NuPlayerDriver: notifyListener_l(0xb1d2e300), (1, 0, 0, -1), loop setting(0, 0)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb3693b00) created, clientPid(320)
  337 10279 E FileSource: Failed to open file '/product/media/audio/ui/VideoStop.ogg'. (No such file or directory)
  337 10279 E GenericSource: Failed to create data source!
  337 10278 D NuPlayerDriver: notifyListener_l(0xb3693b00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320   320 E MediaPlayerNative: error (1, -2147483648)
  320  7731 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoStop.ogg
  337   337 D NuPlayerDriver: reset(0xb3693b00) at state 2
  337   337 D NuPlayerDriver: notifyListener_l(0xb3693b00), (8, 0, 0, -1), loop setting(0, 0)
  337 10278 D NuPlayerDriver: notifyResetComplete(0xb3693b00)
  337  3026 D NuPlayerDriver: NuPlayerDriver(0xb1d2ed00) created, clientPid(320)
  337 10281 D NuPlayerDriver: notifyListener_l(0xb1d2ed00), (1, 0, 0, -1), loop setting(0, 0)
  320  7731 I CameraHardwareInterface: Opening camera 1
  320  7731 I CamDev@1.0-impl: Opening camera 1
  284   487 D audio_hw_primary: adev_set_parameters: enter: cameraFacing=front
  320  7731 E QCamera2HWI: [KPI Perf] openCamera: E PROFILE_OPEN_CAMERA camera id 1
  320  7731 E mm-camera-intf: mm_camera_open: dev name = /dev/video2, cam_idx = 2
  390 10287 E mm-camera: isp_tintless_open: E: afa56fd9
  390 10292 E hdr     : Session id 0x2 started
  390 10288 E mm-camera: is_module_start_session: Enter
  390 10288 E mm-camera: is_module_start_session: Exit successful
  390 10288 E mm-camera: gyro_module_start_session: Enter
  390 10288 E mm-camera: gyro_port_init: Init DSPS
  390 10288 E mm-camera: gyro_port_init: DSPS inited
  390 10288 E mm-camera: gyro_module_start_session: Exit successful
  390 10288 E mm-camera: is_module_get_port: Exit successful
  390 10288 E mm-camera: gyro_module_get_port: Exit successful
 7067  7090 D OpenGLRenderer: endAllActiveAnimators on 0x95dc7700 (RippleDrawable) with handle 0xa607fbd0
  390 10291 E mm-camera: c2d_module_start_session:273, info: starting session 2
  390 10300 E mm-camera: c2d_thread_func:41: c2d_thread entering the polling loop...
  390 10291 E mm-camera: c2d_module_start_session:320, info: c2d_thread created.
  390 10291 E mm-camera: c2d_module_start_session:342, info: session 2 started.
  390   390 E mm-camera-sensor: module_sensor_query_mod:3737 led flash is not supported for this sensor.
  320  7731 E mm-camera-intf: mm_camera_open:  opened, break out while loop
  320  7731 E mm-jpeg-intf: mm_jpeg_init:1708] Launch jobmgr thread rc 0
  320  7731 E mm-jpeg-intf: Max picture size 2592 x 1944, WorkBufSize = 7809024
  320  7731 E qomx_image_core: OMX_Init:94] Complete 2
  320  7731 E QCameraHWI_Mem: alloc : No memory pool available
  320  7731 E QCameraParameters: setPreviewFpsRange: E minFps = 7500, maxFps = 30040 , vid minFps = 7500, vid maxFps = 30040
  320  7731 E QCameraParameters: setPreviewFpsRange: Setting preview fps range 7500,30000
  320  7731 E QCameraParameters: setPreviewFpsRange: Updated: minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30040
  320  7731 E QCamera2HWI: calcThermalLevel: level: 0, preview minfps 7500, preview maxfpS 30000video minfps 7500, video maxfpS 30000
  320  7731 E QCamera2HWI: calcThermalLevel: Thermal level 0, FPS [7.50,30.00, 7.50,30.00], frameskip 0
  320  7731 E QCameraParameters: setPreviewFpsRange: Thermal adjusted preview fps range 7,30, 7, 30
  320  7731 E QCameraParameters: initDefaultParameters: supported flash modes cnt is 0!!!
  320  7731 E QCameraParameters: enableFlash:Wrong saved led mode
  320  7731 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320  7731 I chatty  : uid=1047(cameraserver) Binder:320_3 identical 2 lines
  320  7731 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320  7731 I CameraHardwareInterface: Destroying camera 1
  320  7731 E QCamera2HWI: [KPI Perf] stop_preview: E PROFILE_STOP_PREVIEW
  320  7731 I CamDev@1.0-impl: Closing camera 1
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2410] E
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2415] 
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2423] 
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2426] 
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2433] X
  320  7731 E qomx_image_core: OMX_Deinit:118] Complete
  320  7731 E QCameraPostProc: deinit: Jpeg closed, rc = 0, mJpegClientHandle = 1100
  320  7731 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320  7731 I CameraService: disconnect: Disconnected client for camera 1 for PID 9827
  337  3030 D NuPlayerDriver: reset(0xb1d2e400) at state 4
  337  3030 D NuPlayerDriver: notifyListener_l(0xb1d2e400), (8, 0, 0, -1), loop setting(0, 0)
 9827  9827 I Linphone: 2 cards detected
  337 10269 D NuPlayerDriver: notifyResetComplete(0xb1d2e400)
 9827  9827 I Linphone: Android VIDEO capture filter cam init
 9827  9827 I Linphone: Webcam Android0 added
 9827  9827 I Linphone: camera created: id=0 frontFacing=0 orientation=90 [msid:Android0]
 9827  9827 I Linphone: Android VIDEO capture filter cam init
 9827  9827 I Linphone: Webcam Android1 added
 9827  9827 I Linphone: camera created: id=1 frontFacing=1 orientation=270 [msid:Android1]
 9827  9827 I Linphone: Detection of Android VIDEO cards done
 9827  9827 I Linphone: Webcam StaticImage: Static picture added
  337   337 D NuPlayerDriver: reset(0xb1d2e300) at state 4
  337   337 D NuPlayerDriver: notifyListener_l(0xb1d2e300), (8, 0, 0, -1), loop setting(0, 0)
  337 10275 D NuPlayerDriver: notifyResetComplete(0xb1d2e300)
  337  3026 D NuPlayerDriver: reset(0xb1d2ed00) at state 4
  337  3026 D NuPlayerDriver: notifyListener_l(0xb1d2ed00), (8, 0, 0, -1), loop setting(0, 0)
  337 10281 D NuPlayerDriver: notifyResetComplete(0xb1d2ed00)
 9827  9827 I Linphone: [Service] Activity resumed:org.linphone.assistant.AssistantActivity@4e1a6f0
 9827  9827 I Linphone: [Service] runningActivities=1
 9827  9827 I Linphone: Core callbacks [0x9243ab38] registered on core [0x944a2500]
 9827  9827 I Linphone: Core callbacks [0x9243ab60] registered on core [0x944a2500]
 9827  9827 I Linphone: Core callbacks [0x9243ab88] registered on core [0x944a2500]
  390   390 E mm-camera: stats_module_stop_session: list =0xadf83310, remove port =0xadfed060 name=stats_sink from module=0xaf51e1a0, name=stats
  390   390 E mm-camera: stats_module_stop_session: 1 port =0xadfed060 name=stats_sink 
  390   390 E mm-camera: stats_module_stop_session: 2 port =0xadfed060 name=stats_sink 
  390   390 E mm-camera: is_module_stop_session: Enter
  390   390 E mm-camera: is_module_stop_session: Exit successful
  390   390 E mm-camera: gyro_module_stop_session: Enter
  390   390 E mm-camera: gyro_port_deinit: Deinit DSPS
 9827  9827 I Linphone: This device (OnePlus/A0001/msm8974) declares it has a built-in echo canceller.
 9827  9827 I Linphone: Found information for [OnePlus/A0001/msm8974] from internal table
 9827  9827 I Linphone: Sound device information for [OnePlus/A0001/msm8974] is: builtin=[yes], delay=[0] ms
 9827  9827 I Linphone: Setting video size 720x1280 on stream [0xa56056c0]
 9827  9827 I Linphone: Instanciating Android VIDEO capture MS filter
 9827  9827 I Linphone: Creating AndroidReaderContext for Android VIDEO capture filter
 9827  9827 I Linphone: Init of Android VIDEO capture filter (0x92462580)
 9827  9827 I Linphone: getHelperClassGlobalRef (env: 0xade13400)
 9827  9827 I Linphone: Android SDK version found is 28
 9827  9827 I Linphone: video_set_device_rotation : 0
  390   390 E mm-camera: gyro_port_deinit: DSPS deinited
  390   390 E mm-camera: gyro_module_stop_session: Exit successful
  390   390 E mm-camera: stats_module_stop_session: 3 port =0xadfed060 name=stats_sink 
 9827  9827 I Linphone: mediastreamer9 supported resolutions :
 9827  9827 I Linphone: mediastreamer   4096x2160
 9827  9827 I Linphone: mediastreamer   3840x2160
 9827  9827 I Linphone: mediastreamer   2560x1440
 9827  9827 I Linphone: mediastreamer   1920x1080
 9827  9827 I Linphone: mediastreamer   1440x1080
 9827  9827 I Linphone: mediastreamer   1280x720
 9827  9827 I Linphone: mediastreamer   720x480
 9827  9827 I Linphone: mediastreamer   640x480
 9827  9827 I Linphone: mediastreamer   320x240
 9827  9827 I Linphone: mediastreamerresolution selection done (1280, 720, 0)
 9827  9827 I Linphone: Camera selected resolution is: 1280x720 (requested: 1280x720) with downscaling?0
 9827  9827 I Linphone: Swapped resolution width and height to : 720x1280
 9827  9827 I Linphone: ms_filter_link: MSAndroidVideoCapture:0x964343f0,0-->MSPixConv:0x96434428,0
 9827  9827 I Linphone: ms_filter_link: MSPixConv:0x96434428,0-->MSQRCodeReader:0x96434508,0
 9827  9827 I Linphone: ms_filter_link: MSQRCodeReader:0x96434508,0-->MSTee:0x964344d0,0
 9827  9827 I Linphone: ms_filter_link: MSTee:0x964344d0,1-->MSVoidSink:0x96434460,0
 9827  9827 I Linphone: ms_filter_link: MSTee:0x964344d0,2-->MSJpegWriter:0x96434498,0
  390   390 E mm-camera: c2d_module_stop_session:358, info: stopping session 2 ...
  390 10300 E mm-camera: c2d_thread_process_pipe_message:708, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
 9827  9827 I Linphone: Preprocessing of Android VIDEO capture filter
 9827 10308 I Linphone: Video MSTicker priority left to normal.
 9827  9827 I Linphone: Starting Android camera '0' (rotation:0)
 9827  9827 I Linphone: startRecording(0, 1280, 720, 30, 0, 2454070656)
  390   390 E mm-camera: c2d_module_stop_session:400, info: session 2 stopped.
  390   390 E hdr     : Session id 0x2 stopped
  320  2081 I CameraService: CameraService::connect call (PID -1 "org.linphone", camera ID 0) for HAL version default and Camera API version 1
  320  2081 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb3693c00) created, clientPid(320)
  337 10311 E FileSource: Failed to open file '/product/media/audio/ui/camera_click.ogg'. (No such file or directory)
  337 10311 E GenericSource: Failed to create data source!
  337 10310 D NuPlayerDriver: notifyListener_l(0xb3693c00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320  7731 E MediaPlayerNative: error (1, -2147483648)
  320  2081 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/camera_click.ogg
  337   337 D NuPlayerDriver: reset(0xb3693c00) at state 2
  337   337 D NuPlayerDriver: notifyListener_l(0xb3693c00), (8, 0, 0, -1), loop setting(0, 0)
  337 10310 D NuPlayerDriver: notifyResetComplete(0xb3693c00)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb1d2e400) created, clientPid(320)
  337 10313 D NuPlayerDriver: notifyListener_l(0xb1d2e400), (1, 0, 0, -1), loop setting(0, 0)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb3693a00) created, clientPid(320)
  337 10317 E FileSource: Failed to open file '/product/media/audio/ui/VideoRecord.ogg'. (No such file or directory)
  337 10317 E GenericSource: Failed to create data source!
  337 10316 D NuPlayerDriver: notifyListener_l(0xb3693a00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320  7731 E MediaPlayerNative: error (1, -2147483648)
  320  2081 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoRecord.ogg
  337  3026 D NuPlayerDriver: reset(0xb3693a00) at state 2
  337  3026 D NuPlayerDriver: notifyListener_l(0xb3693a00), (8, 0, 0, -1), loop setting(0, 0)
  337 10316 D NuPlayerDriver: notifyResetComplete(0xb3693a00)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb1d2e500) created, clientPid(320)
  337 10319 D NuPlayerDriver: notifyListener_l(0xb1d2e500), (1, 0, 0, -1), loop setting(0, 0)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb1d2eb00) created, clientPid(320)
  337 10323 E FileSource: Failed to open file '/product/media/audio/ui/VideoStop.ogg'. (No such file or directory)
  337 10323 E GenericSource: Failed to create data source!
  337 10322 D NuPlayerDriver: notifyListener_l(0xb1d2eb00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320  7731 E MediaPlayerNative: error (1, -2147483648)
  320  2081 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoStop.ogg
  337  3026 D NuPlayerDriver: reset(0xb1d2eb00) at state 2
  337  3026 D NuPlayerDriver: notifyListener_l(0xb1d2eb00), (8, 0, 0, -1), loop setting(0, 0)
  337 10322 D NuPlayerDriver: notifyResetComplete(0xb1d2eb00)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb3693b80) created, clientPid(320)
  337 10325 D NuPlayerDriver: notifyListener_l(0xb3693b80), (1, 0, 0, -1), loop setting(0, 0)
  320  2081 I CameraHardwareInterface: Opening camera 0
  320  2081 I CamDev@1.0-impl: Opening camera 0
  284   284 D audio_hw_primary: adev_set_parameters: enter: cameraFacing=back
  320  2081 E QCamera2HWI: [KPI Perf] openCamera: E PROFILE_OPEN_CAMERA camera id 0
  320  2081 E mm-camera-intf: mm_camera_open: dev name = /dev/video1, cam_idx = 1
  390 10331 E mm-camera: isp_tintless_open: E: afa56fd9
  390 10335 E hdr     : Session id 0x1 started
  390 10332 E mm-camera: is_module_start_session: Enter
  390 10332 E mm-camera: is_module_start_session: Exit successful
  390 10332 E mm-camera: gyro_module_start_session: Enter
  390 10332 E mm-camera: gyro_port_init: Init DSPS
  390 10332 E mm-camera: gyro_port_init: DSPS inited
  390 10332 E mm-camera: gyro_module_start_session: Exit successful
  390 10332 E mm-camera: is_module_get_port: Exit successful
  390 10332 E mm-camera: gyro_module_get_port: Exit successful
  390 10333 E mm-camera: c2d_module_start_session:273, info: starting session 1
  390 10347 E mm-camera: c2d_thread_func:41: c2d_thread entering the polling loop...
  390 10333 E mm-camera: c2d_module_start_session:320, info: c2d_thread created.
  390 10333 E mm-camera: c2d_module_start_session:342, info: session 1 started.
  320  2081 E mm-camera-intf: mm_camera_open:  opened, break out while loop
  320  2081 E mm-jpeg-intf: mm_jpeg_init:1708] Launch jobmgr thread rc 0
  320  2081 E mm-jpeg-intf: Max picture size 4208 x 3120, WorkBufSize = 19869696
  320  2081 E qomx_image_core: OMX_Init:94] Complete 2
  320  2081 E QCameraHWI_Mem: alloc : No memory pool available
  320  2081 E QCameraParameters: setPreviewFpsRange: E minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30000
  320  2081 E QCameraParameters: setPreviewFpsRange: Setting preview fps range 7500,30000
  320  2081 E QCameraParameters: setPreviewFpsRange: Updated: minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30000
  320  2081 E QCamera2HWI: calcThermalLevel: level: 0, preview minfps 7500, preview maxfpS 30000video minfps 7500, video maxfpS 30000
  320  2081 E QCamera2HWI: calcThermalLevel: Thermal level 0, FPS [7.50,30.00, 7.50,30.00], frameskip 0
  320  2081 E QCameraParameters: setPreviewFpsRange: Thermal adjusted preview fps range 7,30, 7, 30
  320  2081 E QCameraParameters: enableFlash:Wrong saved led mode
  320  2081 E QCameraParameters: setSeeMore: seeMoreStr =off
  320  2081 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320  2081 I chatty  : uid=1047(cameraserver) Binder:320_1 identical 2 lines
  320  2081 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320  2081 I CameraHardwareInterface: Destroying camera 0
 9827  9827 I Linphone: FOCUS_MODE_CONTINUOUS_VIDEO is supported, let's use it
  320 10327 E QCameraParameters: setPreviewFpsRange: FpsRange Values:(7500, 30000)
  320 10327 E QCameraParameters: setPreviewFpsRange: Requested FpsRange Values:(7500, 30000)
  320 10327 E QCameraParameters: UpdateHFRFrameRate: CameraParameters - : minFps = 7500, maxFps = 30000 
  320 10327 E QCameraParameters: UpdateHFRFrameRate: Requested params - : minFps = 7500, maxFps = 30000 
  320 10327 E QCameraParameters: UpdateHFRFrameRate: prevHfrMode - 0, currentHfrMode = 0 
  320 10327 E QCameraParameters: HFR mode is OFF
  320 10327 E QCameraParameters: setPreviewFpsRange: UpdateHFRFrameRate 0
  320 10327 E QCameraParameters: setPreviewFpsRange: No change in FpsRange
  320 10327 E QCameraParameters: setSnapshotHDR :E 0. Snapshot HDR set to: off
  320 10327 E QCameraParameters: setSnapshotHDR :X 3. Snapshot HDR set to: prev_str off, prop off
  320 10327 E QCameraParameters: setSeeMore: str =off & prev_str =off
 9827  9827 W Linphone: Camera preview orientation: 90
 9827  9827 I Linphone: Preprocessing of Android VIDEO capture filter done
 9827  9827 I Linphone: [Platform Helper] Preview window surface is available
 9827  9827 E Linphone: no such method on filter MSVoidSink, fid=16387 method index=4
 9827  9827 I Linphone: Preview capture window set for the 1st time (win: 0x2d66 rotation:0)
  320   320 I CameraHardwareInterface: Destroying camera 0
  320   320 E QCamera2HWI: [KPI Perf] start_preview: E PROFILE_START_PREVIEW
  320 10327 E QCameraHWI_Mem: alloc : No memory pool available
  320 10327 E mm-camera-intf: mm_stream_get_v4l2_fmt: Unknown fmt=78
  320 10327 E QCameraHWI_Mem: alloc : No memory pool available
  390 10348 E mm-camera: c2d_port_check_caps_reserve:77, identity=0x10002
  390 10348 E mm-camera: c2d_port_check_caps_reserve:143, identity=0x10002, reserved
  390 10348 E mm-camera: c2d_module_notify_add_stream:1240, info: success, identity=0x10002
  390 10348 E mm-camera: c2d_port_check_caps_reserve:77, identity=0x10002
  390 10348 E mm-camera: c2d_port_check_caps_reserve:143, identity=0x10002, reserved
  390 10348 E mm-camera: module_faceproc_client_create:968] Face proc feature mask e 0
  320 10327 E QCameraHWI_Mem: alloc : No memory pool available
  390 10348 E mm-camera: module_faceproc_port_event_func:541] Invalid type for reprocess 10002 10002
  320 10327 E QCameraHWI_Mem: allocateBuffer : Buffer not found!
  320 10327 I chatty  : uid=1047(cameraserver) Binder:320_1 identical 4 lines
  320 10327 E QCameraHWI_Mem: allocateBuffer : Buffer not found!
  320 10327 E mm-camera-intf: mm_stream_request_buf: buf_num = 6, stream type = 7
  320 10327 D mm-camera-intf: mm_stream_qbuf: Starting poll on stream 0xa9533a60 type :7
  320 10327 D mm-camera-intf: mm_stream_qbuf: Started poll on stream 0xa9533a60 type :7
  320 10327 E QCameraParameters: getPreviewHalPixelFormat: format 17
 9827  9878 I Gralloc2: Adding additional valid usage bits: 0x2200000
  320 10327 E mm-camera-intf: mm_stream_request_buf: buf_num = 11, stream type = 1
  320 10327 D mm-camera-intf: mm_stream_qbuf: Starting poll on stream 0xa9533c18 type :1
  320 10327 D mm-camera-intf: mm_stream_qbuf: Started poll on stream 0xa9533c18 type :1
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9874 afd_obj =0xadb91000, type =3
  390 10348 E mm-camera-sensor: actuator_load_lib:439 name=dw9714, mode=camera
  390 10348 E mm-camera-sensor: af_actuator_load_params:318 E
  390 10348 E mm-camera-sensor: af_actuator_load_params:318 E
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa98c4 afd_obj =0xadb91000, type =1
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9914 afd_obj =0xadb91000, type =5
  390 10359 E mm-camera-CORE: afd_process_pack_output: afd_enable 0, monitor 0, flicker 0, freq 50, afd_state 0, afd_atb 2
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9964 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9874 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa98c4 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa99b4 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9a04 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9a54 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9aa4 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9af4 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9b44 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9b94 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9be4 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9c34 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9c84 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9cd4 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9d24 afd_obj =0xadb91000, type =0
  390 10359 E mm-camera: afd_set_parameters: param=0xadfa9d74 afd_obj =0xadb91000, type =7
  390 10341 E mm-camera: module_faceproc_port_event_func:493] STREAMON 0
  390 10341 E mm-camera: module_faceproc_client_exec:769] 1280x720
  390 10341 E mm-camera-img: faceproc_comp_eng_config:1469] ###min_face_size 70
  390 10341 E mm-camera-img: Face Album FILE DOESNT EXIST
  390 10341 E mm-camera: c2d_module_handle_streamon_event:1287, identity=0x10002, stream-on done
  390 10341 E AEC_PORT: ddd exp 0.007754 iso 100
  390 10341 E AEC_PORT: #### aec_port_get_aec_data runs
  390 10341 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.007754, iso:100, flash:0
  320 10327 E QCameraHWI_Mem: allocateBuffer : Buffer not found!
  320 10327 I chatty  : uid=1047(cameraserver) Binder:320_1 identical 1 line
  320 10327 E QCameraHWI_Mem: allocateBuffer : Buffer not found!
  320 10327 E mm-camera-intf: mm_stream_request_buf: buf_num = 5, stream type = 3
  320 10327 D mm-camera-intf: mm_stream_qbuf: Starting poll on stream 0xa9533dd0 type :3
  320 10327 D mm-camera-intf: mm_stream_qbuf: Started poll on stream 0xa9533dd0 type :3
  390 10348 E mm-camera-sensor: actuator_load_lib:439 name=dw9714, mode=camera
  390 10348 E mm-camera-sensor: af_actuator_load_params:318 E
  390 10341 E mm-camera: isp_validate_buf_request: total 11 current buffer count 11 for stream 2
  390 10341 E mm-camera: isp_validate_buf_request: total 5 current buffer count 3 for stream 3
  390 10370 E mm-camera: isp_axi_stream_set_skip_pattern: cannot find stream, session_id = 0, stream_id = 0
  390 10341 E mm-camera: isp_hw_action: first start, hw thread for streamon/ack
  390 10370 E mm-camera: linearization_set_params: param_id is not supported in this module
  390 10370 E mm-camera: mesh_rolloff_set_params: param_id is not supported in this module
  390 10370 E mm-camera: demosaic_set_params: param_id 7, is not supported in this module
  390 10370 E mm-camera: demux_set_params: param_id 7, is not supported in this module
  390 10370 E mm-camera: mce_set_params: param_id is not supported in this module
  390 10370 E mm-camera: la_hist_trigger_update: luma target from AEC = 0! use default LA curve
  390 10341 E mm-camera: isp_hw_action: hw_thread for ack
  390 10370 E mm-camera: isp_validate_buf_request: total 4 current buffer count 4 for stream -2147418109
  390 10370 E mm-camera: isp_validate_buf_request: total 4 current buffer count 4 for stream -2147418108
  390 10370 E mm-camera: isp_validate_buf_request: total 4 current buffer count 4 for stream -2147418107
  390 10370 E mm-camera: isp_validate_buf_request: total 4 current buffer count 4 for stream -2147418105
  390 10370 E mm-camera: isp_validate_buf_request: total 4 current buffer count 4 for stream -2147418104
  390 10370 E mm-camera: isp_validate_buf_request: total 4 current buffer count 4 for stream -2147418103
  390 10370 E mm-camera: isp_validate_buf_request: total 4 current buffer count 4 for stream -2147418102
  320 10372 E QCameraHWI_Mem: allocateBuffer : Buffer not found!
  320 10372 E QCameraHWI_Mem: allocateBuffer : Buffer not found!
 9827  9827 I Linphone: Camera [android.hardware.Camera@50c58c8] preview started
  390 10348 E mm-camera: isp_validate_buf_request: total 5 current buffer count 4 for stream 3
 9827 10308 W Linphone: Video MSTicker: We are late of 77 miliseconds.
  390 10348 E mm-camera: isp_validate_buf_request: total 5 current buffer count 5 for stream 3
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: -1459101200, iso: -1353129152 cur luma: -1392947128, luma tgt: -1392947200
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: -1459101200, iso: -1353129152, cur luma: -1392947128, luma tgt: -1392947200
  390 10370 E mm-camera: la_hist_trigger_update: luma target from AEC = 0! use default LA curve
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
  320 10362 E QCamera2HWI: [KPI Perf] preview_stream_cb_routine : PROFILE_FIRST_PREVIEW_FRAME
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: 10000, iso: 207 cur luma: 15, luma tgt: 41
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: 10000, iso: 207, cur luma: 15, luma tgt: 41
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: 10000, iso: 207 cur luma: 15, luma tgt: 40
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: 10000, iso: 207, cur luma: 15, luma tgt: 40
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: 10000, iso: 207 cur luma: 15, luma tgt: 40
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: 10000, iso: 207, cur luma: 15, luma tgt: 40
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: 10000, iso: 201 cur luma: 43, luma tgt: 40
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: 10000, iso: 201, cur luma: 43, luma tgt: 40
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: 10000, iso: 201 cur luma: 43, luma tgt: 40
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: 10000, iso: 201, cur luma: 43, luma tgt: 40
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: 10000, iso: 201 cur luma: 42, luma tgt: 40
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: 10000, iso: 201, cur luma: 42, luma tgt: 40
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: 10000, iso: 201 cur luma: 42, luma tgt: 40
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: 10000, iso: 201, cur luma: 42, luma tgt: 40
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: 10000, iso: 201 cur luma: 42, luma tgt: 40
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: 10000, iso: 201, cur luma: 42, luma tgt: 40
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
  390 10357 E AEC_PORT: aec_port_send_exif_info_update: exp_Time:0.019996, iso:100, flash:0
  320 10361 E QCamera2HWI: metadata_stream_cb_routine: estimate info for AEC: exp time: 10000, iso: 201 cur luma: 42, luma tgt: 40
  320 10327 E QCamera2HWI: #### estimate info for AEC: exp time: 10000, iso: 201, cur luma: 42, luma tgt: 40
 9827 10308 I Linphone: Callbacks [0x9243ab88] unregistered on core [0x944a2500]
 9827 10308 I Linphone: Linphone core [0x944a2500] notified [qrcode_found]
 9827  9827 I Linphone: [Platform Helper] Preview window surface is no longer available
 9827  9827 E Linphone: no such method on filter MSVoidSink, fid=16387 method index=4
 9827  9827 I Linphone: Preview capture window changed (oldwin: 0x2d66 newwin: 0x0 rotation:0)
  320  7731 E QCamera2HWI: [KPI Perf] stop_preview: E PROFILE_STOP_PREVIEW
  390 10341 E mm-camera: isp_hw_action: last pix stop, pix_cnt = 2, cnt = 2
  390 10341 E mm-camera: isp_hw_action: hw_thread for ack
  390 10348 E mm-camera: c2d_module_handle_streamoff_event:1319, info: doing stream-off for identity 0x10002
  390 10348 E mm-camera: module_faceproc_port_event_func:510] STREAMOFF 0
  390 10348 E mm-camera-img: faceproc_comp_abort:608] state 2
  390 10348 E mm-camera-img: faceproc_comp_abort:635] X
  390 10348 E mm-camera: c2d_module_handle_streamoff_event:1443, info: stream-off done for identity 0x10002
10348 10348 W mm-qcamera-daem: type=1400 audit(0.0:35): avc: denied { write } for name="/" dev="mmcblk0p28" ino=2 scontext=u:r:mm-qcamerad:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir permissive=0
  390 10348 E mm-camera: cpp_hardware_process_streamoff:510] skip_iden:0x0, duplicate_stream_status:0x0
  390 10348 E mm-camera: c2d_port_check_caps_unreserve:170, identity=0x10002
  390 10348 E mm-camera: c2d_port_check_caps_unreserve:179, identity=0x10002, unreserved
  390 10348 E mm-camera: c2d_port_check_caps_unreserve:170, identity=0x10002
  390 10348 E mm-camera: c2d_port_check_caps_unreserve:179, identity=0x10002, unreserved
  390 10348 E mm-camera-img: faceproc_comp_abort:608] state 1
  390 10348 E mm-camera-img: faceproc_save_album:794] Error No album 
  390 10348 E mm-camera-img: faceproc_comp_eng_destroy: Album save failed -1
  320   320 E QCamera2HWI: [KPI Perf] stop_preview: E PROFILE_STOP_PREVIEW
  320   320 I CamDev@1.0-impl: Closing camera 0
  320   320 E mm-jpeg-intf: mm_jpeg_close:2410] E
  320   320 E mm-jpeg-intf: mm_jpeg_close:2415] 
  320   320 E mm-jpeg-intf: mm_jpeg_close:2423] 
  320   320 E mm-jpeg-intf: mm_jpeg_close:2426] 
  320   320 E mm-jpeg-intf: mm_jpeg_close:2433] X
  320   320 E qomx_image_core: OMX_Deinit:118] Complete
  320   320 E QCameraPostProc: deinit: Jpeg closed, rc = 0, mJpegClientHandle = 1200
  320   320 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320   320 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320   320 I CameraService: disconnect: Disconnected client for camera 0 for PID 9827
  337   337 D NuPlayerDriver: reset(0xb1d2e400) at state 4
  337   337 D NuPlayerDriver: notifyListener_l(0xb1d2e400), (8, 0, 0, -1), loop setting(0, 0)
 9827  9827 I Linphone: startRecording(0, 1280, 720, 30, 0, 2454070656)
  337 10313 D NuPlayerDriver: notifyResetComplete(0xb1d2e400)
  320   320 I CameraService: CameraService::connect call (PID -1 "org.linphone", camera ID 0) for HAL version default and Camera API version 1
  320   320 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
  337   449 D NuPlayerDriver: reset(0xb1d2e500) at state 4
  337   449 D NuPlayerDriver: notifyListener_l(0xb1d2e500), (8, 0, 0, -1), loop setting(0, 0)
  337 10319 D NuPlayerDriver: notifyResetComplete(0xb1d2e500)
  337  3030 D NuPlayerDriver: reset(0xb3693b80) at state 4
  337  3030 D NuPlayerDriver: notifyListener_l(0xb3693b80), (8, 0, 0, -1), loop setting(0, 0)
  337 10325 D NuPlayerDriver: notifyResetComplete(0xb3693b80)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb1d2e500) created, clientPid(320)
  337 10379 E FileSource: Failed to open file '/product/media/audio/ui/camera_click.ogg'. (No such file or directory)
  337 10379 E GenericSource: Failed to create data source!
  337 10378 D NuPlayerDriver: notifyListener_l(0xb1d2e500), (100, 1, -2147483648, -1), loop setting(0, 0)
  320  7731 E MediaPlayerNative: error (1, -2147483648)
  320   320 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/camera_click.ogg
  337   337 D NuPlayerDriver: reset(0xb1d2e500) at state 2
  337   337 D NuPlayerDriver: notifyListener_l(0xb1d2e500), (8, 0, 0, -1), loop setting(0, 0)
  337 10378 D NuPlayerDriver: notifyResetComplete(0xb1d2e500)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb1d2ef00) created, clientPid(320)
  337 10381 D NuPlayerDriver: notifyListener_l(0xb1d2ef00), (1, 0, 0, -1), loop setting(0, 0)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb1d2e700) created, clientPid(320)
  337 10385 E FileSource: Failed to open file '/product/media/audio/ui/VideoRecord.ogg'. (No such file or directory)
  337 10385 E GenericSource: Failed to create data source!
  337 10384 D NuPlayerDriver: notifyListener_l(0xb1d2e700), (100, 1, -2147483648, -1), loop setting(0, 0)
  320  7731 E MediaPlayerNative: error (1, -2147483648)
  320   320 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoRecord.ogg
  337  3026 D NuPlayerDriver: reset(0xb1d2e700) at state 2
  337  3026 D NuPlayerDriver: notifyListener_l(0xb1d2e700), (8, 0, 0, -1), loop setting(0, 0)
  337 10384 D NuPlayerDriver: notifyResetComplete(0xb1d2e700)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb1d2ec00) created, clientPid(320)
  337 10387 D NuPlayerDriver: notifyListener_l(0xb1d2ec00), (1, 0, 0, -1), loop setting(0, 0)
  337  3026 D NuPlayerDriver: NuPlayerDriver(0xb1d2e700) created, clientPid(320)
  337 10391 E FileSource: Failed to open file '/product/media/audio/ui/VideoStop.ogg'. (No such file or directory)
  337 10391 E GenericSource: Failed to create data source!
  337 10390 D NuPlayerDriver: notifyListener_l(0xb1d2e700), (100, 1, -2147483648, -1), loop setting(0, 0)
  320  7731 E MediaPlayerNative: error (1, -2147483648)
  320   320 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoStop.ogg
  337   337 D NuPlayerDriver: reset(0xb1d2e700) at state 2
  337   337 D NuPlayerDriver: notifyListener_l(0xb1d2e700), (8, 0, 0, -1), loop setting(0, 0)
  337 10390 D NuPlayerDriver: notifyResetComplete(0xb1d2e700)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb3693b80) created, clientPid(320)
  337 10393 D NuPlayerDriver: notifyListener_l(0xb3693b80), (1, 0, 0, -1), loop setting(0, 0)
  320   320 I CameraHardwareInterface: Opening camera 0
  320   320 I CamDev@1.0-impl: Opening camera 0
  284   284 D audio_hw_primary: adev_set_parameters: enter: cameraFacing=back
  320   320 E QCamera2HWI: [KPI Perf] openCamera: E PROFILE_OPEN_CAMERA camera id 0
  320   320 E mm-camera-intf: mm_camera_open: dev name = /dev/video1, cam_idx = 1
  390   390 E mm-camera: stats_module_stop_session: list =0xadf83330, remove port =0xadfed000 name=stats_sink from module=0xaf51e1a0, name=stats
  390   390 E mm-camera: stats_module_stop_session: 1 port =0xadfed000 name=stats_sink 
  390   390 E mm-camera: stats_module_stop_session: 2 port =0xadfed000 name=stats_sink 
  390   390 E mm-camera: is_module_stop_session: Enter
  390   390 E mm-camera: is_module_stop_session: Exit successful
  390   390 E mm-camera: gyro_module_stop_session: Enter
  390   390 E mm-camera: gyro_port_deinit: Deinit DSPS
  390   390 E mm-camera: gyro_port_deinit: DSPS deinited
  390   390 E mm-camera: gyro_module_stop_session: Exit successful
  390   390 E mm-camera: stats_module_stop_session: 3 port =0xadfed000 name=stats_sink 
  390   390 E mm-camera: c2d_module_stop_session:358, info: stopping session 1 ...
  390 10347 E mm-camera: c2d_thread_process_pipe_message:708, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  390   390 E mm-camera: c2d_module_stop_session:400, info: session 1 stopped.
  390   390 E hdr     : Session id 0x1 stopped
  390 10399 E mm-camera: isp_tintless_open: E: afa56fd9
  390 10402 E hdr     : Session id 0x1 started
  390 10400 E mm-camera: is_module_start_session: Enter
  390 10400 E mm-camera: is_module_start_session: Exit successful
  390 10400 E mm-camera: gyro_module_start_session: Enter
  390 10400 E mm-camera: gyro_port_init: Init DSPS
  390 10400 E mm-camera: gyro_port_init: DSPS inited
  390 10400 E mm-camera: gyro_module_start_session: Exit successful
  390 10400 E mm-camera: is_module_get_port: Exit successful
  390 10400 E mm-camera: gyro_module_get_port: Exit successful
  390 10401 E mm-camera: c2d_module_start_session:273, info: starting session 1
  390 10413 E mm-camera: c2d_thread_func:41: c2d_thread entering the polling loop...
  390 10401 E mm-camera: c2d_module_start_session:320, info: c2d_thread created.
  390 10401 E mm-camera: c2d_module_start_session:342, info: session 1 started.
  320   320 E mm-camera-intf: mm_camera_open:  opened, break out while loop
  320   320 E mm-jpeg-intf: mm_jpeg_init:1708] Launch jobmgr thread rc 0
  320   320 E mm-jpeg-intf: Max picture size 4208 x 3120, WorkBufSize = 19869696
  320   320 E qomx_image_core: OMX_Init:94] Complete 2
  320   320 E QCameraHWI_Mem: alloc : No memory pool available
  320   320 E QCameraParameters: setPreviewFpsRange: E minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30000
  320   320 E QCameraParameters: setPreviewFpsRange: Setting preview fps range 7500,30000
  320   320 E QCameraParameters: setPreviewFpsRange: Updated: minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30000
  320   320 E QCamera2HWI: calcThermalLevel: level: 0, preview minfps 7500, preview maxfpS 30000video minfps 7500, video maxfpS 30000
  320   320 E QCamera2HWI: calcThermalLevel: Thermal level 0, FPS [7.50,30.00, 7.50,30.00], frameskip 0
  320   320 E QCameraParameters: setPreviewFpsRange: Thermal adjusted preview fps range 7,30, 7, 30
  320   320 E QCameraParameters: enableFlash:Wrong saved led mode
  320   320 E QCameraParameters: setSeeMore: seeMoreStr =off
  320   320 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320   320 I chatty  : uid=1047(cameraserver) /system/bin/cameraserver identical 2 lines
  320   320 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
 9827  9827 I Linphone: FOCUS_MODE_CONTINUOUS_VIDEO is supported, let's use it
  320 10395 E QCameraParameters: setPreviewFpsRange: FpsRange Values:(7500, 30000)
  320 10395 E QCameraParameters: setPreviewFpsRange: Requested FpsRange Values:(7500, 30000)
  320 10395 E QCameraParameters: UpdateHFRFrameRate: CameraParameters - : minFps = 7500, maxFps = 30000 
  320 10395 E QCameraParameters: UpdateHFRFrameRate: Requested params - : minFps = 7500, maxFps = 30000 
  320 10395 E QCameraParameters: UpdateHFRFrameRate: prevHfrMode - 0, currentHfrMode = 0 
  320 10395 E QCameraParameters: HFR mode is OFF
  320 10395 E QCameraParameters: setPreviewFpsRange: UpdateHFRFrameRate 0
  320 10395 E QCameraParameters: setPreviewFpsRange: No change in FpsRange
  320 10395 E QCameraParameters: setSnapshotHDR :E 0. Snapshot HDR set to: off
  320 10395 E QCameraParameters: setSnapshotHDR :X 3. Snapshot HDR set to: prev_str off, prop off
  320 10395 E QCameraParameters: setSeeMore: str =off & prev_str =off
 9827  9827 W Linphone: Camera preview orientation: 90
 9827 10308 W Linphone: Video MSTicker: We are late of 299 miliseconds.
 9827  9827 I Linphone: Postprocessing of Android VIDEO capture filter
  320  2081 E QCamera2HWI: [KPI Perf] stop_preview: E PROFILE_STOP_PREVIEW
  320   320 E QCamera2HWI: [KPI Perf] stop_preview: E PROFILE_STOP_PREVIEW
  320   320 I CamDev@1.0-impl: Closing camera 0
  320   320 E mm-jpeg-intf: mm_jpeg_close:2410] E
  320   320 E mm-jpeg-intf: mm_jpeg_close:2415] 
  320   320 E mm-jpeg-intf: mm_jpeg_close:2423] 
  320   320 E mm-jpeg-intf: mm_jpeg_close:2426] 
  320   320 E mm-jpeg-intf: mm_jpeg_close:2433] X
  320   320 E qomx_image_core: OMX_Deinit:118] Complete
  320   320 E QCameraPostProc: deinit: Jpeg closed, rc = 0, mJpegClientHandle = 1300
  320   320 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320   320 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320   320 I CameraService: disconnect: Disconnected client for camera 0 for PID 9827
 9827  9827 I Linphone: ms_filter_unlink: MSAndroidVideoCapture:0x964343f0,0-->MSPixConv:0x96434428,0
  337   449 D NuPlayerDriver: reset(0xb1d2ef00) at state 4
  337   449 D NuPlayerDriver: notifyListener_l(0xb1d2ef00), (8, 0, 0, -1), loop setting(0, 0)
 9827  9827 I Linphone: ms_filter_unlink: MSPixConv:0x96434428,0-->MSQRCodeReader:0x96434508,0
 9827  9827 I Linphone: ms_filter_unlink: MSQRCodeReader:0x96434508,0-->MSTee:0x964344d0,0
 9827  9827 I Linphone: ms_filter_unlink: MSTee:0x964344d0,1-->MSVoidSink:0x96434460,0
 9827  9827 I Linphone: ms_filter_unlink: MSTee:0x964344d0,2-->MSJpegWriter:0x96434498,0
  337 10381 D NuPlayerDriver: notifyResetComplete(0xb1d2ef00)
  337  3026 D NuPlayerDriver: reset(0xb1d2ec00) at state 4
  337  3026 D NuPlayerDriver: notifyListener_l(0xb1d2ec00), (8, 0, 0, -1), loop setting(0, 0)
  337 10387 D NuPlayerDriver: notifyResetComplete(0xb1d2ec00)
  337  3030 D NuPlayerDriver: reset(0xb3693b80) at state 4
  337  3030 D NuPlayerDriver: notifyListener_l(0xb3693b80), (8, 0, 0, -1), loop setting(0, 0)
  337 10393 D NuPlayerDriver: notifyResetComplete(0xb3693b80)
  390   390 E mm-camera: stats_module_stop_session: list =0xadf83330, remove port =0xadfed060 name=stats_sink from module=0xaf51e1a0, name=stats
  390   390 E mm-camera: stats_module_stop_session: 1 port =0xadfed060 name=stats_sink 
  390   390 E mm-camera: stats_module_stop_session: 2 port =0xadfed060 name=stats_sink 
  390   390 E mm-camera: is_module_stop_session: Enter
  390   390 E mm-camera: is_module_stop_session: Exit successful
  390   390 E mm-camera: gyro_module_stop_session: Enter
  390   390 E mm-camera: gyro_port_deinit: Deinit DSPS
  390   390 E mm-camera: gyro_port_deinit: DSPS deinited
  390   390 E mm-camera: gyro_module_stop_session: Exit successful
  390   390 E mm-camera: stats_module_stop_session: 3 port =0xadfed060 name=stats_sink 
 9827 10308 I Linphone: Video MSTicker thread exiting
 9827  9827 I Linphone: Uninit of Android VIDEO capture filter
  390   390 E mm-camera: c2d_module_stop_session:358, info: stopping session 1 ...
  390 10413 E mm-camera: c2d_thread_process_pipe_message:708, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  390   390 E mm-camera: c2d_module_stop_session:400, info: session 1 stopped.
  390   390 E hdr     : Session id 0x1 stopped
 9827  9827 I Linphone: New global state [Shutdown]
 9827  9827 I Linphone: Linphone core [0x944a2500] notified [global_state_changed]
 9827  9827 I Linphone: [Platform Helper] onLinphoneCoreStop, network monitoring is true
 9827  9827 I Linphone: [Platform Helper] Unregistering interactivity receiver
 9827  9827 I Linphone: [Platform Helper] Unregistering network callbacks
 9827  9827 I Linphone: [Platform Helper] Unregistering doze receiver
  664  2776 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=17, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] (release request)
 9827  9827 I Linphone: Destroying friends.
 9827  9827 I Linphone: Destroying friends done.
 9827  9827 I Linphone: Unregistration started.
 9827  9827 I Linphone: Reseting transports
 9827  9827 I Linphone: Listening point [0x949643c0] on [sip:[::0]:34028;transport=UDP] destroyed
 9827  9827 I Linphone: Listening point [0x94964e40] on [sip:[::0]:47946;transport=TCP] destroyed
 9827  9827 I Linphone: Listening point [0x94964ec0] on [sip:[::0]:52116;transport=TLS] destroyed
 9827  9827 I Linphone: Sal::unlistenPorts(): done
 9827  9827 I Linphone: http provider destroyed.
 9827  9827 I Linphone: stack [0xa5648a00] destroyed.
 9827  9827 W Linphone: [OpenSLES] Deletion of OpenSLES context [0x96146b48]
 9827  9827 I Linphone: AndroidPlatformHelpers has been destroyed.
 9827  9827 I Linphone: New global state [Off]
 9827  9827 I Linphone: Linphone core [0x944a2500] notified [global_state_changed]
 9827  9827 W Linphone: Core was stopped, before starting it again we need to init it
 9827  9827 I Linphone: Initializing LinphoneCore 3.12.0-3396-g12a3c99eb
 9827  9827 I Linphone: Sal nat helper [enabled]
 9827  9827 I Linphone: [Device] hasLowLatencyFeature: true, hasProFeature: false
 9827  9827 I Linphone: [Device] Output frames per buffer: 192, output sample rate: 48000.
 9827  9827 I Linphone: [Platform Helper] Created, wifi only mode is disabled
 9827  9827 I Linphone: [Platform Helper] Starting copy from assets to application files directory
 9827  9827 I Linphone: [Platform Helper] Copy from assets done
 9827  9827 I Linphone: [Platform Helper] Starting copy from legacy  resources to application files directory
 9827  9827 I Linphone: [Platform Helper] App doesn't seem to embed resource cpim_grammar in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
 9827  9827 I Linphone: [Platform Helper] Resource identifier null for target [cpim_grammar]
 9827  9827 I Linphone: [Platform Helper] App doesn't seem to embed resource vcard_grammar in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
 9827  9827 I Linphone: [Platform Helper] Resource identifier null for target [vcard_grammar]
 9827  9827 I Linphone: [Platform Helper] App doesn't seem to embed resource rootca in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
 9827  9827 I Linphone: [Platform Helper] Resource identifier null for target [rootca.pem]
 9827  9827 I Linphone: [Platform Helper] App doesn't seem to embed resource notes_of_the_optimistic in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
 9827  9827 I Linphone: [Platform Helper] Resource identifier null for target [notes_of_the_optimistic.mkv]
 9827  9827 I Linphone: [Platform Helper] App doesn't seem to embed resource ringback in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
 9827  9827 I Linphone: [Platform Helper] Resource identifier null for target [ringback.wav]
 9827  9827 I Linphone: [Platform Helper] App doesn't seem to embed resource hold in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
 9827  9827 I Linphone: [Platform Helper] Resource identifier null for target [dont_wait_too_long.mkv]
 9827  9827 I Linphone: [Platform Helper] App doesn't seem to embed resource incoming_chat in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
 9827  9827 I Linphone: [Platform Helper] Resource identifier null for target [incoming_chat.wav]
 9827  9827 I Linphone: [Platform Helper] Copy from legacy resources done
 9827  9827 W Linphone: [Platform Helper] Device is in bucket STANDBY_BUCKET_ACTIVE
 9827  9827 I Linphone: [Platform Helper] Adding 195.238.2.21 to DNS servers list
 9827  9827 I Linphone: [Platform Helper] Adding 195.238.2.22 to DNS servers list
 9827  9827 I Linphone: bellesip_wake_lock_init(): initialization succeed
 9827  9827 I Linphone: AndroidPlatformHelpers is fully initialised.
 9827  9827 I Linphone: Mediastreamer2 factory 2.16.1 (git: 2.16.1-562-g8fc5cd31) initialized.
 9827  9827 I Linphone: CPU count set to 4
 9827  9827 I Linphone: ms_factory_init() done: platform_tags=linux,android,arm,embedded
 9827  9827 I Linphone: srtp init
 9827 10430 I OMXClient: IOmx service obtained
  384  3131 I OMXMaster: makeComponentInstance(OMX.qcom.video.encoder.avc) in <unknown> process
 9827  9827 I Linphone: Codec video/avc successfully created.
 9827 10439 I OMXClient: IOmx service obtained
  384   384 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.avc) in <unknown> process
 9827  9827 I Linphone: Codec video/avc successfully created.
 9827  9827 I Linphone: MediaCodec: 'video/avc' format supported
 9827  9827 W MediaCodec-JNI: try to release MediaCodec from JMediaCodec::~JMediaCodec()...
 9827  9827 W MediaCodec-JNI: done releasing MediaCodec from JMediaCodec::~JMediaCodec().
 9827  9827 W System.err: java.lang.IllegalArgumentException: Failed to initialize video/hevc, error 0xfffffffe
 9827  9827 W System.err:   at android.media.MediaCodec.native_setup(Native Method)
 9827  9827 W System.err:   at android.media.MediaCodec.<init>(MediaCodec.java:1811)
 9827  9827 W System.err:   at android.media.MediaCodec.createEncoderByType(MediaCodec.java:1777)
 9827  9827 W System.err:   at org.linphone.core.CoreImpl.start(Native Method)
 9827  9827 W System.err:   at org.linphone.core.CoreImpl.start(Core.java:5319)
 9827  9827 W System.err:   at org.linphone.a.m(LinphoneManager.java:686)
 9827  9827 W System.err:   at org.linphone.assistant.j.onClick(RemoteProvisioningFragment.java:68)
 9827  9827 W System.err:   at android.view.View.performClick(View.java:6597)
 9827  9827 W System.err:   at android.view.View.performClickInternal(View.java:6574)
 9827  9827 W System.err:   at android.view.View.access$3100(View.java:778)
 9827  9827 W System.err:   at android.view.View$PerformClick.run(View.java:25885)
 9827  9827 W System.err:   at android.os.Handler.handleCallback(Handler.java:873)
 9827  9827 W System.err:   at android.os.Handler.dispatchMessage(Handler.java:99)
 9827  9827 W System.err:   at android.os.Looper.loop(Looper.java:193)
 9827  9827 W System.err:   at android.app.ActivityThread.main(ActivityThread.java:6718)
 9827  9827 W System.err:   at java.lang.reflect.Method.invoke(Native Method)
 9827  9827 W System.err:   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
 9827  9827 W System.err:   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
 9827  9827 E Linphone: Failed to create codec !
 9827  9827 W Linphone: MediaCodec: 'video/hevc' format not supported for encoding
 9827 10445 I OMXClient: IOmx service obtained
  384   384 I OMXMaster: makeComponentInstance(OMX.google.hevc.decoder) in <unknown> process
 9827  9827 I Linphone: Codec video/hevc successfully created.
 9827  9827 I Linphone: Registering all soundcard handlers
 9827  9827 I Linphone: Native android sound support not tested on SDK [28], disabled.
 9827  9827 I Linphone: [OpenSLES] libOpenSLES correctly loaded, creating OpenSLES MS soundcard
 9827  9827 I Linphone: This device (OnePlus/A0001/msm8974) declares it has a built-in echo canceller.
 9827  9827 I Linphone: Found information for [OnePlus/A0001/msm8974] from internal table
 9827  9827 I Linphone: Sound device information for [OnePlus/A0001/msm8974] is: builtin=[yes], delay=[0] ms
 9827  9827 I Linphone: This device (OnePlus/A0001/msm8974) declares it has a built-in echo canceller.
 9827  9827 I Linphone: Found information for [OnePlus/A0001/msm8974] from internal table
 9827  9827 I Linphone: Sound device information for [OnePlus/A0001/msm8974] is: builtin=[yes], delay=[0] ms
 9827  9827 I Linphone: [OpenSLES] Using 192 for buffer size value
 9827  9827 I Linphone: [OpenSLES] Using 48000 for sample rate value
 9827  9827 W Linphone: [OpenSLES] Removing MS_SND_CARD_CAP_CAPTURE flag from soundcard to use HAEC Java capture soundcard
 9827  9827 I Linphone: Card 'openSLES: android sound card' added with capabilities [playback]
 9827  9827 I Linphone: SDK version [28] detected
 9827  9827 I Linphone: This device (OnePlus/A0001/msm8974) declares it has a built-in echo canceller.
 9827  9827 I Linphone: Found information for [OnePlus/A0001/msm8974] from internal table
 9827  9827 I Linphone: Sound device information for [OnePlus/A0001/msm8974] is: builtin=[yes], delay=[0] ms
 9827  9827 I Linphone: Card 'ANDROID SND (deprecated): Android Sound card' added with capabilities [capture, playback]
 9827  9827 I Linphone: Registering all webcam handlers
 9827  9827 I Linphone: Detecting Android VIDEO cards
 9827  9827 I Linphone: getHelperClassGlobalRef (env: 0xade13400)
 9827  9827 I Linphone: Android SDK version found is 28
 9827  9827 I Linphone: 2 cards detected
 9827  9827 I Linphone: Android VIDEO capture filter cam init
 9827  9827 I Linphone: Webcam Android0 added
 9827  9827 I Linphone: camera created: id=0 frontFacing=0 orientation=90 [msid:Android0]
 9827  9827 I Linphone: Android VIDEO capture filter cam init
 9827  9827 I Linphone: Webcam Android1 added
 9827  9827 I Linphone: camera created: id=1 frontFacing=1 orientation=270 [msid:Android1]
 9827  9827 I Linphone: Detection of Android VIDEO cards done
 9827  9827 I Linphone: Webcam StaticImage: Static picture added
 9827  9827 I Linphone: MSAndroidDisplay registered.
 9827  9827 I Linphone: MSAndroidDisplay (OpenGL ES2) registered (id=80).
 9827  9827 I Linphone: ms_factory_init_voip() done
 9827  9827 I Linphone: Loading ms plugins from [/data/app/org.linphone-qYeTUG9adDMD17SCJ_verg==/lib/arm]
 9827  9827 I Linphone: Loading plugin /data/app/org.linphone-qYeTUG9adDMD17SCJ_verg==/lib/arm/libmswebrtc.so...
 9827  9827 I Linphone: libmswebrtc 1.1.1 plugin loaded, iSAC codec version 3.6.0, iLBC codec version 1.1.1
 9827  9827 I Linphone: Plugin loaded (/data/app/org.linphone-qYeTUG9adDMD17SCJ_verg==/lib/arm/libmswebrtc.so)
 9827  9827 I Linphone: Codec opus/48000 fmtp=[useinbandfec=1] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec SILK/16000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec speex/16000 fmtp=[vbr=on] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec speex/8000 fmtp=[vbr=on] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec PCMU/8000 fmtp=[] number=0, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec PCMA/8000 fmtp=[] number=8, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec red/1000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec t140/1000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec GSM/8000 fmtp=[] number=3, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec G722/8000 fmtp=[] number=9, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec iLBC/8000 fmtp=[mode=30] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec AMR/8000 fmtp=[octet-align=1] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec AMR-WB/16000 fmtp=[octet-align=1] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec G729/8000 fmtp=[annexb=yes] number=18, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec mpeg4-generic/16000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec mpeg4-generic/22050 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec mpeg4-generic/32000 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec mpeg4-generic/44100 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec mpeg4-generic/48000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec iSAC/16000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec speex/32000 fmtp=[vbr=on] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec SILK/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec SILK/12000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec SILK/24000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec G726-16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec G726-24/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec G726-32/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec G726-40/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec AAL2-G726-16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec AAL2-G726-24/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec AAL2-G726-32/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec AAL2-G726-40/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec CODEC2/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec BV16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec VP8/90000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec H264/90000 fmtp=[profile-level-id=42801F] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec H265/90000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec MP4V-ES/90000 fmtp=[profile-level-id=3] number=-1, default enablement: 16) added to the list of possible codecs.
 9827  9827 I Linphone: Codec H263-1998/90000 fmtp=[CIF=1;QCIF=1] number=-1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec H263/90000 fmtp=[] number=34, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec 1016/8000 fmtp=[] number=1, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec G723/8000 fmtp=[] number=4, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec LPC/8000 fmtp=[] number=7, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec L16/44100 fmtp=[] number=10, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec L16/44100 fmtp=[] number=11, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec CN/8000 fmtp=[] number=13, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec H261/90000 fmtp=[] number=31, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Codec MPV/90000 fmtp=[] number=32, default enablement: 0) added to the list of possible codecs.
 9827  9827 I Linphone: Root ca path set to /system/etc/security/cacerts
 9827  9827 I Linphone: Root ca path set to /system/etc/security/cacerts
 9827  9827 I Linphone: [Platform Helper] getDnsServers() returning 195.238.2.21, 195.238.2.22, 
 9827  9827 I Linphone: AndroidPlatformHelpers found DNS server 195.238.2.21
 9827  9827 I Linphone: AndroidPlatformHelpers found DNS server 195.238.2.22
 9827  9827 I Linphone: Linphone core [0x944a2500] notified [friend_list_created]
 9827  9827 I Linphone: Cannot open directory ./lib/liblinphone/plugins: No such file or directory
 9827  9827 I Linphone: linphone_core_set_playback_gain_db(): no active call.
 9827  9827 I Linphone: linphone_core_set_mic_gain_db(): no active call.
 9827  9827 I Linphone: Sal nat helper [enabled]
 9827  9827 I Linphone: Sal use rports [enabled]
 9827  9827 I Linphone: MTU is supposed to be 1300, rtp payload max size will be 1240
 9827  9827 I Linphone: Could not find encoder for SILK
 9827  9827 I Linphone: Could not find decoder for SILK
 9827  9827 I Linphone: Could not find encoder for AMR
 9827  9827 I Linphone: Could not find decoder for AMR
 9827  9827 I Linphone: Could not find encoder for AMR-WB
 9827  9827 I Linphone: Could not find decoder for AMR-WB
 9827  9827 I Linphone: Could not find encoder for G729
 9827  9827 I Linphone: Could not find decoder for G729
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for SILK
 9827  9827 I Linphone: Could not find decoder for SILK
 9827  9827 I Linphone: Could not find encoder for SILK
 9827  9827 I Linphone: Could not find decoder for SILK
 9827  9827 I Linphone: Could not find encoder for SILK
 9827  9827 I Linphone: Could not find decoder for SILK
 9827  9827 I Linphone: Could not find encoder for G726-16
 9827  9827 I Linphone: Could not find decoder for G726-16
 9827  9827 I Linphone: Could not find encoder for G726-24
 9827  9827 I Linphone: Could not find decoder for G726-24
 9827  9827 I Linphone: Could not find encoder for G726-32
 9827  9827 I Linphone: Could not find decoder for G726-32
 9827  9827 I Linphone: Could not find encoder for G726-40
 9827  9827 I Linphone: Could not find decoder for G726-40
 9827  9827 I Linphone: Could not find encoder for AAL2-G726-16
 9827  9827 I Linphone: Could not find decoder for AAL2-G726-16
 9827  9827 I Linphone: Could not find encoder for AAL2-G726-24
 9827  9827 I Linphone: Could not find decoder for AAL2-G726-24
 9827  9827 I Linphone: Could not find encoder for AAL2-G726-32
 9827  9827 I Linphone: Could not find decoder for AAL2-G726-32
 9827  9827 I Linphone: Could not find encoder for AAL2-G726-40
 9827  9827 I Linphone: Could not find decoder for AAL2-G726-40
 9827  9827 I Linphone: Could not find encoder for CODEC2
 9827  9827 I Linphone: Could not find decoder for CODEC2
 9827  9827 I Linphone: Could not find encoder for BV16
 9827  9827 I Linphone: Could not find decoder for BV16
 9827  9827 I Linphone: Could not find encoder for 1016
 9827  9827 I Linphone: Could not find decoder for 1016
 9827  9827 I Linphone: Could not find encoder for G723
 9827  9827 I Linphone: Could not find decoder for G723
 9827  9827 I Linphone: Could not find encoder for LPC
 9827  9827 I Linphone: Could not find decoder for LPC
 9827  9827 I Linphone: Could not find encoder for CN
 9827  9827 I Linphone: Could not find decoder for CN
 9827  9827 I Linphone: Could not find encoder for H265
 9827  9827 I Linphone: Could not find decoder for H265
 9827  9827 I Linphone: Could not find encoder for MP4V-ES
 9827  9827 I Linphone: Could not find decoder for MP4V-ES
 9827  9827 I Linphone: Could not find encoder for H263-1998
 9827  9827 I Linphone: Could not find decoder for H263-1998
 9827  9827 I Linphone: Could not find encoder for H263
 9827  9827 I Linphone: Could not find decoder for H263
 9827  9827 I Linphone: Could not find encoder for H261
 9827  9827 I Linphone: Could not find decoder for H261
 9827  9827 I Linphone: Could not find encoder for MPV
 9827  9827 I Linphone: Could not find decoder for MPV
 9827  9827 I Linphone: Supported codec red/1000 fmtp= automatically added to codec list.
 9827  9827 I Linphone: Supported codec t140/1000 fmtp= automatically added to codec list.
 9827  9827 I Linphone: Sal use rports [enabled]
 9827  9827 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
 9827  9827 I Linphone: Sal::unlistenPorts(): done
 9827  9827 I Linphone: Creating listening point [0x94f541c0] on [sip:[::0]:-1;transport=UDP]
 9827  9827 I Linphone: Random UDP port is 38991
 9827  9827 I Linphone: Creating listening point [0x94f54580] on [sip:[::0]:-1;transport=TCP]
 9827  9827 I Linphone: Random TCP port is 36113
 9827  9827 I Linphone: Creating listening point [0x94f54f80] on [sip:[::0]:-1;transport=TLS]
 9827  9827 I Linphone: Random TCP port is 34088
 9827  9827 I Linphone: Root ca path set to /system/etc/security/cacerts
 9827  9827 I Linphone: Root ca path set to /system/etc/security/cacerts
 9827  9827 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
 9827  9827 I Linphone: Lime X3DH server URL not set, can't enable
 9827  9827 I Linphone: New global state [Ready]
 9827  9827 I Linphone: Linphone core [0x944a2500] notified [global_state_changed]
 9827  9827 I Linphone: New global state [Startup]
 9827  9827 I Linphone: Linphone core [0x944a2500] notified [global_state_changed]
 9827  9827 I Linphone: Opening linphone database /data/user/0/org.linphone/files/linphone.db with backend Sqlite3
 9827  9827 I Linphone: Start measurement of [Get chat rooms.].
 9827  9827 I Linphone: Start transaction 0xbed1c674 in MainDb::getChatRooms.
 9827  9827 I Linphone: Commit transaction 0xbed1c674 in MainDb::getChatRooms.
 9827  9827 I Linphone: Duration of [Get chat rooms.]: 0ms.
 9827  9827 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
 9827  9827 I Linphone: [Platform Helper] onLinphoneCoreStart, network monitoring is true
 9827  9827 I Linphone: [Platform Helper] Registering network callbacks
 9827  9827 I Linphone: [Platform Helper] [Network Manager 26] ACCESS_NETWORK_STATE permission is granted
  664  8515 D ConnectivityService: requestNetwork for uid/pid:10093/9827 NetworkRequest [ TRACK_DEFAULT id=18, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ]
 9827  9827 I Linphone: [Platform Helper] Registering doze receiver
 2915  2915 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=18, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] with score 60
 9827  9827 I Linphone: [Platform Helper] Registering interactivity receiver
  664  2803 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=18, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] with score 60
  664  2773 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=18, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] with score 60
  664  2773 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=18, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] with score 60
 9827  9827 I Linphone: [Platform Helper] No connectivity: setting network unreachable
 9827  9827 I Linphone: New global state [Configuring]
 9827  9827 I Linphone: Linphone core [0x944a2500] notified [global_state_changed]
 9827  9827 I Linphone: get_jni_env(): thread successfuly attached
 9827  9827 I Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip send channel] acquired [ref=0x29f2]
 9827  9827 I Linphone: channel [0x92a15d80]: starting send background task with id=[29f2].
 9827  9827 I Linphone: channel [0x92a15d80]: starting resolution of storage.googleapis.com
 9827  9827 I Linphone: channel 0x92a15d80: state RES_IN_PROGRESS
 9827  9827 I Linphone: resconf using application supplied dns server list.
 9827  9827 I Linphone: Resolver is using DNS server(s):
 9827  9827 I Linphone:     195.238.2.21
 9827  9827 I Linphone:     195.238.2.22
 9827  9827 I Linphone: resolver_process_data dns_res_check() in progress
 9827  9827 I Linphone: DNS resolution awaiting response, queued to main loop
 9827  9827 I Linphone: resconf using application supplied dns server list.
 9827  9827 I Linphone: Resolver is using DNS server(s):
 9827  9827 I Linphone:     195.238.2.21
 9827  9827 I Linphone:     195.238.2.22
 9827  9827 I Linphone: resolver_process_data dns_res_check() in progress
 9827  9827 I Linphone: DNS resolution awaiting response, queued to main loop
 9827  9827 I Linphone: Core callbacks [0xa5279128] registered on core [0x944a2500]
 9827  9827 I Linphone: Core callbacks [0xa52790d8] registered on core [0x944a2500]
 9827  9827 I Choreographer: Skipped 34 frames!  The application may be doing too much work on its main thread.
  305   435 D SurfaceFlinger: duplicate layer name: changing org.linphone/org.linphone.assistant.AssistantActivity to org.linphone/org.linphone.assistant.AssistantActivity#1
 9827  9847 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
 9827  9827 I Linphone: storage.googleapis.com resolved to 2a00:1450:400e:809::2010
 9827  9827 I Linphone: storage.googleapis.com resolved to 172.217.168.208
 9827  9827 I Linphone: channel 0x92a15d80: state RES_DONE
 9827  9827 I Linphone: channel 0x92a15d80: state CONNECTING
 9827  9827 I Linphone: Trying to connect to [TLS://2a00:1450:400e:809::2010:443]
 9827  9827 E Linphone: stream connect failed Network is unreachable
 9827  9827 E Linphone: Cannot connect to [TLS://storage.googleapis.com:443]
 9827  9827 I Linphone: channel 0x92a15d80: state ERROR
 9827  9827 I Linphone: channel 0x92a15d80: state RETRY
 9827  9827 I Linphone: channel 0x92a15d80: state CONNECTING
 9827  9827 I Linphone: Trying to connect to [TLS://::ffff:172.217.168.208:443]
 9827  9827 I Linphone: [Platform Helper] [Network Manager 26] A network is available: 1, wifi only is disabled
 9827  9827 I Linphone: [Platform Helper] Active network type is WIFI, state CONNECTED / CONNECTED
 9827  9827 I Linphone: [Platform Helper] Adding 195.238.2.21 to DNS servers list
 9827  9827 I Linphone: [Platform Helper] Adding 195.238.2.22 to DNS servers list
 9827  9827 I Linphone: [Platform Helper] Network reachability enabled
 9827  9827 I Linphone: [Platform Helper] [Network Manager 26] onCapabilitiesChanged 100, [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -45 SSID: "WIFINETWORD"]
 9827  9827 I Linphone: [Platform Helper] Active network type is WIFI, state CONNECTED / CONNECTED
 9827  9827 I Linphone: [Platform Helper] Adding 195.238.2.21 to DNS servers list
 9827  9827 I Linphone: [Platform Helper] Adding 195.238.2.22 to DNS servers list
 9827  9827 I Linphone: [Platform Helper] Network reachability enabled
 9827  9827 I Linphone: [Platform Helper] [Network Manager 26] onLinkPropertiesChanged 100, {InterfaceName: wlan0 LinkAddresses: [fe80::c2ee:fbff:fe25:93ac/64,10.80.0.146/24,]  Routes: [fe80::/64 -> :: wlan0,10.80.0.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 10.80.0.1 wlan0,] DnsAddresses: [195.238.2.21,195.238.2.22,] UsePrivateDns: false PrivateDnsServerName: null Domains: DOMAIN.local MTU: 0 TcpBufferSizes: 524288,2097152,4194304,262144,524288,1048576}
 9827  9827 I Linphone: [Platform Helper] Adding 195.238.2.21 to DNS servers list
 9827  9827 I Linphone: [Platform Helper] Adding 195.238.2.22 to DNS servers list
 9827  9827 I Linphone: [Platform Helper] getDnsServers() returning 195.238.2.21, 195.238.2.22, 
 9827  9827 I Linphone: AndroidPlatformHelpers found DNS server 195.238.2.21
 9827  9827 I Linphone: AndroidPlatformHelpers found DNS server 195.238.2.22
 9827  9827 I Linphone: SIP network reachability state is now [UP]
 9827  9827 I Linphone: Media network reachability state is now [UP]
 9827  9827 I Linphone: Linphone core [0x944a2500] notified [network_reachable]
 9827  9827 I Linphone: Channel [0x92a15d80]: Connected at TCP level, now doing TLS handshake with cname=storage.googleapis.com
 9827  9827 I Linphone: Channel [0x92a15d80]: SSL handshake in progress...
 9827  9827 I Linphone: Found certificate depth=[2], flags=[]:
 9827  9827 I Linphone: cert. version     : 3
 9827  9827 I Linphone: serial number     : 04:00:00:00:00:01:0F:86:26:E6:0D
 9827  9827 I Linphone: issuer name       : OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
 9827  9827 I Linphone: subject name      : OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
 9827  9827 I Linphone: issued  on        : 2006-12-15 08:00:00
 9827  9827 I Linphone: expires on        : 2021-12-15 08:00:00
 9827  9827 I Linphone: signed using      : RSA with SHA1
 9827  9827 I Linphone: RSA key size      : 2048 bits
 9827  9827 I Linphone: basic constraints : CA=true
 9827  9827 I Linphone: key usage         : Key Cert Sign, CRL Sign
 9827  9827 I Linphone: Found certificate depth=[1], flags=[]:
 9827  9827 I Linphone: cert. version     : 3
 9827  9827 I Linphone: serial number     : 01:E3:A9:30:1C:FC:72:06:38:3F:9A:53:1D
 9827  9827 I Linphone: issuer name       : OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
 9827  9827 I Linphone: subject name      : C=US, O=Google Trust Services, CN=Google Internet Authority G3
 9827  9827 I Linphone: issued  on        : 2017-06-15 00:00:42
 9827  9827 I Linphone: expires on        : 2021-12-15 00:00:42
 9827  9827 I Linphone: signed using      : RSA with SHA-256
 9827  9827 I Linphone: RSA key size      : 2048 bits
 9827  9827 I Linphone: basic constraints : CA=true, max_pathlen=0
 9827  9827 I Linphone: key usage         : Digital Signature, Key Cert Sign, CRL Sign
 9827  9827 I Linphone: ext key usage     : TLS Web Server Authentication, TLS Web Client Authentication
 9827  9827 I Linphone: 
 9827  9827 I Linphone: Found certificate depth=[0], flags=[]:
 9827  9827 I Linphone: cert. version     : 3
 9827  9827 I Linphone: serial number     : 5D:2F:8E:2C:15:AD:24:4F:90:1B:C0:93:5A:ED:74:74
 9827  9827 I Linphone: issuer name       : C=US, O=Google Trust Services, CN=Google Internet Authority G3
 9827  9827 I Linphone: subject name      : C=US, ST=California, L=Mountain View, O=Google LLC, CN=*.storage.googleapis.com
 9827  9827 I Linphone: issued  on        : 2019-06-11 12:44:34
 9827  9827 I Linphone: expires on        : 2019-09-03 12:21:00
 9827  9827 I Linphone: signed using      : RSA with SHA-256
 9827  9827 I Linphone: RSA key size      : 2048 bits
 9827  9827 I Linphone: basic constraints : CA=false
 9827  9827 I Linphone: subject alt name  : *.storage.googleapis.com, *.appspot.com.storage.googleapis.com, *.commondatastorage.googleapis.com, *.content-storage-download.googleapis.com, *.content-storage-upload.googleapis.com, *.content-storage.googleapis.com, *.googleapis.com, *.storage-download.googleapis.com, *.storage-upload.googleapis.com, *.storage.select.googleapis.com, commondatastorage.googleapis.com, panoramio.com, ssl.panoramio.com, static.panoramio.com.storage.googleapis.com, storage.googleapis.com, storage.select.googleapis.com, unfiltered.news, www.panoramio.com
 9827  9827 I Linphone: ext key usage     : TLS Web Server Authentication
 9827  9827 I Linphone: 
 9827  9827 I Linphone: Channel [0x92a15d80]: SSL handshake in progress...
 9827  9827 I Linphone: Channel [0x92a15d80]: SSL handshake finished, SSL version is [TLSv1.2], selected ciphersuite is [TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256]
 9827  9827 I Linphone: Channel has local address 10.80.0.146:48141
 9827  9827 I Linphone: channel 0x92a15d80: state READY
 9827  9827 I Linphone: channel [0x92a15d80]: message sent to [TLS://storage.googleapis.com:443], size: [123] bytes
 9827  9827 I Linphone: GET /mymicroinvest-production/tmp/sip.xml HTTP/1.1
 9827  9827 I Linphone: User-Agent: Unknown (belle-sip/1.6.3)
 9827  9827 I Linphone: Host: storage.googleapis.com
 9827  9827 I Linphone: 
 9827  9827 I Linphone: channel [0x92a15d80]: ending send background task with id=[29f2].
 9827  9827 I Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x29f2]
 9827  9827 I Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x2d9a]
 9827  9827 I Linphone: channel [0x92a15d80]: starting recv background task with id=[2d9a].
 9827  9827 I Linphone: channel [0x92a15d80]: received [1207] new bytes from [TLS://storage.googleapis.com:443]:
 9827  9827 I Linphone: HTTP/1.1 200 OK
 9827  9827 I Linphone: X-GUploader-UploadID: AEnB2Uq8uWi-P3yZChN_yUAour0tcYhu72IFpxkWcNrjDfSu0vvidZOiF927Ol86p8yvHRc-FMk9eDfeW0gzVXyLksbUsaTZOX_lR1YOrjGfDHjhzBQ7fj4
 9827  9827 I Linphone: Expires: Fri, 05 Jul 2019 09:01:03 GMT
 9827  9827 I Linphone: Date: Fri, 05 Jul 2019 08:01:03 GMT
 9827  9827 I Linphone: Last-Modified: Fri, 05 Jul 2019 08:00:52 GMT
 9827  9827 I Linphone: ETag: "2dee95a40cbe2b37922f0e221af25814"
 9827  9827 I Linphone: x-goog-generation: 1562313652120536
 9827  9827 I Linphone: x-goog-metageneration: 1
 9827  9827 I Linphone: x-goog-stored-content-encoding: identity
 9827  9827 I Linphone: x-goog-stored-content-length: 1300
 9827  9827 I Linphone: Content-Type: text/xml
 9827  9827 I Linphone: x-goog-hash: crc32c=pVmXaw==
 9827  9827 I Linphone: x-goog-hash: md5=Le6VpAy+KzeSLw4iGvJYFA==
 9827  9827 I Linphone: x-goog-storage-class: STANDARD
 9827  9827 I Linphone: Accept-Ranges: bytes
 9827  9827 I Linphone: Content-Length: 1300
 9827  9827 I Linphone: Vary: Origin
 9827  9827 I Linphone: Server: UploadServer
 9827  9827 I Linphone: Cache-Control: public, max-age=3600
 9827  9827 I Linphone: Age: 1734
 9827  9827 I Linphone: Alt-Svc: quic=":443"; ma=2592000; v="46,43,39"
 9827  9827 I Linphone: 
 9827  9827 I Linphone: <config xmlns="http://www.linphone.org/xsds/lpconfig.xsd"
 9827  9827 I Linphone:   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 9827  9827 I Linphone:   xsi:schemaLocation="http://www.linphone.org/xsds/lpconfig.xsd lpconfig.xsd">
 9827  9827 I Linphone: 
 9827  9827 I Linphone:   <section name="sip">
 9827  9827 I Linphone:     <entry name="register_only_when_network_is_up" overwrite="true">1</entry>
 9827  9827 I Linphone:   </section>
 9827  9827 I Linphone: 
 9827  9827 I Linphone:   <section name="app">
 9827  9827 I Linphone:     <entry name="push_notification" overwrite="true">1</entry>
 9827  9827 I Linphone:     <entry name="auto_start" overwrite=
 9827  9827 I Linphone: channel [0x92a15d80] [773] bytes parsed
 9827  9827 I Linphone: channel [0x92a15d80]: received [866] new bytes from [TLS://storage.googleapis.com:443]:
 9827  9827 I Linphone: "true">1</entry>
 9827  9827 I Linphone:     <entry name="background_mode" overwrite="true">1</entry>
 9827  9827 I Linphone:     <entry name="show_login_view" overwrite="true">1</entry>
 9827  9827 I Linphone:   </section>
 9827  9827 I Linphone: 
 9827  9827 I Linphone:   <section name="proxy_default_values">
 9827  9827 I Linphone:     <entry name="reg_proxy" overwrite="true">&lt;sip:DOMAIN.sip.us1.twilio.com;transport=tls&gt;</entry>
 9827  9827 I Linphone:     <entry name="reg_route" overwrite="true">&lt;sip:DOMAIN.sip.us1.twilio.com;transport=tls&gt;</entry>
 9827  9827 I Linphone:     <entry name="reg_identity" overwrite="true">&lt;sip:?@DOMAIN.sip.us1.twilio.com;region=de1&gt;</entry>
 9827  9827 I Linphone:     <entry name="reg_expires" overwrite="true">60</entry>
 9827  9827 I Linphone:     <entry name="reg_sendregister" overwrite="true">1</entry>
 9827  9827 I Linphone:     <entry name="publish" overwrite="true">0</entry>
 9827  9827 I Linphone:     <entry name="push_notification_allowed" overwrite="true">1</entry>
 9827  9827 I Linphone:   </section>
 9827  9827 I Linphone: 
 9827  9827 I Linphone:   <section name="misc">
 9827  9827 I Linphone:     <entry name="transient_provisioning">1</entry>
 9827  9827 I Linphone:   </section>
 9827  9827 I Linphone: </config>
 9827  9827 I Linphone: 
 9827  9827 I Linphone: channel [0x92a15d80] read [1300] bytes of body from [storage.googleapis.com:443]
 9827  9827 I Linphone: Set sip|register_only_when_network_is_up = 1
 9827  9827 I Linphone: Set app|push_notification = 1
 9827  9827 I Linphone: Set app|auto_start = 1
 9827  9827 I Linphone: Set app|background_mode = 1
 9827  9827 I Linphone: Set app|show_login_view = 1
 9827  9827 I Linphone: Set proxy_default_values|reg_proxy = <sip:DOMAIN.sip.us1.twilio.com;transport=tls>
 9827  9827 I Linphone: Set proxy_default_values|reg_route = <sip:DOMAIN.sip.us1.twilio.com;transport=tls>
 9827  9827 I Linphone: Set proxy_default_values|reg_identity = <sip:?@DOMAIN.sip.us1.twilio.com;region=de1>
 9827  9827 I Linphone: Set proxy_default_values|reg_expires = 60
 9827  9827 I Linphone: Set proxy_default_values|reg_sendregister = 1
 9827  9827 I Linphone: Set proxy_default_values|publish = 0
 9827  9827 I Linphone: Set proxy_default_values|push_notification_allowed = 1
 9827  9827 I Linphone: Set misc|transient_provisioning = 1
 9827  9827 I Linphone: Reading config information from /data/user/0/org.linphone/files/linphonerc
  305  2808 D SurfaceFlinger: duplicate layer name: changing Surface(name=55121d7 org.linphone/org.linphone.assistant.AssistantActivity)/@0x5bec12e - animation-leash to Surface(name=55121d7 org.linphone/org.linphone.assistant.AssistantActivity)/@0x5bec12e - animation-leash#1
  305  2808 D SurfaceFlinger: duplicate layer name: changing Surface(name=Dim Layer for - Task=99)/@0xa6afe5c - animation-leash to Surface(name=Dim Layer for - Task=99)/@0xa6afe5c - animation-leash#1
  664   688 I ActivityManager: START u0 {cmp=org.linphone/.LinphoneActivity (has extras)} from uid 10093
  664  3437 W ActivityManager: Duplicate finish request for ActivityRecord{5134cc3 u0 org.linphone/.assistant.AssistantActivity t99 f}
  664  2892 I ActivityManager: START u0 {cmp=org.linphone/.LinphoneActivity (has extras)} from uid 10093
  664  7441 W ActivityManager: Duplicate finish request for ActivityRecord{5134cc3 u0 org.linphone/.assistant.AssistantActivity t99 f}
 9827  9827 I Linphone: Linphone core [0x944a2500] notified [configuring_status]
 9827  9827 I Linphone: Cannot open directory ./lib/liblinphone/plugins: No such file or directory
 9827  9827 I Linphone: linphone_core_set_playback_gain_db(): no active call.
 9827  9827 I Linphone: linphone_core_set_mic_gain_db(): no active call.
 9827  9827 I Linphone: Sal nat helper [enabled]
 9827  9827 I Linphone: Sal use rports [enabled]
 9827  9827 I Linphone: MTU is supposed to be 1300, rtp payload max size will be 1240
 9827  9827 I Linphone: Could not find encoder for SILK
 9827  9827 I Linphone: Could not find decoder for SILK
 9827  9827 I Linphone: Could not find encoder for AMR
 9827  9827 I Linphone: Could not find decoder for AMR
 9827  9827 I Linphone: Could not find encoder for AMR-WB
 9827  9827 I Linphone: Could not find decoder for AMR-WB
 9827  9827 I Linphone: Could not find encoder for G729
 9827  9827 I Linphone: Could not find decoder for G729
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for mpeg4-generic
 9827  9827 I Linphone: Could not find decoder for mpeg4-generic
 9827  9827 I Linphone: Could not find encoder for SILK
 9827  9827 I Linphone: Could not find decoder for SILK
 9827  9827 I Linphone: Could not find encoder for SILK
 9827  9827 I Linphone: Could not find decoder for SILK
 9827  9827 I Linphone: Could not find encoder for SILK
 9827  9827 I Linphone: Could not find decoder for SILK
 9827  9827 I Linphone: Could not find encoder for G726-16
 9827  9827 I Linphone: Could not find decoder for G726-16
 9827  9827 I Linphone: Could not find encoder for G726-24
 9827  9827 I Linphone: Could not find decoder for G726-24
 9827  9827 I Linphone: Could not find encoder for G726-32
 9827  9827 I Linphone: Could not find decoder for G726-32
 9827  9827 I Linphone: Could not find encoder for G726-40
 9827  9827 I Linphone: Could not find decoder for G726-40
 9827  9827 I Linphone: Could not find encoder for AAL2-G726-16
 9827  9827 I Linphone: Could not find decoder for AAL2-G726-16
 9827  9827 I Linphone: Could not find encoder for AAL2-G726-24
 9827  9827 I Linphone: Could not find decoder for AAL2-G726-24
 9827  9827 I Linphone: Could not find encoder for AAL2-G726-32
 9827  9827 I Linphone: Could not find decoder for AAL2-G726-32
 9827  9827 I Linphone: Could not find encoder for AAL2-G726-40
 9827  9827 I Linphone: Could not find decoder for AAL2-G726-40
 9827  9827 I Linphone: Could not find encoder for CODEC2
 9827  9827 I Linphone: Could not find decoder for CODEC2
 9827  9827 I Linphone: Could not find encoder for BV16
 9827  9827 I Linphone: Could not find decoder for BV16
 9827  9827 I Linphone: Could not find encoder for 1016
 9827  9827 I Linphone: Could not find decoder for 1016
 9827  9827 I Linphone: Could not find encoder for G723
 9827  9827 I Linphone: Could not find decoder for G723
 9827  9827 I Linphone: Could not find encoder for LPC
 9827  9827 I Linphone: Could not find decoder for LPC
 9827  9827 I Linphone: Could not find encoder for CN
 9827  9827 I Linphone: Could not find decoder for CN
 9827  9827 I Linphone: Could not find encoder for H265
 9827  9827 I Linphone: Could not find decoder for H265
 9827  9827 I Linphone: Could not find encoder for MP4V-ES
 9827  9827 I Linphone: Could not find decoder for MP4V-ES
 9827  9827 I Linphone: Could not find encoder for H263-1998
 9827  9827 I Linphone: Could not find decoder for H263-1998
 9827  9827 I Linphone: Could not find encoder for H263
 9827  9827 I Linphone: Could not find decoder for H263
 9827  9827 I Linphone: Could not find encoder for H261
 9827  9827 I Linphone: Could not find decoder for H261
 9827  9827 I Linphone: Could not find encoder for MPV
 9827  9827 I Linphone: Could not find decoder for MPV
 9827  9827 I Linphone: Supported codec red/1000 fmtp= automatically added to codec list.
 9827  9827 I Linphone: Supported codec t140/1000 fmtp= automatically added to codec list.
 9827  9827 I Linphone: Sal use rports [enabled]
 9827  9827 I Linphone: Root ca path set to /system/etc/security/cacerts
 9827  9827 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
 9827  9827 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
 9827  9827 I Linphone: Root ca path set to /system/etc/security/cacerts
 9827  9827 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
 9827  9827 I Linphone: Root ca path set to /system/etc/security/cacerts
 9827  9827 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
 9827  9827 I Linphone: Lime X3DH server URL not set, can't enable
 9827  9827 I Linphone: New global state [On]
 9827  9827 I Linphone: Table already up to date: duplicate column name: call_id.
 9827  9827 I Linphone: linphone_core_get_call_history(): completed in 0 ms
 9827  9827 W Linphone: nothing to migrate, skipping...
 9827  9827 I Linphone: Start transaction 0xbed1c130 in MainDb::importLegacyHistory.
 9827  9827 I Linphone: Rollback transaction 0xbed1c130 in MainDb::importLegacyHistory.
 9827  9827 I Linphone: linphone_core_fetch_friends_lists_from_db(): 0 results fetched, completed in 0 ms
 9827  9827 W Linphone: [Manager] MediaStreamer : 4 cores detected and configured
 9827  9827 W Linphone: nothing to migrate, skipping...
 9827  9827 W Linphone: [Push Utils] Couldn't find class org.linphone.firebase.FirebasePushHelper
 9827  9827 I Linphone: Linphone core [0x944a2500] notified [global_state_changed]
 9827  9827 I Linphone: channel [0x92a15d80]: ending recv background task with id=[2d9a].
 9827  9827 I Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2d9a]
 9827  9827 I Linphone: Callbacks [0x9243ab60] unregistered on core [0x944a2500]
 9827  9827 I Linphone: Callbacks [0x9243ab38] unregistered on core [0x944a2500]
 9827  9827 I Linphone: [Service] Activity paused:org.linphone.assistant.AssistantActivity@4e1a6f0
 9827  9827 I Linphone: [Service] runningActivities=0
 9827  9827 I Linphone: Activity started:org.linphone.LinphoneActivity@10b8a7b
 9827  9827 I Linphone: [Permission] android.permission.SYSTEM_ALERT_WINDOW permission is denied
 9827  9827 I Linphone: [Permission] android.permission.FOREGROUND_SERVICE permission is granted
 9827  9827 I Linphone: [Permission] android.permission.READ_EXTERNAL_STORAGE permission is granted
 9827  9827 I Linphone: [Permission] android.permission.READ_PHONE_STATE permission is granted
 9827  9827 I Linphone: [Permission] android.permission.WRITE_CONTACTS permission is granted
 9827  9827 I Linphone: [Permission] android.permission.READ_CONTACTS permission is granted
 9827  9827 I Linphone: [Permission] Asking for android.permission.SYSTEM_ALERT_WINDOW permission
  664  2978 I ActivityManager: START u0 {act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.android.packageinstaller cmp=com.android.packageinstaller/.permission.ui.GrantPermissionsActivity (has extras)} from uid 10093
 9827  9827 I Linphone: [Permission] android.permission.READ_CONTACTS permission is granted
  664   688 D AccountManagerService: Visibility was not initialized
  664   688 I AccountManagerService: the accounts changed, sending broadcast of android.accounts.LOGIN_ACCOUNTS_CHANGED
 9827  9827 I Linphone: [Contacts Manager] Contact account added
  664  1362 I ActivityManager: Start proc 10466:com.android.exchange/u0a81 for broadcast com.android.exchange/.ExchangeBroadcastReceiver
  664  1362 I ActivityManager: Start proc 10477:android.process.acore/u0a2 for content provider com.android.providers.contacts/.ContactsProvider2
  305  3339 W SurfaceFlinger: Attempting to set client state on removed layer: org.linphone/org.linphone.assistant.AssistantActivity#1
  305  3339 W SurfaceFlinger: Attempting to destroy on removed layer: org.linphone/org.linphone.assistant.AssistantActivity#1
10466 10466 E ActivityThread: Failed to find provider info for com.android.email.provider
10466 10466 I Exchange: Accounts changed - requesting FolderSync for unsynced accounts
10477 10477 I ContactsPerf: VoicemailContentProvider.onCreate start
10477 10477 I ContactsPerf: VoicemailContentProvider.onCreate finish
10477 10497 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true
10477 10497 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …]
10477 10497 D ContactsDatabaseHelper: WAL enabled for profile.db: false
10477 10497 I ContactsProvider: Accounts changed
10477 10497 I ContactsProvider: Accounts changed
10477 10497 I ContactDirectoryManager: deleted 0 stale rows which don't have any relevant directory
10477 10497 I ContactDirectoryManager: Discovered 0 contact directories in 14ms
 9827  9827 I Linphone: [Contacts Manager] Contacts account made visible
 9827  9827 I Linphone: [Contacts Manager] Synchronization started
 9827 10501 I Linphone: [Contacts Manager] Background synchronization started
 9827  9827 W Linphone: [Linphone Activity] Device is in bucket STANDBY_BUCKET_ACTIVE
 9827  9827 W Linphone: [Linphone Activity] Push notifications won't work !
 9827  9827 I Linphone: [Intent Utils] Unknown action [null], skipping
 9827  9827 I Linphone: [Service] Activity resumed:org.linphone.LinphoneActivity@10b8a7b
 9827  9827 I Linphone: [Service] runningActivities=1
 9827  9827 I Linphone: Core callbacks [0xa5279268] registered on core [0x944a2500]
 9827  9827 I Linphone: Core callbacks [0x949253d0] registered on core [0x944a2500]
 9827 10501 I Linphone: [Contacts Manager] Background synchronization finished
 9827  9847 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
 9827  9847 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
 9827  9827 I Linphone: Callbacks [0x949253d0] unregistered on core [0x944a2500]
 9827  9827 I Linphone: Callbacks [0xa5279268] unregistered on core [0x944a2500]
 9827  9827 I Linphone: [Service] Activity paused:org.linphone.LinphoneActivity@10b8a7b
 9827  9827 I Linphone: [Service] runningActivities=0
 9827  9827 I Linphone: [Contacts Manager] Synchronization finished
  664  2795 E SyncManager: Couldn't find backoff values for ***/org.linphone.sync/com.android.contacts:u0
  664  2795 W JobInfo : Requested flex +57m36s0ms for job 103648 is too small; raising to +1h12m0s0ms
 9827  9827 I Linphone: [Permission] android.permission.SYSTEM_ALERT_WINDOW is denied
 9827  9827 I Linphone: [Service] Activity resumed:org.linphone.LinphoneActivity@10b8a7b
 9827  9827 I Linphone: [Service] runningActivities=1
 9827  9827 I Linphone: Core callbacks [0x94925808] registered on core [0x944a2500]
 9827  9827 I Linphone: Core callbacks [0x94925830] registered on core [0x944a2500]
  664  1359 I ActivityManager: Displayed com.android.packageinstaller/.permission.ui.GrantPermissionsActivity: +447ms
 9827  9827 I Linphone: [Service] Activity stopped:org.linphone.assistant.AssistantActivity@4e1a6f0
 9827  9827 I Linphone: [Service] Activity destroyed:org.linphone.assistant.AssistantActivity@4e1a6f0
  664  2978 W ActivityManager: Invalid packageName: org.linphone.sync
 9827  9827 I Process : Sending signal. PID: 9827 SIG: 9
  664  7441 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=18, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ], android.os.BinderProxy@df4671c)
  664  2776 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=18, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] (release request)
  664  3437 I ActivityManager: Process org.linphone (pid 9827) has died: fore TOP 
  664  1363 W libprocessgroup: kill(-9827, 9) failed: No such process
  664  2892 I WindowManager: WIN DEATH: Window{36bc6fe u0 org.linphone/org.linphone.LinphoneActivity}
  305  2808 W SurfaceFlinger: Attempting to set client state on removed layer: org.linphone/org.linphone.LinphoneActivity#0
  305  2808 W SurfaceFlinger: Attempting to destroy on removed layer: org.linphone/org.linphone.LinphoneActivity#0
  305  2808 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{cbc9967 token=Token{120b926 ActivityRecord{8cc9481 u0 org.linphone/.LinphoneActivity t99}}}#0
  239   239 I Zygote  : Process 9827 exited due to signal (9)
  664  1363 W libprocessgroup: kill(-9827, 9) failed: No such process
  664  1363 I libprocessgroup: Successfully killed process cgroup uid 10093 pid 9827 in 44ms
  664  1368 W ActivityManager: setHasOverlayUi called on unknown pid: 9827
  664  2978 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10089?v=7&cv=9 pkg=com.google.android.googlequicksearchbox } U=0: not found
 3499  3578 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
 3499  3578 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  383   383 W wificond: Copy constructor is only used for unit tests
  383   383 W wificond: Failed to get NL80211_ATTR_EXT_FEATURES
  383   383 W wificond: Copy constructor is only used for unit tests
  383   383 W wificond: Failed to get NL80211_ATTR_EXT_FEATURES
  383   383 W wificond: Copy constructor is only used for unit tests
  383   383 W wificond: Failed to get NL80211_ATTR_EXT_FEATURES
  664  2980 D WificondControl: Scan result ready event
  664  1366 I EthernetTracker: interfaceLinkStateChanged, iface: wlan0, up: true
  664  3437 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.linphone/.LinphoneLauncherActivity bnds=[35,1146][287,1442]} from uid 10089
  664  1362 I ActivityManager: Start proc 10550:org.linphone/u0a93 for activity org.linphone/.LinphoneLauncherActivity
10550 10550 D OpenGLRenderer: Skia GL Pipeline
10550 10550 W FactoryImpl: Unable to load optional library ffmpeg-linphone: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.linphone-qYeTUG9adDMD17SCJ_verg==/base.apk"],nativeLibraryDirectories=[/data/app/org.linphone-qYeTUG9adDMD17SCJ_verg==/lib/arm, /data/app/org.linphone-qYeTUG9adDMD17SCJ_verg==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]] couldn't find "libffmpeg-linphone.so"
10550 10550 I Linphone: Using (r/w) config information from /data/user/0/org.linphone/files/.linphonerc
10550 10550 I Linphone:  ==== Phone information dump ====
10550 10550 I Linphone: DEVICE=A0001
10550 10550 I Linphone: MODEL=A0001
10550 10550 I Linphone: MANUFACTURER=OnePlus
10550 10550 I Linphone: SDK=28
10550 10550 I Linphone: Supported ABIs=armeabi-v7a, armeabi, 
10550 10550 I Linphone: [Service] Linphone version is 4.1.1 (4125)
10550 10550 I Linphone: Using (r/w) config information from /data/user/0/org.linphone/files/.linphonerc
10550 10550 I Linphone: Using (r/w) config information from /data/user/0/org.linphone/files/.linphonerc
10550 10550 I Linphone: Reading config information from /data/user/0/org.linphone/files/linphonerc
10550 10550 I Linphone: Initializing LinphoneCore 3.12.0-3396-g12a3c99eb
10550 10550 I Linphone: Sal nat helper [enabled]
10550 10550 I Linphone: [Device] hasLowLatencyFeature: true, hasProFeature: false
10550 10550 I Linphone: [Device] Output frames per buffer: 192, output sample rate: 48000.
10550 10550 I Linphone: [Platform Helper] Created, wifi only mode is disabled
10550 10550 I Linphone: [Platform Helper] Starting copy from assets to application files directory
10550 10550 I Linphone: [Platform Helper] Copy from assets done
10550 10550 I Linphone: [Platform Helper] Starting copy from legacy  resources to application files directory
10550 10550 I Linphone: [Platform Helper] App doesn't seem to embed resource cpim_grammar in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
10550 10550 I Linphone: [Platform Helper] Resource identifier null for target [cpim_grammar]
10550 10550 I Linphone: [Platform Helper] App doesn't seem to embed resource vcard_grammar in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
10550 10550 I Linphone: [Platform Helper] Resource identifier null for target [vcard_grammar]
10550 10550 I Linphone: [Platform Helper] App doesn't seem to embed resource rootca in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
10550 10550 I Linphone: [Platform Helper] Resource identifier null for target [rootca.pem]
10550 10550 I Linphone: [Platform Helper] App doesn't seem to embed resource notes_of_the_optimistic in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
10550 10550 I Linphone: [Platform Helper] Resource identifier null for target [notes_of_the_optimistic.mkv]
10550 10550 I Linphone: [Platform Helper] App doesn't seem to embed resource ringback in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
10550 10550 I Linphone: [Platform Helper] Resource identifier null for target [ringback.wav]
10550 10550 I Linphone: [Platform Helper] App doesn't seem to embed resource hold in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
10550 10550 I Linphone: [Platform Helper] Resource identifier null for target [dont_wait_too_long.mkv]
10550 10550 I Linphone: [Platform Helper] App doesn't seem to embed resource incoming_chat in it's res/raw/ directory. Make sure this file is either brought as an asset or a resource
10550 10550 I Linphone: [Platform Helper] Resource identifier null for target [incoming_chat.wav]
10550 10550 I Linphone: [Platform Helper] Copy from legacy resources done
10550 10550 W Linphone: [Platform Helper] Device is in bucket STANDBY_BUCKET_ACTIVE
10550 10550 I Linphone: [Platform Helper] Adding 195.238.2.21 to DNS servers list
10550 10550 I Linphone: [Platform Helper] Adding 195.238.2.22 to DNS servers list
10550 10550 I Linphone: bellesip_wake_lock_init(): initialization succeed
10550 10550 I Linphone: AndroidPlatformHelpers is fully initialised.
10550 10550 I Linphone: Mediastreamer2 factory 2.16.1 (git: 2.16.1-562-g8fc5cd31) initialized.
10550 10550 I Linphone: CPU count set to 4
10550 10550 I Linphone: ms_factory_init() done: platform_tags=linux,android,arm,embedded
10550 10550 I Linphone: srtp init
10550 10550 I Linphone: SDK version [28] detected
10550 10576 I OMXClient: IOmx service obtained
  384   384 I OMXMaster: makeComponentInstance(OMX.qcom.video.encoder.avc) in <unknown> process
10550 10550 I Linphone: Codec video/avc successfully created.
10550 10586 I OMXClient: IOmx service obtained
  384   384 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.avc) in <unknown> process
10550 10550 I Linphone: Codec video/avc successfully created.
10550 10550 I Linphone: MediaCodec: 'video/avc' format supported
10550 10550 W MediaCodec-JNI: try to release MediaCodec from JMediaCodec::~JMediaCodec()...
10550 10550 W MediaCodec-JNI: done releasing MediaCodec from JMediaCodec::~JMediaCodec().
10550 10550 W System.err: java.lang.IllegalArgumentException: Failed to initialize video/hevc, error 0xfffffffe
10550 10550 W System.err:   at android.media.MediaCodec.native_setup(Native Method)
10550 10550 W System.err:   at android.media.MediaCodec.<init>(MediaCodec.java:1811)
10550 10550 W System.err:   at android.media.MediaCodec.createEncoderByType(MediaCodec.java:1777)
10550 10550 W System.err:   at org.linphone.core.FactoryImpl.createCore3(Native Method)
10550 10550 W System.err:   at org.linphone.core.FactoryImpl.createCore(Factory.java:491)
10550 10550 W System.err:   at org.linphone.a.b(LinphoneManager.java:693)
10550 10550 W System.err:   at org.linphone.a.a(LinphoneManager.java:244)
10550 10550 W System.err:   at org.linphone.LinphoneService.onStartCommand(LinphoneService.java:181)
10550 10550 W System.err:   at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3705)
10550 10550 W System.err:   at android.app.ActivityThread.access$1600(ActivityThread.java:200)
10550 10550 W System.err:   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1688)
10550 10550 W System.err:   at android.os.Handler.dispatchMessage(Handler.java:106)
10550 10550 W System.err:   at android.os.Looper.loop(Looper.java:193)
10550 10550 W System.err:   at android.app.ActivityThread.main(ActivityThread.java:6718)
10550 10550 W System.err:   at java.lang.reflect.Method.invoke(Native Method)
10550 10550 W System.err:   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
10550 10550 W System.err:   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
10550 10550 E Linphone: Failed to create codec !
10550 10550 W Linphone: MediaCodec: 'video/hevc' format not supported for encoding
10550 10592 I OMXClient: IOmx service obtained
  384   443 I OMXMaster: makeComponentInstance(OMX.google.hevc.decoder) in <unknown> process
10550 10550 I Linphone: Codec video/hevc successfully created.
10550 10550 I Linphone: Registering all soundcard handlers
10550 10550 I Linphone: SDK version [28] detected
10550 10550 I Linphone: Native android sound support not tested on SDK [28], disabled.
10550 10550 I Linphone: [OpenSLES] libOpenSLES correctly loaded, creating OpenSLES MS soundcard
10550 10550 I Linphone: This device (OnePlus/A0001/msm8974) declares it has a built-in echo canceller.
10550 10550 I Linphone: Found information for [OnePlus/A0001/msm8974] from internal table
10550 10550 I Linphone: Sound device information for [OnePlus/A0001/msm8974] is: builtin=[yes], delay=[0] ms
10550 10550 I Linphone: This device (OnePlus/A0001/msm8974) declares it has a built-in echo canceller.
10550 10550 I Linphone: Found information for [OnePlus/A0001/msm8974] from internal table
10550 10550 I Linphone: Sound device information for [OnePlus/A0001/msm8974] is: builtin=[yes], delay=[0] ms
10550 10550 I Linphone: [OpenSLES] Using 192 for buffer size value
10550 10550 I Linphone: [OpenSLES] Using 48000 for sample rate value
10550 10550 W Linphone: [OpenSLES] Removing MS_SND_CARD_CAP_CAPTURE flag from soundcard to use HAEC Java capture soundcard
10550 10550 I Linphone: Card 'openSLES: android sound card' added with capabilities [playback]
10550 10550 I Linphone: SDK version [28] detected
10550 10550 I Linphone: This device (OnePlus/A0001/msm8974) declares it has a built-in echo canceller.
10550 10550 I Linphone: Found information for [OnePlus/A0001/msm8974] from internal table
10550 10550 I Linphone: Sound device information for [OnePlus/A0001/msm8974] is: builtin=[yes], delay=[0] ms
10550 10550 I Linphone: Card 'ANDROID SND (deprecated): Android Sound card' added with capabilities [capture, playback]
10550 10550 I Linphone: Registering all webcam handlers
10550 10550 I Linphone: Detecting Android VIDEO cards
10550 10550 I Linphone: getHelperClassGlobalRef (env: 0xade13400)
10550 10550 I Linphone: Android SDK version found is 28
10550 10550 I CameraManagerGlobal: Connecting to camera service
10550 10550 W LegacyMetadataMapper: mapScalerStreamConfigs - failed to find any preview size matching JPEG aspect ratio 1.3487179
  320  3263 I CameraService: CameraService::connect call (PID -1 "org.linphone", camera ID 0) for HAL version default and Camera API version 1
  320  3263 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
  337  3026 D NuPlayerDriver: NuPlayerDriver(0xb3693d00) created, clientPid(320)
  337 10597 E FileSource: Failed to open file '/product/media/audio/ui/camera_click.ogg'. (No such file or directory)
  337 10597 E GenericSource: Failed to create data source!
  337 10596 D NuPlayerDriver: notifyListener_l(0xb3693d00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320   320 E MediaPlayerNative: error (1, -2147483648)
  320  3263 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/camera_click.ogg
  337   337 D NuPlayerDriver: reset(0xb3693d00) at state 2
  337   337 D NuPlayerDriver: notifyListener_l(0xb3693d00), (8, 0, 0, -1), loop setting(0, 0)
  337 10596 D NuPlayerDriver: notifyResetComplete(0xb3693d00)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb1d2ef80) created, clientPid(320)
  337 10599 D NuPlayerDriver: notifyListener_l(0xb1d2ef80), (1, 0, 0, -1), loop setting(0, 0)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb1019600) created, clientPid(320)
  337 10603 E FileSource: Failed to open file '/product/media/audio/ui/VideoRecord.ogg'. (No such file or directory)
  337 10603 E GenericSource: Failed to create data source!
  337 10602 D NuPlayerDriver: notifyListener_l(0xb1019600), (100, 1, -2147483648, -1), loop setting(0, 0)
  320   320 E MediaPlayerNative: error (1, -2147483648)
  320  3263 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoRecord.ogg
  337   449 D NuPlayerDriver: reset(0xb1019600) at state 2
  337   449 D NuPlayerDriver: notifyListener_l(0xb1019600), (8, 0, 0, -1), loop setting(0, 0)
  337 10602 D NuPlayerDriver: notifyResetComplete(0xb1019600)
  337  3026 D NuPlayerDriver: NuPlayerDriver(0xb3693c80) created, clientPid(320)
  337 10605 D NuPlayerDriver: notifyListener_l(0xb3693c80), (1, 0, 0, -1), loop setting(0, 0)
  337  3026 D NuPlayerDriver: NuPlayerDriver(0xb3693a00) created, clientPid(320)
  337 10609 E FileSource: Failed to open file '/product/media/audio/ui/VideoStop.ogg'. (No such file or directory)
  337 10609 E GenericSource: Failed to create data source!
  337 10608 D NuPlayerDriver: notifyListener_l(0xb3693a00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320   320 E MediaPlayerNative: error (1, -2147483648)
  320  3263 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoStop.ogg
  337   337 D NuPlayerDriver: reset(0xb3693a00) at state 2
  337   337 D NuPlayerDriver: notifyListener_l(0xb3693a00), (8, 0, 0, -1), loop setting(0, 0)
  337 10608 D NuPlayerDriver: notifyResetComplete(0xb3693a00)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb1019680) created, clientPid(320)
  337 10611 D NuPlayerDriver: notifyListener_l(0xb1019680), (1, 0, 0, -1), loop setting(0, 0)
  320  3263 I CameraHardwareInterface: Opening camera 0
  320  3263 I CamDev@1.0-impl: Opening camera 0
  284   284 D audio_hw_primary: adev_set_parameters: enter: cameraFacing=back
  320  3263 E QCamera2HWI: [KPI Perf] openCamera: E PROFILE_OPEN_CAMERA camera id 0
  320  3263 E mm-camera-intf: mm_camera_open: dev name = /dev/video1, cam_idx = 1
  390 10617 E mm-camera: isp_tintless_open: E: afa56fd9
  390 10620 E hdr     : Session id 0x1 started
  390 10618 E mm-camera: is_module_start_session: Enter
  390 10618 E mm-camera: is_module_start_session: Exit successful
  390 10618 E mm-camera: gyro_module_start_session: Enter
  390 10618 E mm-camera: gyro_port_init: Init DSPS
  390 10618 E mm-camera: gyro_port_init: DSPS inited
  390 10618 E mm-camera: gyro_module_start_session: Exit successful
  390 10618 E mm-camera: is_module_get_port: Exit successful
  390 10618 E mm-camera: gyro_module_get_port: Exit successful
  390 10619 E mm-camera: c2d_module_start_session:273, info: starting session 1
  390 10619 E mm-camera: c2d_module_start_session:320, info: c2d_thread created.
  390 10631 E mm-camera: c2d_thread_func:41: c2d_thread entering the polling loop...
  390 10619 E mm-camera: c2d_module_start_session:342, info: session 1 started.
  320  3263 E mm-camera-intf: mm_camera_open:  opened, break out while loop
  320  3263 E mm-jpeg-intf: mm_jpeg_init:1708] Launch jobmgr thread rc 0
  320  3263 E mm-jpeg-intf: Max picture size 4208 x 3120, WorkBufSize = 19869696
  320  3263 E qomx_image_core: OMX_Init:94] Complete 2
  320  3263 E QCameraHWI_Mem: alloc : No memory pool available
  320  3263 E QCameraParameters: setPreviewFpsRange: E minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30000
  320  3263 E QCameraParameters: setPreviewFpsRange: Setting preview fps range 7500,30000
  320  3263 E QCameraParameters: setPreviewFpsRange: Updated: minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30000
  320  3263 E QCamera2HWI: calcThermalLevel: level: 0, preview minfps 7500, preview maxfpS 30000video minfps 7500, video maxfpS 30000
  320  3263 E QCamera2HWI: calcThermalLevel: Thermal level 0, FPS [7.50,30.00, 7.50,30.00], frameskip 0
  320  3263 E QCameraParameters: setPreviewFpsRange: Thermal adjusted preview fps range 7,30, 7, 30
  320  3263 E QCameraParameters: enableFlash:Wrong saved led mode
  320  3263 E QCameraParameters: setSeeMore: seeMoreStr =off
  320  3263 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320  3263 I chatty  : uid=1047(cameraserver) Binder:320_2 identical 2 lines
  320  3263 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320  3263 I CameraHardwareInterface: Destroying camera 0
  320  3263 E QCamera2HWI: [KPI Perf] stop_preview: E PROFILE_STOP_PREVIEW
  320  3263 I CamDev@1.0-impl: Closing camera 0
  320  3263 E mm-jpeg-intf: mm_jpeg_close:2410] E
  320  3263 E mm-jpeg-intf: mm_jpeg_close:2415] 
  320  3263 E mm-jpeg-intf: mm_jpeg_close:2423] 
  320  3263 E mm-jpeg-intf: mm_jpeg_close:2426] 
  320  3263 E mm-jpeg-intf: mm_jpeg_close:2433] X
  320  3263 E qomx_image_core: OMX_Deinit:118] Complete
  320  3263 E QCameraPostProc: deinit: Jpeg closed, rc = 0, mJpegClientHandle = 1400
  320  3263 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320  3263 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320  3263 I CameraService: disconnect: Disconnected client for camera 0 for PID 10550
  337   449 D NuPlayerDriver: reset(0xb1d2ef80) at state 4
  337   449 D NuPlayerDriver: notifyListener_l(0xb1d2ef80), (8, 0, 0, -1), loop setting(0, 0)
  337 10599 D NuPlayerDriver: notifyResetComplete(0xb1d2ef80)
  337   449 D NuPlayerDriver: reset(0xb3693c80) at state 4
  337   449 D NuPlayerDriver: notifyListener_l(0xb3693c80), (8, 0, 0, -1), loop setting(0, 0)
  337 10605 D NuPlayerDriver: notifyResetComplete(0xb3693c80)
  337  3026 D NuPlayerDriver: reset(0xb1019680) at state 4
  337  3026 D NuPlayerDriver: notifyListener_l(0xb1019680), (8, 0, 0, -1), loop setting(0, 0)
  337 10611 D NuPlayerDriver: notifyResetComplete(0xb1019680)
  390   390 E mm-camera: stats_module_stop_session: list =0xaf512350, remove port =0xaf56f300 name=stats_sink from module=0xaf51e1a0, name=stats
  390   390 E mm-camera: stats_module_stop_session: 1 port =0xaf56f300 name=stats_sink 
  390   390 E mm-camera: stats_module_stop_session: 2 port =0xaf56f300 name=stats_sink 
  390   390 E mm-camera: is_module_stop_session: Enter
  390   390 E mm-camera: is_module_stop_session: Exit successful
  390   390 E mm-camera: gyro_module_stop_session: Enter
  390   390 E mm-camera: gyro_port_deinit: Deinit DSPS
  320  7731 I CameraService: CameraService::connect call (PID -1 "org.linphone", camera ID 1) for HAL version default and Camera API version 1
  390   390 E mm-camera: gyro_port_deinit: DSPS deinited
  390   390 E mm-camera: gyro_module_stop_session: Exit successful
  390   390 E mm-camera: stats_module_stop_session: 3 port =0xaf56f300 name=stats_sink 
  320  7731 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=0
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb3693c80) created, clientPid(320)
  390   390 E mm-camera: c2d_module_stop_session:358, info: stopping session 1 ...
  390 10631 E mm-camera: c2d_thread_process_pipe_message:708, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  390   390 E mm-camera: c2d_module_stop_session:400, info: session 1 stopped.
  390   390 E hdr     : Session id 0x1 stopped
  337 10641 E FileSource: Failed to open file '/product/media/audio/ui/camera_click.ogg'. (No such file or directory)
  337 10641 E GenericSource: Failed to create data source!
  337 10640 D NuPlayerDriver: notifyListener_l(0xb3693c80), (100, 1, -2147483648, -1), loop setting(0, 0)
  320   320 E MediaPlayerNative: error (1, -2147483648)
  320  7731 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/camera_click.ogg
  337  3026 D NuPlayerDriver: reset(0xb3693c80) at state 2
  337  3026 D NuPlayerDriver: notifyListener_l(0xb3693c80), (8, 0, 0, -1), loop setting(0, 0)
  337 10640 D NuPlayerDriver: notifyResetComplete(0xb3693c80)
  337   337 D NuPlayerDriver: NuPlayerDriver(0xb1019580) created, clientPid(320)
  337 10643 D NuPlayerDriver: notifyListener_l(0xb1019580), (1, 0, 0, -1), loop setting(0, 0)
  337   337 D NuPlayerDriver: NuPlayerDriver(0xb3693d00) created, clientPid(320)
  337 10647 E FileSource: Failed to open file '/product/media/audio/ui/VideoRecord.ogg'. (No such file or directory)
  337 10647 E GenericSource: Failed to create data source!
  337 10646 D NuPlayerDriver: notifyListener_l(0xb3693d00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320   320 E MediaPlayerNative: error (1, -2147483648)
  320  7731 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoRecord.ogg
  337  3030 D NuPlayerDriver: reset(0xb3693d00) at state 2
  337  3030 D NuPlayerDriver: notifyListener_l(0xb3693d00), (8, 0, 0, -1), loop setting(0, 0)
  337 10646 D NuPlayerDriver: notifyResetComplete(0xb3693d00)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb3693f80) created, clientPid(320)
  337 10649 D NuPlayerDriver: notifyListener_l(0xb3693f80), (1, 0, 0, -1), loop setting(0, 0)
  337  3030 D NuPlayerDriver: NuPlayerDriver(0xb3693d00) created, clientPid(320)
  337 10653 E FileSource: Failed to open file '/product/media/audio/ui/VideoStop.ogg'. (No such file or directory)
  337 10653 E GenericSource: Failed to create data source!
  337 10652 D NuPlayerDriver: notifyListener_l(0xb3693d00), (100, 1, -2147483648, -1), loop setting(0, 0)
  320   320 E MediaPlayerNative: error (1, -2147483648)
  320  7731 E CameraService: Failed to load CameraService sounds: /product/media/audio/ui/VideoStop.ogg
  337   337 D NuPlayerDriver: reset(0xb3693d00) at state 2
  337   337 D NuPlayerDriver: notifyListener_l(0xb3693d00), (8, 0, 0, -1), loop setting(0, 0)
  337 10652 D NuPlayerDriver: notifyResetComplete(0xb3693d00)
  337   449 D NuPlayerDriver: NuPlayerDriver(0xb1019600) created, clientPid(320)
  337 10655 D NuPlayerDriver: notifyListener_l(0xb1019600), (1, 0, 0, -1), loop setting(0, 0)
  320  7731 I CameraHardwareInterface: Opening camera 1
  320  7731 I CamDev@1.0-impl: Opening camera 1
  284   284 D audio_hw_primary: adev_set_parameters: enter: cameraFacing=front
  320  7731 E QCamera2HWI: [KPI Perf] openCamera: E PROFILE_OPEN_CAMERA camera id 1
  320  7731 E mm-camera-intf: mm_camera_open: dev name = /dev/video2, cam_idx = 2
  390 10661 E mm-camera: isp_tintless_open: E: afa56fd9
  390 10664 E hdr     : Session id 0x2 started
  390 10662 E mm-camera: is_module_start_session: Enter
  390 10662 E mm-camera: is_module_start_session: Exit successful
  390 10662 E mm-camera: gyro_module_start_session: Enter
  390 10662 E mm-camera: gyro_port_init: Init DSPS
  390 10662 E mm-camera: gyro_port_init: DSPS inited
  390 10662 E mm-camera: gyro_module_start_session: Exit successful
  390 10662 E mm-camera: is_module_get_port: Exit successful
  390 10662 E mm-camera: gyro_module_get_port: Exit successful
  390 10663 E mm-camera: c2d_module_start_session:273, info: starting session 2
  390 10673 E mm-camera: c2d_thread_func:41: c2d_thread entering the polling loop...
  390 10663 E mm-camera: c2d_module_start_session:320, info: c2d_thread created.
  390 10663 E mm-camera: c2d_module_start_session:342, info: session 2 started.
  390   390 E mm-camera-sensor: module_sensor_query_mod:3737 led flash is not supported for this sensor.
  320  7731 E mm-camera-intf: mm_camera_open:  opened, break out while loop
  320  7731 E mm-jpeg-intf: mm_jpeg_init:1708] Launch jobmgr thread rc 0
  320  7731 E mm-jpeg-intf: Max picture size 2592 x 1944, WorkBufSize = 7809024
  320  7731 E qomx_image_core: OMX_Init:94] Complete 2
  320  7731 E QCameraHWI_Mem: alloc : No memory pool available
  320  7731 E QCameraParameters: setPreviewFpsRange: E minFps = 7500, maxFps = 30040 , vid minFps = 7500, vid maxFps = 30040
  320  7731 E QCameraParameters: setPreviewFpsRange: Setting preview fps range 7500,30000
  320  7731 E QCameraParameters: setPreviewFpsRange: Updated: minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30040
  320  7731 E QCamera2HWI: calcThermalLevel: level: 0, preview minfps 7500, preview maxfpS 30000video minfps 7500, video maxfpS 30000
  320  7731 E QCamera2HWI: calcThermalLevel: Thermal level 0, FPS [7.50,30.00, 7.50,30.00], frameskip 0
  320  7731 E QCameraParameters: setPreviewFpsRange: Thermal adjusted preview fps range 7,30, 7, 30
  320  7731 E QCameraParameters: initDefaultParameters: supported flash modes cnt is 0!!!
  320  7731 E QCameraParameters: enableFlash:Wrong saved led mode
  320  7731 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320  7731 I chatty  : uid=1047(cameraserver) Binder:320_3 identical 2 lines
  320  7731 E Thermal-Lib: Thermal-Lib-Client: thermal_client_register_callback: Client Registration failed
  320  7731 I CameraHardwareInterface: Destroying camera 1
  320  7731 E QCamera2HWI: [KPI Perf] stop_preview: E PROFILE_STOP_PREVIEW
  320  7731 I CamDev@1.0-impl: Closing camera 1
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2410] E
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2415] 
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2423] 
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2426] 
  320  7731 E mm-jpeg-intf: mm_jpeg_close:2433] X
  320  7731 E qomx_image_core: OMX_Deinit:118] Complete
  320  7731 E QCameraPostProc: deinit: Jpeg closed, rc = 0, mJpegClientHandle = 1500
  320  7731 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
  320  7731 I CameraService: disconnect: Disconnected client for camera 1 for PID 10550
  337  3030 D NuPlayerDriver: reset(0xb1019580) at state 4
  337  3030 D NuPlayerDriver: notifyListener_l(0xb1019580), (8, 0, 0, -1), loop setting(0, 0)
10550 10550 I Linphone: 2 cards detected
10550 10550 I Linphone: Android VIDEO capture filter cam init
10550 10550 I Linphone: Webcam Android0 added
10550 10550 I Linphone: camera created: id=0 frontFacing=0 orientation=90 [msid:Android0]
10550 10550 I Linphone: Android VIDEO capture filter cam init
  337 10643 D NuPlayerDriver: notifyResetComplete(0xb1019580)
10550 10550 I Linphone: Webcam Android1 added
10550 10550 I Linphone: camera created: id=1 frontFacing=1 orientation=270 [msid:Android1]
10550 10550 I Linphone: Detection of Android VIDEO cards done
10550 10550 I Linphone: Webcam StaticImage: Static picture added
  337  3026 D NuPlayerDriver: reset(0xb3693f80) at state 4
10550 10550 I Linphone: MSAndroidDisplay registered.
  337  3026 D NuPlayerDriver: notifyListener_l(0xb3693f80), (8, 0, 0, -1), loop setting(0, 0)
10550 10550 I Linphone: MSAndroidDisplay (OpenGL ES2) registered (id=80).
  337 10649 D NuPlayerDriver: notifyResetComplete(0xb3693f80)
10550 10550 I Linphone: ms_factory_init_voip() done
10550 10550 I Linphone: Loading ms plugins from [/data/app/org.linphone-qYeTUG9adDMD17SCJ_verg==/lib/arm]
10550 10550 I Linphone: Loading plugin /data/app/org.linphone-qYeTUG9adDMD17SCJ_verg==/lib/arm/libmswebrtc.so...
  337   337 D NuPlayerDriver: reset(0xb1019600) at state 4
  337   337 D NuPlayerDriver: notifyListener_l(0xb1019600), (8, 0, 0, -1), loop setting(0, 0)
  337 10655 D NuPlayerDriver: notifyResetComplete(0xb1019600)
10550 10550 I Linphone: libmswebrtc 1.1.1 plugin loaded, iSAC codec version 3.6.0, iLBC codec version 1.1.1
10550 10550 I Linphone: Plugin loaded (/data/app/org.linphone-qYeTUG9adDMD17SCJ_verg==/lib/arm/libmswebrtc.so)
10550 10550 I Linphone: Core callbacks [0xa52760e0] registered on core [0xa606ff80]
10550 10550 I Linphone: oRTP-1.0.2 initialized.
10550 10550 I Linphone: Codec opus/48000 fmtp=[useinbandfec=1] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec SILK/16000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec speex/16000 fmtp=[vbr=on] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec speex/8000 fmtp=[vbr=on] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec PCMU/8000 fmtp=[] number=0, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec PCMA/8000 fmtp=[] number=8, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec red/1000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec t140/1000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec GSM/8000 fmtp=[] number=3, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec G722/8000 fmtp=[] number=9, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec iLBC/8000 fmtp=[mode=30] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec AMR/8000 fmtp=[octet-align=1] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec AMR-WB/16000 fmtp=[octet-align=1] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec G729/8000 fmtp=[annexb=yes] number=18, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec mpeg4-generic/16000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec mpeg4-generic/22050 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec mpeg4-generic/32000 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec mpeg4-generic/44100 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec mpeg4-generic/48000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec iSAC/16000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec speex/32000 fmtp=[vbr=on] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec SILK/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec SILK/12000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec SILK/24000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec G726-16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec G726-24/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec G726-32/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec G726-40/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec AAL2-G726-16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec AAL2-G726-24/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec AAL2-G726-32/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec AAL2-G726-40/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec CODEC2/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec BV16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec VP8/90000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec H264/90000 fmtp=[profile-level-id=42801F] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec H265/90000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec MP4V-ES/90000 fmtp=[profile-level-id=3] number=-1, default enablement: 16) added to the list of possible codecs.
10550 10550 I Linphone: Codec H263-1998/90000 fmtp=[CIF=1;QCIF=1] number=-1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec H263/90000 fmtp=[] number=34, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec 1016/8000 fmtp=[] number=1, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec G723/8000 fmtp=[] number=4, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec LPC/8000 fmtp=[] number=7, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec L16/44100 fmtp=[] number=10, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec L16/44100 fmtp=[] number=11, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec CN/8000 fmtp=[] number=13, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec H261/90000 fmtp=[] number=31, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Codec MPV/90000 fmtp=[] number=32, default enablement: 0) added to the list of possible codecs.
10550 10550 I Linphone: Root ca path set to /system/etc/security/cacerts
10550 10550 I Linphone: Root ca path set to /system/etc/security/cacerts
  390   390 E mm-camera: stats_module_stop_session: list =0xaf512350, remove port =0xaf56f480 name=stats_sink from module=0xaf51e1a0, name=stats
  390   390 E mm-camera: stats_module_stop_session: 1 port =0xaf56f480 name=stats_sink 
  390   390 E mm-camera: stats_module_stop_session: 2 port =0xaf56f480 name=stats_sink 
  390   390 E mm-camera: is_module_stop_session: Enter
  390   390 E mm-camera: is_module_stop_session: Exit successful
  390   390 E mm-camera: gyro_module_stop_session: Enter
  390   390 E mm-camera: gyro_port_deinit: Deinit DSPS
10550 10550 I Linphone: [Platform Helper] getDnsServers() returning 195.238.2.21, 195.238.2.22, 
  390   390 E mm-camera: gyro_port_deinit: DSPS deinited
  390   390 E mm-camera: gyro_module_stop_session: Exit successful
  390   390 E mm-camera: stats_module_stop_session: 3 port =0xaf56f480 name=stats_sink 
10550 10550 I Linphone: AndroidPlatformHelpers found DNS server 195.238.2.21
10550 10550 I Linphone: AndroidPlatformHelpers found DNS server 195.238.2.22
10550 10550 I Linphone: Cannot open directory ./lib/liblinphone/plugins: No such file or directory
10550 10550 I Linphone: linphone_core_set_playback_gain_db(): no active call.
10550 10550 I Linphone: linphone_core_set_mic_gain_db(): no active call.
10550 10550 I Linphone: Sal nat helper [enabled]
10550 10550 I Linphone: Sal use rports [enabled]
10550 10550 I Linphone: MTU is supposed to be 1300, rtp payload max size will be 1240
10550 10550 I Linphone: Could not find encoder for SILK
10550 10550 I Linphone: Could not find decoder for SILK
10550 10550 I Linphone: Could not find encoder for AMR
10550 10550 I Linphone: Could not find decoder for AMR
10550 10550 I Linphone: Could not find encoder for AMR-WB
10550 10550 I Linphone: Could not find decoder for AMR-WB
10550 10550 I Linphone: Could not find encoder for G729
10550 10550 I Linphone: Could not find decoder for G729
10550 10550 I Linphone: Could not find encoder for mpeg4-generic
10550 10550 I Linphone: Could not find decoder for mpeg4-generic
10550 10550 I Linphone: Could not find encoder for mpeg4-generic
10550 10550 I Linphone: Could not find decoder for mpeg4-generic
10550 10550 I Linphone: Could not find encoder for mpeg4-generic
10550 10550 I Linphone: Could not find decoder for mpeg4-generic
10550 10550 I Linphone: Could not find encoder for mpeg4-generic
10550 10550 I Linphone: Could not find decoder for mpeg4-generic
10550 10550 I Linphone: Could not find encoder for mpeg4-generic
10550 10550 I Linphone: Could not find decoder for mpeg4-generic
10550 10550 I Linphone: Could not find encoder for SILK
10550 10550 I Linphone: Could not find decoder for SILK
10550 10550 I Linphone: Could not find encoder for SILK
10550 10550 I Linphone: Could not find decoder for SILK
10550 10550 I Linphone: Could not find encoder for SILK
10550 10550 I Linphone: Could not find decoder for SILK
10550 10550 I Linphone: Could not find encoder for G726-16
10550 10550 I Linphone: Could not find decoder for G726-16
10550 10550 I Linphone: Could not find encoder for G726-24
10550 10550 I Linphone: Could not find decoder for G726-24
10550 10550 I Linphone: Could not find encoder for G726-32
10550 10550 I Linphone: Could not find decoder for G726-32
10550 10550 I Linphone: Could not find encoder for G726-40
  390   390 E mm-camera: c2d_module_stop_session:358, info: stopping session 2 ...
10550 10550 I Linphone: Could not find decoder for G726-40
  390 10673 E mm-camera: c2d_thread_process_pipe_message:708, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
10550 10550 I Linphone: Could not find encoder for AAL2-G726-16
10550 10550 I Linphone: Could not find decoder for AAL2-G726-16
10550 10550 I Linphone: Could not find encoder for AAL2-G726-24
10550 10550 I Linphone: Could not find decoder for AAL2-G726-24
10550 10550 I Linphone: Could not find encoder for AAL2-G726-32
10550 10550 I Linphone: Could not find decoder for AAL2-G726-32
10550 10550 I Linphone: Could not find encoder for AAL2-G726-40
  390   390 E mm-camera: c2d_module_stop_session:400, info: session 2 stopped.
10550 10550 I Linphone: Could not find decoder for AAL2-G726-40
  390   390 E hdr     : Session id 0x2 stopped
10550 10550 I Linphone: Could not find encoder for CODEC2
10550 10550 I Linphone: Could not find decoder for CODEC2
10550 10550 I Linphone: Could not find encoder for BV16
10550 10550 I Linphone: Could not find decoder for BV16
10550 10550 I Linphone: Could not find encoder for 1016
10550 10550 I Linphone: Could not find decoder for 1016
10550 10550 I Linphone: Could not find encoder for G723
10550 10550 I Linphone: Could not find decoder for G723
10550 10550 I Linphone: Could not find encoder for LPC
10550 10550 I Linphone: Could not find decoder for LPC
10550 10550 I Linphone: Could not find encoder for CN
10550 10550 I Linphone: Could not find decoder for CN
10550 10550 I Linphone: Could not find encoder for H265
10550 10550 I Linphone: Could not find decoder for H265
10550 10550 I Linphone: Could not find encoder for MP4V-ES
10550 10550 I Linphone: Could not find decoder for MP4V-ES
10550 10550 I Linphone: Could not find encoder for H263-1998
10550 10550 I Linphone: Could not find decoder for H263-1998
10550 10550 I Linphone: Could not find encoder for H263
10550 10550 I Linphone: Could not find decoder for H263
10550 10550 I Linphone: Could not find encoder for H261
10550 10550 I Linphone: Could not find decoder for H261
10550 10550 I Linphone: Could not find encoder for MPV
10550 10550 I Linphone: Could not find decoder for MPV
10550 10550 I Linphone: Supported codec red/1000 fmtp= automatically added to codec list.
10550 10550 I Linphone: Supported codec t140/1000 fmtp= automatically added to codec list.
10550 10550 I Linphone: Sal use rports [enabled]
10550 10550 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
10550 10550 I Linphone: Sal::unlistenPorts(): done
10550 10550 I Linphone: Creating listening point [0x968cfcc0] on [sip:[::0]:-1;transport=UDP]
10550 10550 I Linphone: Random UDP port is 58636
10550 10550 I Linphone: Creating listening point [0x968cfd00] on [sip:[::0]:-1;transport=TCP]
10550 10550 I Linphone: Random TCP port is 39597
10550 10550 I Linphone: Creating listening point [0x968cfd40] on [sip:[::0]:-1;transport=TLS]
10550 10550 I Linphone: Random TCP port is 39147
10550 10550 I Linphone: Root ca path set to /system/etc/security/cacerts
10550 10550 I Linphone: Root ca path set to /system/etc/security/cacerts
10550 10550 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
10550 10550 I Linphone: Lime X3DH server URL not set, can't enable
10550 10550 I Linphone: Core callbacks [0xa5278ea8] registered on core [0xa606ff80]
10550 10550 I Linphone: New global state [Startup]
10550 10550 I Linphone: Linphone core [0xa606ff80] notified [global_state_changed]
10550 10550 I Linphone: Opening linphone database /data/user/0/org.linphone/files/linphone.db with backend Sqlite3
10550 10550 I Linphone: Start measurement of [Get chat rooms.].
10550 10550 I Linphone: Start transaction 0xbed1c3d4 in MainDb::getChatRooms.
10550 10550 I Linphone: Commit transaction 0xbed1c3d4 in MainDb::getChatRooms.
10550 10550 I Linphone: Duration of [Get chat rooms.]: 0ms.
10550 10550 I Linphone: Root ca path set to /data/user/0/org.linphone/files/share/linphone/rootca.pem
10550 10550 I Linphone: [Platform Helper] onLinphoneCoreStart, network monitoring is true
10550 10550 I Linphone: [Platform Helper] Registering network callbacks
10550 10550 I Linphone: [Platform Helper] [Network Manager 26] ACCESS_NETWORK_STATE permission is granted
  664  6035 D ConnectivityService: requestNetwork for uid/pid:10093/10550 NetworkRequest [ TRACK_DEFAULT id=19, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ]
10550 10550 I Linphone: [Platform Helper] Registering doze receiver
  664  2803 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=19, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] with score 60
10550 10550 I Linphone: [Platform Helper] Registering interactivity receiver
  664  2773 D WIFI    : got request NetworkRequest [ TRACK_DEFAULT id=19, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] with score 60
 2915  2915 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=19, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] with score 60
  664  2773 D WIFI_UT : got request NetworkRequest [ TRACK_DEFAULT id=19, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10093] ] with score 60
10550 10550 I Linphone: [Platform Helper] No connectivity: setting network unreachable
10550 10550 I Linphone: New global state [Configuring]
10550 10550 I Linphone: Linphone core [0xa606ff80] notified [global_state_changed]
10550 10550 I Linphone: Linphone core [0xa606ff80] notified [configuring_status]
10550 10550 I Linphone: New global state [On]
10550 10550 I Linphone: Table already up to date: duplicate column name: call_id.
10550 10550 I Linphone: linphone_core_get_call_history(): completed in 0 ms
10550 10550 W Linphone: nothing to migrate, skipping...
10550 10550 I Linphone: Start transaction 0xbed1b740 in MainDb::importLegacyHistory.
10550 10550 I Linphone: Rollback transaction 0xbed1b740 in MainDb::importLegacyHistory.
10550 10550 I Linphone: linphone_core_fetch_friends_lists_from_db(): 0 results fetched, completed in 0 ms
10550 10550 W Linphone: [Manager] MediaStreamer : 4 cores detected and configured
10550 10550 W Linphone: nothing to migrate, skipping...
10550 10550 W Linphone: [Push Utils] Couldn't find class org.linphone.firebase.FirebasePushHelper
10550 10550 I Linphone: Linphone core [0xa606ff80] notified [global_state_changed]
10550 10550 I Linphone: [Manager] Android >= 5.1 we disable the download of OpenH264
10550 10550 I Linphone: H264Helper setH264Mode  MODE_AUTO - Mode = Auto
10550 10550 I Linphone: H264Helper setH264Mode  MODE_AUTO 1 - Mode = Auto
10550 10550 I Linphone: H264Helper Openh264 disabled on the project, now using MediaCodec
10550 10550 E Linphone: Cannot enable/disable unknown filter [MSOpenH264Dec] on factory [0xa64ffd80]
10550 10550 E Linphone: Cannot enable/disable unknown filter [MSOpenH264Enc] on factory [0xa64ffd80]
10550 10550 E Linphone: Cannot enable/disable unknown filter [MSMediaCodecH264Dec] on factory [0xa64ffd80]
10550 10550 E Linphone: Cannot enable/disable unknown filter [MSMediaCodecH264Enc] on factory [0xa64ffd80]
10550 10550 I Linphone: H264Helper setH264Mode - Mode = Auto
10550 10550 D skia    : --- Failed to create image decoder with message 'unimplemented'
10550 10550 I Linphone: Core callbacks [0xa5278fe8] registered on core [0xa606ff80]
10550 10550 D BluetoothManager: [Bluetooth] Receiver started
10550 10550 W BluetoothManager: [Bluetooth] Interface disabled on device
10550 10550 I Choreographer: Skipped 50 frames!  The application may be doing too much work on its main thread.
10550 10571 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (I741a3d36ca)
10550 10571 I Adreno-EGL: OpenGL ES Shader Compiler Version: E031.29.00.00
10550 10571 I Adreno-EGL: Build Date: 04/04/16 Mon
10550 10571 I Adreno-EGL: Local Branch: mybranch19053788
10550 10571 I Adreno-EGL: Remote Branch: quic/LA.BF.1.1.3_rb1.12
10550 10571 I Adreno-EGL: Local Patches: NONE
10550 10571 I Adreno-EGL: Reconstruct Branch: NOTHING
10550 10550 I Linphone: [MediaScanner] Connected
10550 10571 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
10550 10550 I Linphone: [Platform Helper] [Network Manager 26] A network is available: 1, wifi only is disabled
10550 10571 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
10550 10571 I OpenGLRenderer: Initialized EGL, version 1.4
10550 10571 D OpenGLRenderer: Swap behavior 1
10550 10571 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
10550 10550 I Linphone: [Platform Helper] Active network type is WIFI, state CONNECTED / CONNECTED
10550 10550 I Linphone: [Platform Helper] Adding 195.238.2.21 to DNS servers list
10550 10550 I Linphone: [Platform Helper] Adding 195.238.2.22 to DNS servers list
10550 10550 I Linphone: [Platform Helper] Network reachability enabled
10550 10550 I Linphone: [Platform Helper] [Network Manager 26] onCapabilitiesChanged 100, [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -45 SSID: "WIFINETWORK"]
10550 10550 I Linphone: [Platform Helper] Active network type is WIFI, state CONNECTED / CONNECTED
10550 10571 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
10550 10550 I Linphone: [Platform Helper] Adding 195.238.2.21 to DNS servers list
10550 10550 I Linphone: [Platform Helper] Adding 195.238.2.22 to DNS servers list
10550 10550 I Linphone: [Platform Helper] Network reachability enabled
10550 10571 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
10550 10550 I Linphone: [Platform Helper] [Network Manager 26] onLinkPropertiesChanged 100, {InterfaceName: wlan0 LinkAddresses: [fe80::c2ee:fbff:fe25:93ac/64,10.80.0.146/24,]  Routes: [fe80::/64 -> :: wlan0,10.80.0.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 10.80.0.1 wlan0,] DnsAddresses: [195.238.2.21,195.238.2.22,] UsePrivateDns: false PrivateDnsServerName: null Domains: DOMAIN.local MTU: 0 TcpBufferSizes: 524288,2097152,4194304,262144,524288,1048576}
10550 10550 I Linphone: [Platform Helper] Adding 195.238.2.21 to DNS servers list
10550 10550 I Linphone: [Platform Helper] Adding 195.238.2.22 to DNS servers list
10550 10550 I Linphone: [Platform Helper] getDnsServers() returning 195.238.2.21, 195.238.2.22, 
10550 10550 I Linphone: AndroidPlatformHelpers found DNS server 195.238.2.21
10550 10550 I Linphone: AndroidPlatformHelpers found DNS server 195.238.2.22
10550 10550 I Linphone: SIP network reachability state is now [UP]
10550 10550 I Linphone: Media network reachability state is now [UP]
10550 10550 I Linphone: Linphone core [0xa606ff80] notified [network_reachable]
10550 10550 D BluetoothManager: [Bluetooth] SCO state: disconnected
10550 10550 I Linphone: Notifying all friends that we are [open]
10550 10571 D vndksupport: Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
10550 10571 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  664  1359 I ActivityManager: Displayed org.linphone/.LinphoneLauncherActivity: +1s50ms
  305  3339 W SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen org.linphone#0
  305  3339 W SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen org.linphone#0
  664   687 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.linphone/.LinphoneActivity bnds=[35,1146][287,1442]} from uid 10093
10550 10550 I Linphone: [Service] Activity paused:org.linphone.LinphoneLauncherActivity@d92e2d3
10550 10550 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@ad90e10
10550 10550 I Linphone: [Service] Activity created:org.linphone.LinphoneActivity@8c53a1a
  664   688 I ActivityManager: START u0 {cmp=org.linphone/.assistant.RemoteProvisioningLoginActivity (has extras)} from uid 10093
10550 10550 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@a98f272
10550 10550 I Linphone: [Service] Activity created:org.linphone.assistant.RemoteProvisioningLoginActivity@b3fab6c
10550 10550 I Linphone: Activity started:org.linphone.assistant.RemoteProvisioningLoginActivity@b3fab6c
10550 10550 I Linphone: [Service] Activity resumed:org.linphone.assistant.RemoteProvisioningLoginActivity@b3fab6c
10550 10550 I Linphone: [Service] runningActivities=1
10550 10550 I Linphone: [Service] App has left background mode
10550 10550 I Linphone: Core callbacks [0x94c5f820] registered on core [0xa606ff80]
10550 10571 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
10550 10571 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
10550 10550 I Linphone: [Service] Activity destroyed:org.linphone.LinphoneActivity@8c53a1a
 2812  2812 I LatinIME: Starting input. Cursor position = 0,0
 2812  5145 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
 2812  5145 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
  664   675 I system_server: Background concurrent copying GC freed 115547(4MB) AllocSpace objects, 52(2MB) LOS objects, 42% free, 8MB/15MB, paused 174us total 190.921ms
 2812  2812 I LatinIME: Starting input. Cursor position = 0,0
  664   664 I ActivityManager: Killing 6697:com.android.dialer/u0a15 (adj 906): empty for 2099s
 2812  2812 I LatinIME: Starting input. Cursor position = 0,0
  664  1363 W libprocessgroup: kill(-6697, 9) failed: No such process
  239   239 I Zygote  : Process 6697 exited due to signal (9)
  664  1363 W libprocessgroup: kill(-6697, 9) failed: No such process
  664  1363 I libprocessgroup: Successfully killed process cgroup uid 10015 pid 6697 in 57ms
 2812  2829 I putmethod.lati: Background concurrent copying GC freed 22116(1313KB) AllocSpace objects, 7(252KB) LOS objects, 56% free, 4MB/10MB, paused 151us total 114.233ms
10550 10550 I Linphone: get_jni_env(): thread successfuly attached
10550 10550 I Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip send channel] acquired [ref=0x2bc6]
10550 10550 I Linphone: channel [0x92b5c4c0]: starting send background task with id=[2bc6].
10550 10550 I Linphone: channel [0x92b5c4c0]: starting resolution of subscribe.linphone.org
10550 10550 I Linphone: channel 0x92b5c4c0: state RES_IN_PROGRESS
10550 10550 I Linphone: resconf using application supplied dns server list.
10550 10550 I Linphone: Resolver is using DNS server(s):
10550 10550 I Linphone:     195.238.2.21
10550 10550 I Linphone:     195.238.2.22
10550 10550 I Linphone: resolver_process_data dns_res_check() in progress
10550 10550 I Linphone: DNS resolution awaiting response, queued to main loop
10550 10550 I Linphone: resconf using application supplied dns server list.
10550 10550 I Linphone: Resolver is using DNS server(s):
10550 10550 I Linphone:     195.238.2.21
10550 10550 I Linphone:     195.238.2.22
10550 10550 I Linphone: resolver_process_data dns_res_check() in progress
10550 10550 I Linphone: DNS resolution awaiting response, queued to main loop
10550 10550 I Linphone: Callbacks [0x94c5f820] unregistered on core [0xa606ff80]
10550 10550 I Linphone: [Service] Activity paused:org.linphone.assistant.RemoteProvisioningLoginActivity@b3fab6c
10550 10550 I Linphone: [Service] runningActivities=0
10550 10550 I Linphone: subscribe.linphone.org resolved to 2001:41d0:8:6e48::
  664   688 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10089?v=7&cv=9 pkg=com.google.android.googlequicksearchbox } U=0: not found
10550 10550 I Linphone: [Service] Activity stopped:org.linphone.LinphoneLauncherActivity@d92e2d3
10550 10550 I Linphone: [Service] Activity destroyed:org.linphone.LinphoneLauncherActivity@d92e2d3
 3499  3578 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
 3499  3578 D vndksupport: Loading /vendor/lib/hw/gralloc.msm8974.so from current namespace instead of sphal namespace.
10550 10550 I Linphone: subscribe.linphone.org resolved to 37.59.51.72
10550 10550 I Linphone: channel 0x92b5c4c0: state RES_DONE
10550 10550 I Linphone: channel 0x92b5c4c0: state CONNECTING
10550 10550 I Linphone: Trying to connect to [TLS://2001:41d0:8:6e48:::444]
10550 10550 E Linphone: stream connect failed Network is unreachable
10550 10550 E Linphone: Cannot connect to [TLS://subscribe.linphone.org:444]
10550 10550 I Linphone: channel 0x92b5c4c0: state ERROR
10550 10550 I Linphone: channel 0x92b5c4c0: state RETRY
10550 10550 I Linphone: channel 0x92b5c4c0: state CONNECTING
10550 10550 I Linphone: Trying to connect to [TLS://::ffff:37.59.51.72:444]
10550 10550 I Linphone: Channel [0x92b5c4c0]: Connected at TCP level, now doing TLS handshake with cname=subscribe.linphone.org
10550 10550 I Linphone: Channel [0x92b5c4c0]: SSL handshake in progress...
10550 10550 I Linphone: Found certificate depth=[2], flags=[]:
10550 10550 I Linphone: cert. version     : 3
10550 10550 I Linphone: serial number     : 01:FD:6D:30:FC:A3:CA:51:A8:1B:BC:64:0E:35:03:2D
10550 10550 I Linphone: issuer name       : C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority
10550 10550 I Linphone: subject name      : C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority
10550 10550 I Linphone: issued  on        : 2010-02-01 00:00:00
10550 10550 I Linphone: expires on        : 2038-01-18 23:59:59
10550 10550 I Linphone: signed using      : RSA with SHA-384
10550 10550 I Linphone: RSA key size      : 4096 bits
10550 10550 I Linphone: basic constraints : CA=true
10550 10550 I Linphone: key usage         : Key Cert Sign, CRL Sign
10550 10550 I Linphone: 
10550 10550 I Linphone: Found certificate depth=[1], flags=[]:
10550 10550 I Linphone: cert. version     : 3
10550 10550 I Linphone: serial number     : 05:E4:DC:3B:94:38:AB:3B:85:97:CB:A6:A1:98:50:E3
10550 10550 I Linphone: issuer name       : C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority
10550 10550 I Linphone: subject name      : C=FR, ST=Paris, L=Paris, O=Gandi, CN=Gandi Standard SSL CA 2
10550 10550 I Linphone: issued  on        : 2014-09-12 00:00:00
10550 10550 I Linphone: expires on        : 2024-09-11 23:59:59
10550 10550 I Linphone: signed using      : RSA with SHA-384
10550 10550 I Linphone: RSA key size      : 2048 bits
10550 10550 I Linphone: basic constraints : CA=true, max_pathlen=0
10550 10550 I Linphone: key usage         : Digital Signature, Key Cert Sign, CRL Sign
10550 10550 I Linphone: ext key usage     : TLS Web Server Authentication, TLS Web Client Authentication
10550 10550 I Linphone: 
10550 10550 I Linphone: Found certificate depth=[0], flags=[]:
10550 10550 I Linphone: cert. version     : 3
10550 10550 I Linphone: serial number     : D5:03:16:62:5A:5D:5D:B9:F1:21:B9:64:E6:2A:09:7A
10550 10550 I Linphone: issuer name       : C=FR, ST=Paris, L=Paris, O=Gandi, CN=Gandi Standard SSL CA 2
10550 10550 I Linphone: subject name      : OU=Domain Control Validated, OU=Gandi Standard Wildcard SSL, CN=*.linphone.org
10550 10550 I Linphone: issued  on        : 2018-01-04 00:00:00
10550 10550 I Linphone: expires on        : 2020-01-28 23:59:59
10550 10550 I Linphone: signed using      : RSA with SHA-256
10550 10550 I Linphone: RSA key size      : 2048 bits
10550 10550 I Linphone: basic constraints : CA=false
10550 10550 I Linphone: subject alt name  : *.linphone.org, linphone.org
10550 10550 I Linphone: key usage         : Digital Signature, Key Encipherment
10550 10550 I Linphone: ext key usage     : TLS Web Server Authentication, TLS Web Client Authentication
10550 10550 I Linphone: 
10550 10550 I Linphone: Channel [0x92b5c4c0]: SSL handshake in progress...
10550 10550 I Linphone: Channel [0x92b5c4c0]: SSL handshake finished, SSL version is [TLSv1.2], selected ciphersuite is [TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384]
10550 10550 I Linphone: Channel has local address 10.80.0.146:48412
10550 10550 I Linphone: channel 0x92b5c4c0: state READY
10550 10550 I Linphone: channel [0x92b5c4c0]: message sent to [TLS://subscribe.linphone.org:444], size: [490] bytes
10550 10550 I Linphone: POST /inapp.php HTTP/1.1
10550 10550 I Linphone: Content-Type: text/xml
10550 10550 I Linphone: Host: subscribe.linphone.org:444
10550 10550 I Linphone: Content-Length: 383
10550 10550 I Linphone: 
10550 10550 I Linphone: <?xml version="1.0" encoding="UTF-8"?>
10550 10550 I Linphone: <methodCall>
10550 10550 I Linphone:  <methodName>get_remote_provisioning_filename</methodName>
10550 10550 I Linphone:  <params>
10550 10550 I Linphone:   <param>
10550 10550 I Linphone:    <value>
10550 10550 I Linphone:     <string>USER</string>
10550 10550 I Linphone:    </value>
10550 10550 I Linphone:   </param>
10550 10550 I Linphone:   <param>
10550 10550 I Linphone:    <value>
10550 10550 I Linphone:     <string>PASSWORD</string>
10550 10550 I Linphone:    </value>
10550 10550 I Linphone:   </param>
10550 10550 I Linphone:   <param>
10550 10550 I Linphone:    <value>
10550 10550 I Linphone:     <string>DOMAIN.sip.us1.twilio.com</string>
10550 10550 I Linphone:    </value>
10550 10550 I Linphone:   </param>
10550 10550 I Linphone:  </params>
10550 10550 I Linphone: </methodCall>
10550 10550 I Linphone: 
10550 10550 I Linphone: channel [0x92b5c4c0]: ending send background task with id=[2bc6].
10550 10550 I Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2bc6]
10550 10550 I Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x229a]
10550 10550 I Linphone: channel [0x92b5c4c0]: starting recv background task with id=[229a].
10550 10550 I Linphone: channel [0x92b5c4c0]: received [193] new bytes from [TLS://subscribe.linphone.org:444]:
10550 10550 I Linphone: HTTP/1.1 200 OK
10550 10550 I Linphone: Date: Fri, 05 Jul 2019 08:31:16 GMT
10550 10550 I Linphone: Server: Apache/2.2.22 (Debian)
10550 10550 I Linphone: X-Powered-By: PHP/5.4.45-0+deb7u14
10550 10550 I Linphone: Vary: Accept-Encoding
10550 10550 I Linphone: Content-Length: 413
10550 10550 I Linphone: Content-Type: text/html
10550 10550 I Linphone: 
10550 10550 I Linphone: channel [0x92b5c4c0] [193] bytes parsed
10550 10550 I Linphone: channel [0x92b5c4c0]: received [413] new bytes from [TLS://subscribe.linphone.org:444]:
10550 10550 I Linphone: <?xml version="1.0" encoding="iso-8859-1"?>
10550 10550 I Linphone: <methodResponse>
10550 10550 I Linphone: <fault>
10550 10550 I Linphone:  <value>
10550 10550 I Linphone:   <struct>
10550 10550 I Linphone:    <member>
10550 10550 I Linphone:     <name>faultString</name>
10550 10550 I Linphone:     <value>
10550 10550 I Linphone:      <string>server error. method not found.&#10;&#10;get_remote_provisioning_filename</string>
10550 10550 I Linphone:     </value>
10550 10550 I Linphone:    </member>
10550 10550 I Linphone:    <member>
10550 10550 I Linphone:     <name>faultCode</name>
10550 10550 I Linphone:     <value>
10550 10550 I Linphone:      <int>-32601</int>
10550 10550 I Linphone:     </value>
10550 10550 I Linphone:    </member>
10550 10550 I Linphone:   </struct>
10550 10550 I Linphone:  </value>
10550 10550 I Linphone: </fault>
10550 10550 I Linphone: </methodResponse>
10550 10550 I Linphone: channel [0x92b5c4c0] read [413] bytes of body from [subscribe.linphone.org:444]
10550 10550 E Linphone: null
10550 10550 I Linphone: channel [0x92b5c4c0]: ending recv background task with id=[229a].
10550 10550 I Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x229a]
  664  4086 I OpenGLRenderer: Initialized EGL, version 1.4
  664  4086 D OpenGLRenderer: Swap behavior 1
  664  4086 W Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
10550 10550 I Linphone: [Service] Activity stopped:org.linphone.assistant.RemoteProvisioningLoginActivity@b3fab6c
10550 10550 I Linphone: [Service] Activity destroyed:org.linphone.assistant.RemoteProvisioningLoginActivity@b3fab6c
  305  3038 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{15f73f token=Token{da0075e ActivityRecord{a4bd899 u0 org.linphone/.assistant.RemoteProvisioningLoginActivity t100}}}#0
10550 10550 I Linphone: [Service] App has entered background mode

Not sure if I read this correctly but it looks like get_remote_provisioning_filename is not implemented on Twilio's side? Not sure why it works on iOS though...

Viish commented 5 years ago

I don't know what this get_remote_provisioning_filename method is. For sure it's not implemented on our subscribe.linphone.org service. I guess you have made some changes either to our lib or our app ?

cimm commented 5 years ago

No, I just downloaded Linphone via the F-Droid app on a LineageOS phone.

Viish commented 5 years ago

Ok that's why it crashes on Android and not iOS. On iOS my guess is we don't try to call that method (because it doesn't exists) and on Android for some reason we try to. I re-wrote the whole assistant on master branch after 4.1 release, so this won't happen anymore. Next version (4.2) is planned for August. In the meantime you can use the master branch nightly snapshots at https://linphone.org/snapshots/android/

cimm commented 5 years ago

Great news! I'll try out the 4.2 release when it's available. Thank you!