android studio debugger logs as below
2022-01-28 02:15:04.861 16235-16235/com.smartchurch D/TextView: setTypeface with style : 0
2022-01-28 02:15:04.879 16235-16235/com.smartchurch D/TextView: setTypeface with style : 0
2022-01-28 02:15:56.308 16235-16235/com.smartchurch D/ViewRootImpl@4630fd4[MainActivity]: ViewPostImeInputStage processPointer 0
2022-01-28 02:15:56.370 16235-16235/com.smartchurch D/ViewRootImpl@4630fd4[MainActivity]: ViewPostImeInputStage processPointer 1
2022-01-28 02:15:56.372 16235-16241/com.smartchurch I/art: Do partial code cache collection, code=124KB, data=113KB
2022-01-28 02:15:56.372 16235-16241/com.smartchurch I/art: After code cache collection, code=123KB, data=112KB
2022-01-28 02:15:56.372 16235-16241/com.smartchurch I/art: Increasing code cache capacity to 512KB
2022-01-28 02:15:57.312 16235-17828/com.smartchurch I/ReactNativeJS: 'Media constraints ', { audio: false,
video:
{ width: { min: 640, ideal: 1920 },
height: { min: 400, ideal: 1080 } } }
2022-01-28 02:15:57.420 16235-16235/com.smartchurch D/ViewRootImpl@4630fd4[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 0
2022-01-28 02:15:57.431 16235-16235/com.smartchurch D/SensorManager: unregisterListener ::
2022-01-28 02:15:57.664 16235-16235/com.smartchurch D/ViewRootImpl@4630fd4[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1
2022-01-28 02:15:57.686 16235-16235/com.smartchurch D/SensorManager: registerListener :: 0, K6DS3TR Acceleration Sensor, 66667, 0,
2022-01-28 02:15:57.692 16235-18468/com.smartchurch D/com.oney.WebRTCModule.WebRTCModule: getUserMedia(video): { NativeMap: {“deviceId”:“1”,“facingMode”:“user”,“width”:640,“frameRate”:30,“height”:480} }
2022-01-28 02:15:57.693 16235-18468/com.smartchurch D/CameraCaptureController: Create user-specified camera 1 succeeded
2022-01-28 02:15:57.696 16235-18566/com.smartchurch I/org.webrtc.Logging: EglBase14Impl: Using OpenGL ES version 2
2022-01-28 02:15:57.703 16235-18468/com.smartchurch I/org.webrtc.Logging: CameraCapturer: startCapture: 640x480@30
2022-01-28 02:15:57.707 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Create new camera2 session on camera 1
2022-01-28 02:15:57.707 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: start
2022-01-28 02:15:57.708 16235-18468/com.smartchurch D/com.oney.WebRTCModule.WebRTCModule: MediaStream id: d32b789b-54e6-4cba-b982-37c3e88b5de2
2022-01-28 02:15:57.710 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Available preview sizes: [2592x1944, 2592x1458, 2560x1440, 2048x1536, 1936x1936, 1920x1440, 1920x1080, 1440x1080, 1088x1088, 1072x1072, 1280x720, 1056x704, 960x720, 800x450, 736x736, 720x480, 640x480, 352x288, 320x240, 256x144, 176x144]
2022-01-28 02:15:57.710 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Available fps ranges: [[15.0:15.0], [24.0:24.0], [10.0:30.0], [15.0:30.0], [30.0:30.0]]
2022-01-28 02:15:57.711 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Using capture format: 640x480@[10.0:30.0]
2022-01-28 02:15:57.711 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Opening camera 1
2022-01-28 02:15:57.712 16235-18566/com.smartchurch D/com.oney.WebRTCModule.WebRTCModule: CameraEventsHandler.onCameraOpening: cameraName=1
2022-01-28 02:15:57.783 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Camera opened.
2022-01-28 02:15:57.818 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Camera capture session configured.
2022-01-28 02:15:57.821 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Stabilization not available.
2022-01-28 02:15:57.821 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Auto-focus is not available.
2022-01-28 02:15:57.842 16235-18566/com.smartchurch I/org.webrtc.Logging: Camera2Session: Camera device successfully started.
2022-01-28 02:15:57.842 16235-18566/com.smartchurch I/org.webrtc.Logging: CameraCapturer: Create session done. Switch state: IDLE
2022-01-28 02:15:57.843 16235-18566/com.smartchurch I/org.webrtc.Logging: SurfaceTextureHelper: Setting listener to org.webrtc.-$$Lambda$Camera2Session$CaptureSessionCallback$_XbqUL6ihfYRgME_EfDLZtLmkGA@397e855
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.116 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.119 16235-17824/com.smartchurch W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
2022-01-28 02:15:58.141 16235-17823/com.smartchurch I/org.webrtc.Logging: NetworkMonitor: Start monitoring with native observer 485808076192
2022-01-28 02:15:58.149 16235-17823/com.smartchurch W/System.err: java.lang.SecurityException: ConnectivityService: Neither user 10236 nor current process has android.permission.ACCESS_NETWORK_STATE.
2022-01-28 02:15:58.149 16235-17823/com.smartchurch W/System.err: at android.os.Parcel.readException(Parcel.java:1693)
2022-01-28 02:15:58.149 16235-17823/com.smartchurch W/System.err: at android.os.Parcel.readException(Parcel.java:1646)
2022-01-28 02:15:58.150 16235-17823/com.smartchurch W/System.err: at android.net.IConnectivityManager$Stub$Proxy.getActiveNetworkInfo(IConnectivityManager.java:1579)
2022-01-28 02:15:58.150 16235-17823/com.smartchurch W/System.err: at android.net.ConnectivityManager.getActiveNetworkInfo(ConnectivityManager.java:874)
2022-01-28 02:15:58.150 16235-17823/com.smartchurch W/System.err: at org.webrtc.NetworkMonitorAutoDetect$ConnectivityManagerDelegate.getNetworkState(NetworkMonitorAutoDetect.java:171)
2022-01-28 02:15:58.150 16235-17823/com.smartchurch W/System.err: at org.webrtc.NetworkMonitorAutoDetect.(NetworkMonitorAutoDetect.java:581)
2022-01-28 02:15:58.150 16235-17823/com.smartchurch W/System.err: at org.webrtc.NetworkMonitor$1.create(NetworkMonitor.java:50)
2022-01-28 02:15:58.150 16235-17823/com.smartchurch W/System.err: at org.webrtc.NetworkMonitor.createNetworkChangeDetector(NetworkMonitor.java:181)
2022-01-28 02:15:58.150 16235-17823/com.smartchurch W/System.err: at org.webrtc.NetworkMonitor.startMonitoring(NetworkMonitor.java:108)
2022-01-28 02:15:58.150 16235-17823/com.smartchurch W/System.err: at org.webrtc.NetworkMonitor.startMonitoring(NetworkMonitor.java:129)