Coder Social home page Coder Social logo

deeparsdk / videocall-android-java Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 7.0 721 KB

Video call using Agora.io SDK with face masks provided by DeepAR SDK

Home Page: https://developer.deepar.ai

License: MIT License

Java 100.00%
augmented-reality face-filters java deepar agora-sdk videocall

videocall-android-java's People

Contributors

jelenakb avatar luka-m avatar mategasparini avatar sikter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

videocall-android-java's Issues

Local video not showing when app start, only black screen

Hi guys, I run this demo and faced an issue.
Everytime when I start the app, the local video is just a black screen.
But when I press recent button, then go back to the app, it shows the local view normally.
The issue happened on Samsung tablet running Android 9, Xiaomi phone running Android 11
But on Xiaomi phone running android 9, its OK, I start app and it shows local video without any issue.
I have debugged and no luck. I don't know what is the root cause.
Here is the log on the Samsung tablet running android 9 when issue happened at start app.
Hope anyone can help me fix this. Thanks.

2021-09-26 01:45:34.935 27565-27565/===com.example=== W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@40e52cc
2021-09-26 01:45:35.015 27565-27565/===com.example=== I/DecorView: createDecorCaptionView >> DecorView@211993[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true
2021-09-26 01:45:35.146 27565-27565/===com.example=== D/SensorManager: registerListener :: 0, LIS2DS Accelerometer, 66667, 0,
2021-09-26 01:45:35.163 27565-27565/===com.example=== D/BluetoothHeadset: BTStateChangeCB is registed (27565 @ ===com.example===)
2021-09-26 01:45:35.172 27565-27565/===com.example=== D/agora-jni: android bridge create done...
2021-09-26 01:45:35.180 27565-28643/===com.example=== E/libc: Access denied finding property "net.dns1"
2021-09-26 01:45:35.180 27565-28643/===com.example=== E/libc: Access denied finding property "net.dns2"
2021-09-26 01:45:35.181 27565-28643/===com.example=== E/libc: Access denied finding property "net.dns3"
2021-09-26 01:45:35.181 27565-28643/===com.example=== E/libc: Access denied finding property "net.dns4"
2021-09-26 01:45:35.279 27565-27565/===com.example=== D/InputTransport: Input channel constructed: fd=141
2021-09-26 01:45:35.280 27565-27565/===com.example=== D/ViewRootImpl@b96ff3a[MainActivity]: setView = DecorView@211993[MainActivity] TM=true MM=false
2021-09-26 01:45:35.333 27565-27565/===com.example=== D/CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=90, sourceRotationDegrees=270, isOppositeFacing=false, result=0
2021-09-26 01:45:35.335 27565-27565/===com.example=== D/CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=90, sourceRotationDegrees=270, isOppositeFacing=false, result=0
2021-09-26 01:45:35.339 27565-27574/===com.example=== W/System: A resource failed to call release.
2021-09-26 01:45:35.342 27565-27565/===com.example=== D/CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=90, sourceRotationDegrees=270, isOppositeFacing=false, result=0
2021-09-26 01:45:35.344 27565-27565/===com.example=== D/DeferrableSurface: Surface created[total_surfaces=1, used_surfaces=0](androidx.camera.core.impl.ImmediateSurface@39e0963}
2021-09-26 01:45:35.348 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Use case androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509 ACTIVE
2021-09-26 01:45:35.348 27565-27636/===com.example=== D/UseCaseAttachState: Active and attached use case: [] for camera: 1
2021-09-26 01:45:35.353 27565-27565/===com.example=== E/libc: Access denied finding property "net.dns1"
2021-09-26 01:45:35.353 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Use cases [androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509] now ATTACHED
2021-09-26 01:45:35.354 27565-27565/===com.example=== E/libc: Access denied finding property "net.dns2"
2021-09-26 01:45:35.354 27565-27565/===com.example=== E/libc: Access denied finding property "net.dns3"
2021-09-26 01:45:35.354 27565-27565/===com.example=== E/libc: Access denied finding property "net.dns4"
2021-09-26 01:45:35.355 27565-27636/===com.example=== D/UseCaseAttachState: All use case: [androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509] for camera: 1
2021-09-26 01:45:35.356 27565-27636/===com.example=== D/UseCaseAttachState: Active and attached use case: [androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509] for camera: 1
2021-09-26 01:45:35.362 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Resetting Capture Session
2021-09-26 01:45:35.363 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Releasing session in state INITIALIZED
2021-09-26 01:45:35.363 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Attempting to force open the camera.
2021-09-26 01:45:35.364 27565-27636/===com.example=== D/CameraStateRegistry: tryOpenCamera(Camera@4903de6[id=1]) [Available Cameras: 1, Already Open: false (Previous state: CLOSED)] --> SUCCESS
2021-09-26 01:45:35.366 27565-27636/===com.example=== D/CameraStateRegistry: Recalculating open cameras:
Camera State
-------------------------------------------------------------------
Camera@4903de6[id=1] OPENING
Camera@f6e50c5[id=0] UNKNOWN
-------------------------------------------------------------------
Open count: 1 (Max allowed: 1)
2021-09-26 01:45:35.367 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Opening camera.
2021-09-26 01:45:35.367 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Transitioning camera internal state: INITIALIZED --> OPENING
2021-09-26 01:45:35.368 27565-27636/===com.example=== D/CameraStateMachine: New public camera state CameraState{type=OPENING, error=null} from OPENING and null
2021-09-26 01:45:35.368 27565-27636/===com.example=== D/CameraStateMachine: Publishing new public camera state CameraState{type=OPENING, error=null}
2021-09-26 01:45:35.369 27565-27636/===com.example=== D/UseCaseAttachState: All use case: [androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509] for camera: 1
2021-09-26 01:45:35.375 27565-27565/===com.example=== D/SurfaceView: onWindowVisibilityChanged(0) true android.opengl.GLSurfaceView{61ae2d5 V.E...... ......I. 0,0-0,0} of ViewRootImpl@b96ff3a[MainActivity]
2021-09-26 01:45:35.400 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Use case androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509 ACTIVE
2021-09-26 01:45:35.402 27565-27636/===com.example=== D/UseCaseAttachState: Active and attached use case: [androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509] for camera: 1
2021-09-26 01:45:35.412 27565-27565/===com.example=== D/ViewRootImpl@b96ff3a[MainActivity]: Relayout returned: old=[0,0][1920,1200] new=[0,0][1920,1200] result=0x7 surface={true 3295903744} changed=true
2021-09-26 01:45:35.417 27565-27652/===com.example=== D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
2021-09-26 01:45:35.417 27565-27652/===com.example=== D/OpenGLRenderer: eglCreateWindowSurface = 0xe2d70e20, 0xc4738008
2021-09-26 01:45:35.419 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} CameraDevice.onOpened()
2021-09-26 01:45:35.419 27565-27636/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Transitioning camera internal state: OPENING --> OPENED
2021-09-26 01:45:35.421 27565-27636/===com.example=== D/CameraStateRegistry: Recalculating open cameras:
Camera State
-------------------------------------------------------------------
Camera@4903de6[id=1] OPEN
Camera@f6e50c5[id=0] UNKNOWN
-------------------------------------------------------------------
Open count: 1 (Max allowed: 1)
2021-09-26 01:45:35.421 27565-27636/===com.example=== D/CameraStateMachine: New public camera state CameraState{type=OPEN, error=null} from OPEN and null
2021-09-26 01:45:35.421 27565-27636/===com.example=== D/CameraStateMachine: Publishing new public camera state CameraState{type=OPEN, error=null}
2021-09-26 01:45:35.422 27565-27636/===com.example=== D/UseCaseAttachState: All use case: [androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509] for camera: 1
2021-09-26 01:45:35.424 27565-27636/===com.example=== D/UseCaseAttachState: Active and attached use case: [androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509] for camera: 1
2021-09-26 01:45:35.430 27565-27636/===com.example=== D/SyncCaptureSessionBase: [androidx.camera.camera2.internal.SynchronizedCaptureSessionBaseImpl@104ad42] getSurface...done
2021-09-26 01:45:35.430 27565-27636/===com.example=== D/CaptureSession: Opening capture session.
2021-09-26 01:45:35.433 27565-27636/===com.example=== D/DeferrableSurface: New surface in use[total_surfaces=1, used_surfaces=1](androidx.camera.core.impl.ImmediateSurface@39e0963}
2021-09-26 01:45:35.433 27565-27636/===com.example=== D/DeferrableSurface: use count+1, useCount=1 androidx.camera.core.impl.ImmediateSurface@39e0963
2021-09-26 01:45:35.446 27565-27565/===com.example=== D/SurfaceView: show() Surface(name=SurfaceView - ===com.example===/ai.deepar.videocall.MainActivity@61ae2d5@0[27565])/@0x6c4da90 android.opengl.GLSurfaceView{61ae2d5 V.E...... ......ID 0,0-1920,996}
2021-09-26 01:45:35.448 27565-27565/===com.example=== D/SurfaceView: surfaceCreated 1 #8 android.opengl.GLSurfaceView{61ae2d5 V.E...... ......ID 0,0-1920,996}
2021-09-26 01:45:35.448 27565-27565/===com.example=== D/SurfaceView: surfaceChanged (1920,996) 1 #8 android.opengl.GLSurfaceView{61ae2d5 V.E...... ......ID 0,0-1920,996}
2021-09-26 01:45:35.448 27565-28665/===com.example=== W/GLSurfaceView: Warning, !readyToDraw() but waiting for draw finished! Early reporting draw finished.
2021-09-26 01:45:35.476 27565-27565/===com.example=== D/ViewRootImpl@b96ff3a[MainActivity]: Relayout returned: old=[0,0][1920,1200] new=[0,0][1920,1200] result=0x3 surface={true 3295903744} changed=false
2021-09-26 01:45:35.487 27565-27636/===com.example=== D/CaptureSession: Attempting to send capture request onConfigured
2021-09-26 01:45:35.487 27565-27636/===com.example=== D/CaptureSession: Issuing request for session.
2021-09-26 01:45:35.495 27565-27636/===com.example=== D/CaptureSession: CameraCaptureSession.onConfigured() mState=OPENED
2021-09-26 01:45:35.496 27565-27636/===com.example=== D/CaptureSession: CameraCaptureSession.onReady() OPENED
2021-09-26 01:45:35.496 27565-27565/===com.example=== D/ViewRootImpl@b96ff3a[MainActivity]: MSG_RESIZED: frame=[0,0][1920,1200] ci=[0,36][0,72] vi=[0,36][0,72] or=2
2021-09-26 01:45:35.499 27565-27565/===com.example=== D/ViewRootImpl@b96ff3a[MainActivity]: stopped(false) old=false
2021-09-26 01:45:35.500 27565-27565/===com.example=== D/DeferrableSurface: surface closed, useCount=1 closed=true androidx.camera.core.impl.ImmediateSurface@39e0963
2021-09-26 01:45:35.500 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Use cases [androidx.camera.core.ImageAnalysis-22e9e53f-5df6-4b5b-8cb2-9bb54a31eb2a39988509] now DETACHED for camera
2021-09-26 01:45:35.500 27565-27631/===com.example=== D/UseCaseAttachState: All use case: [] for camera: 1
2021-09-26 01:45:35.501 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Resetting Capture Session
2021-09-26 01:45:35.504 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Releasing session in state OPENED
2021-09-26 01:45:35.505 27565-27631/===com.example=== D/UseCaseAttachState: Active and attached use case: [] for camera: 1
2021-09-26 01:45:35.505 27565-28665/===com.example=== D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
2021-09-26 01:45:35.506 27565-27565/===com.example=== D/ViewRootImpl@b96ff3a[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1 1
2021-09-26 01:45:35.507 27565-27565/===com.example=== D/InputMethodManager: prepareNavigationBarInfo() DecorView@211993[MainActivity]
2021-09-26 01:45:35.507 27565-27565/===com.example=== D/InputMethodManager: getNavigationBarColor() -855310
2021-09-26 01:45:35.510 27565-27565/===com.example=== D/InputMethodManager: prepareNavigationBarInfo() DecorView@211993[MainActivity]
2021-09-26 01:45:35.510 27565-27565/===com.example=== D/InputMethodManager: getNavigationBarColor() -855310
2021-09-26 01:45:35.510 27565-27565/===com.example=== V/InputMethodManager: Starting input: tba====com.example=== ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
2021-09-26 01:45:35.510 27565-27565/===com.example=== D/InputMethodManager: startInputInner - Id : 0
2021-09-26 01:45:35.510 27565-27565/===com.example=== I/InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
2021-09-26 01:45:35.516 27565-27565/===com.example=== D/InputTransport: Input channel constructed: fd=138
2021-09-26 01:45:35.516 27565-27631/===com.example=== D/UseCaseAttachState: Active and attached use case: [] for camera: 1
2021-09-26 01:45:35.520 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Closing camera.
2021-09-26 01:45:35.521 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Transitioning camera internal state: OPENED --> CLOSING
2021-09-26 01:45:35.522 27565-27631/===com.example=== D/CameraStateRegistry: Recalculating open cameras:
Camera State
-------------------------------------------------------------------
Camera@4903de6[id=1] CLOSING
Camera@f6e50c5[id=0] UNKNOWN
-------------------------------------------------------------------
Open count: 1 (Max allowed: 1)
2021-09-26 01:45:35.522 27565-27631/===com.example=== D/CameraStateMachine: New public camera state CameraState{type=CLOSING, error=null} from CLOSING and null
2021-09-26 01:45:35.522 27565-27631/===com.example=== D/CameraStateMachine: Publishing new public camera state CameraState{type=CLOSING, error=null}
2021-09-26 01:45:35.523 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Resetting Capture Session
2021-09-26 01:45:35.524 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Releasing session in state CLOSING
2021-09-26 01:45:35.524 27565-28688/===com.example=== D/Surface: setPackageUsesOwnResolution() (native) for "n0xc7566000" (): true
2021-09-26 01:45:35.524 27565-27631/===com.example=== D/CaptureSession: onSessionFinished()
2021-09-26 01:45:35.524 27565-28688/===com.example=== D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
2021-09-26 01:45:35.529 27565-28665/===com.example=== W/GLThread: eglSwapBuffers failed: EGL_BAD_SURFACE
2021-09-26 01:45:35.556 27565-28688/===com.example=== D/Surface: setPackageUsesOwnResolution() (native) for "n0xc7566000" (SurfaceTexture-1-27565-4): false
2021-09-26 01:45:35.558 27565-28688/===com.example=== D/Surface: setPackageUsesOwnResolution() (native) for "n0xc7566000" (SurfaceTexture-1-27565-4): false
2021-09-26 01:45:35.558 27565-28688/===com.example=== E/BufferQueueProducer: [SurfaceTexture-1-27565-4] disconnect: not connected (req=1)
2021-09-26 01:45:35.558 27565-28688/===com.example=== W/libEGL: EGLNativeWindowType 0xc7566008 disconnect failed
2021-09-26 01:45:35.560 27565-28688/===com.example=== D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
2021-09-26 01:45:35.570 27565-27565/===com.example=== D/CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=90, sourceRotationDegrees=270, isOppositeFacing=false, result=0
2021-09-26 01:45:35.573 27565-27565/===com.example=== D/CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=90, sourceRotationDegrees=270, isOppositeFacing=false, result=0
2021-09-26 01:45:35.586 27565-27565/===com.example=== D/CameraOrientationUtil: getRelativeImageRotation: destRotationDegrees=90, sourceRotationDegrees=270, isOppositeFacing=false, result=0
2021-09-26 01:45:35.588 27565-27565/===com.example=== D/DeferrableSurface: Surface created[total_surfaces=2, used_surfaces=1](androidx.camera.core.impl.ImmediateSurface@ec9dfec}
2021-09-26 01:45:35.622 27565-28688/===com.example=== D/Surface: setPackageUsesOwnResolution() (native) for "n0xc7566000" (SurfaceTexture-1-27565-4): false
2021-09-26 01:45:35.625 27565-28688/===com.example=== D/Surface: setPackageUsesOwnResolution() (native) for "n0xc7566000" (SurfaceTexture-1-27565-4): false
2021-09-26 01:45:35.625 27565-28688/===com.example=== E/BufferQueueProducer: [SurfaceTexture-1-27565-4] disconnect: not connected (req=1)
2021-09-26 01:45:35.625 27565-28688/===com.example=== W/libEGL: EGLNativeWindowType 0xc7566008 disconnect failed
2021-09-26 01:45:35.625 27565-28688/===com.example=== D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
2021-09-26 01:45:35.627 27565-28688/===com.example=== D/Surface: setPackageUsesOwnResolution() (native) for "n0xc7566000" (SurfaceTexture-1-27565-4): true
2021-09-26 01:45:36.072 27565-27631/===com.example=== D/UseCaseAttachState: Active and attached use case: [] for camera: 1
2021-09-26 01:45:36.074 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Use case androidx.camera.core.ImageAnalysis-38a57a15-849d-4388-9a9b-8dfebc1f16f3204784702 ACTIVE
2021-09-26 01:45:36.074 27565-27631/===com.example=== D/UseCaseAttachState: Active and attached use case: [] for camera: 1
2021-09-26 01:45:36.075 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Use cases [androidx.camera.core.ImageAnalysis-38a57a15-849d-4388-9a9b-8dfebc1f16f3204784702] now ATTACHED
2021-09-26 01:45:36.076 27565-27631/===com.example=== D/UseCaseAttachState: All use case: [androidx.camera.core.ImageAnalysis-38a57a15-849d-4388-9a9b-8dfebc1f16f3204784702] for camera: 1
2021-09-26 01:45:36.077 27565-27631/===com.example=== D/UseCaseAttachState: Active and attached use case: [androidx.camera.core.ImageAnalysis-38a57a15-849d-4388-9a9b-8dfebc1f16f3204784702] for camera: 1
2021-09-26 01:45:36.080 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Resetting Capture Session
2021-09-26 01:45:36.081 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Releasing session in state CLOSING
2021-09-26 01:45:36.081 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Transitioning camera internal state: CLOSING --> REOPENING
2021-09-26 01:45:36.082 27565-27631/===com.example=== D/CameraStateRegistry: Recalculating open cameras:
Camera State
-------------------------------------------------------------------
Camera@4903de6[id=1] OPENING
Camera@f6e50c5[id=0] UNKNOWN
-------------------------------------------------------------------
Open count: 1 (Max allowed: 1)
2021-09-26 01:45:36.082 27565-27631/===com.example=== D/CameraStateMachine: New public camera state CameraState{type=OPENING, error=null} from OPENING and null
2021-09-26 01:45:36.083 27565-27631/===com.example=== D/CameraStateMachine: Publishing new public camera state CameraState{type=OPENING, error=null}
2021-09-26 01:45:36.083 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Use case androidx.camera.core.ImageAnalysis-38a57a15-849d-4388-9a9b-8dfebc1f16f3204784702 ACTIVE
2021-09-26 01:45:36.084 27565-27631/===com.example=== D/UseCaseAttachState: Active and attached use case: [androidx.camera.core.ImageAnalysis-38a57a15-849d-4388-9a9b-8dfebc1f16f3204784702] for camera: 1
2021-09-26 01:45:36.086 27565-27631/===com.example=== D/DeferrableSurface: use count-1, useCount=0 closed=true androidx.camera.core.impl.ImmediateSurface@39e0963
2021-09-26 01:45:36.087 27565-27631/===com.example=== D/DeferrableSurface: Surface no longer in use[total_surfaces=2, used_surfaces=0](androidx.camera.core.impl.ImmediateSurface@39e0963}
2021-09-26 01:45:36.087 27565-27631/===com.example=== D/DeferrableSurface: Surface terminated[total_surfaces=1, used_surfaces=0](androidx.camera.core.impl.ImmediateSurface@39e0963}
2021-09-26 01:45:36.087 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} CameraDevice.onClosed()
2021-09-26 01:45:36.088 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Attempting to open the camera.
2021-09-26 01:45:36.088 27565-27631/===com.example=== D/CameraStateRegistry: tryOpenCamera(Camera@4903de6[id=1]) [Available Cameras: 0, Already Open: true (Previous state: OPENING)] --> SUCCESS
2021-09-26 01:45:36.089 27565-27631/===com.example=== D/CameraStateRegistry: Recalculating open cameras:
Camera State
-------------------------------------------------------------------
Camera@4903de6[id=1] OPENING
Camera@f6e50c5[id=0] UNKNOWN
-------------------------------------------------------------------
Open count: 1 (Max allowed: 1)
2021-09-26 01:45:36.089 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Opening camera.
2021-09-26 01:45:36.089 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Transitioning camera internal state: REOPENING --> OPENING
2021-09-26 01:45:36.090 27565-27631/===com.example=== D/CameraStateMachine: New public camera state CameraState{type=OPENING, error=null} from OPENING and null
2021-09-26 01:45:36.090 27565-27631/===com.example=== D/UseCaseAttachState: All use case: [androidx.camera.core.ImageAnalysis-38a57a15-849d-4388-9a9b-8dfebc1f16f3204784702] for camera: 1
2021-09-26 01:45:36.111 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} CameraDevice.onOpened()
2021-09-26 01:45:36.112 27565-27631/===com.example=== D/Camera2CameraImpl: {Camera@4903de6[id=1]} Transitioning camera internal state: OPENING --> OPENED
2021-09-26 01:45:36.113 27565-27631/===com.example=== D/CameraStateRegistry: Recalculating open cameras:
Camera State
-------------------------------------------------------------------
Camera@4903de6[id=1] OPEN
Camera@f6e50c5[id=0] UNKNOWN
-------------------------------------------------------------------
Open count: 1 (Max allowed: 1)
2021-09-26 01:45:36.113 27565-27631/===com.example=== D/CameraStateMachine: New public camera state CameraState{type=OPEN, error=null} from OPEN and null
2021-09-26 01:45:36.113 27565-27631/===com.example=== D/CameraStateMachine: Publishing new public camera state CameraState{type=OPEN, error=null}
2021-09-26 01:45:36.114 27565-27631/===com.example=== D/UseCaseAttachState: All use case: [androidx.camera.core.ImageAnalysis-38a57a15-849d-4388-9a9b-8dfebc1f16f3204784702] for camera: 1
2021-09-26 01:45:36.115 27565-27631/===com.example=== D/UseCaseAttachState: Active and attached use case: [androidx.camera.core.ImageAnalysis-38a57a15-849d-4388-9a9b-8dfebc1f16f3204784702] for camera: 1
2021-09-26 01:45:36.118 27565-27631/===com.example=== D/SyncCaptureSessionBase: [androidx.camera.camera2.internal.SynchronizedCaptureSessionBaseImpl@f0429a1] getSurface...done
2021-09-26 01:45:36.119 27565-27631/===com.example=== D/CaptureSession: Opening capture session.
2021-09-26 01:45:36.122 27565-27631/===com.example=== D/DeferrableSurface: New surface in use[total_surfaces=1, used_surfaces=1](androidx.camera.core.impl.ImmediateSurface@ec9dfec}
2021-09-26 01:45:36.123 27565-27631/===com.example=== D/DeferrableSurface: use count+1, useCount=1 androidx.camera.core.impl.ImmediateSurface@ec9dfec
2021-09-26 01:45:36.171 27565-27631/===com.example=== D/CaptureSession: Attempting to send capture request onConfigured
2021-09-26 01:45:36.171 27565-27631/===com.example=== D/CaptureSession: Issuing request for session.
2021-09-26 01:45:36.177 27565-27631/===com.example=== D/CaptureSession: CameraCaptureSession.onConfigured() mState=OPENED
2021-09-26 01:45:36.177 27565-27631/===com.example=== D/CaptureSession: CameraCaptureSession.onReady() OPENED

App Crashed

2022-11-15 13:01:20.644 27391-27391/ai.deepar.videocall E/AndroidRuntime: FATAL EXCEPTION: main
Process: ai.deepar.videocall, PID: 27391
java.nio.BufferOverflowException
at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:298)
at java.nio.ByteBuffer.put(ByteBuffer.java:732)
at ai.deepar.videocall.MainActivity$3.analyze(MainActivity.java:260)
at androidx.camera.core.ImageAnalysis.lambda$setAnalyzer$1$ImageAnalysis(ImageAnalysis.java:370)
at androidx.camera.core.-$$Lambda$ImageAnalysis$qO2F3Tn7pfTvGyL-EvT8WWE0F0w.analyze(Unknown Source:4)
at androidx.camera.core.ImageAnalysisAbstractAnalyzer.lambda$analyzeImage$0$ImageAnalysisAbstractAnalyzer(ImageAnalysisAbstractAnalyzer.java:121)
at androidx.camera.core.-$$Lambda$ImageAnalysisAbstractAnalyzer$g-dcm6aZmGod2IWKPwN4CArIZzI.run(Unknown Source:8)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:8163)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:656)

on All android versions it's not working. Kindly fix it ASAP.

Android RemoteVideo not showing

Hello , I m using DeepAR with Agora in Android (Kotlin) I added everything like a demo version in my project local video working correctly but remoteVideo working only 1 seconds maybe less after that its freezing. And remote video showing local videoFrame upside down is there any recommendation for that issues. There is no error in log, Please let me know if any recommendation. Thanks for it

Push to rtmp

Can I push results to my own rtmp server?

I don't know how to do that.

Can someone point me in some direction?

switch camera not working

when i am calling mRtcEngine.switchCamera(); it is giving response -1.
In docs, they say
0: Success.
< 0: Failure.
But what is the error I couldn't find it? Please help.

IndexOutOfBoundsException on starting the app

E/AndroidRuntime: FATAL EXCEPTION: main
    Process: ai.deepar.videocall, PID: 8844
    java.lang.IndexOutOfBoundsException: off=460800, len=640 out of bounds (size=460800)
        at java.nio.Buffer.checkBounds(Buffer.java:587)
        at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:233)
        at ai.deepar.videocall.MainActivity.lambda$bindImageAnalysis$2$MainActivity(MainActivity.java:277)
        at ai.deepar.videocall.-$$Lambda$MainActivity$6-rz8wA0IkEVJOBBUxw09mFTYGg.analyze(Unknown Source:2)
        at androidx.camera.core.ImageAnalysis.lambda$setAnalyzer$1$ImageAnalysis(ImageAnalysis.java:370)
        at androidx.camera.core.-$$Lambda$ImageAnalysis$qO2F3Tn7pfTvGyL-EvT8WWE0F0w.analyze(Unknown Source:4)
        at androidx.camera.core.ImageAnalysisAbstractAnalyzer.lambda$analyzeImage$0$ImageAnalysisAbstractAnalyzer(ImageAnalysisAbstractAnalyzer.java:121)
        at androidx.camera.core.-$$Lambda$ImageAnalysisAbstractAnalyzer$g-dcm6aZmGod2IWKPwN4CArIZzI.run(Unknown Source:8)
        at android.os.Handler.handleCallback(Handler.java:938)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loopOnce(Looper.java:201)
        at android.os.Looper.loop(Looper.java:288)
        at android.app.ActivityThread.main(ActivityThread.java:7870)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGetInternalformativ:5097 GL error 0x500 condition [!GLESv2Validation::internalFormatTarget(ctx, target)]
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGetInternalformativ:5097 GL error 0x500 condition [!GLESv2Validation::internalFormatTarget(ctx, target)]
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGenerateMipmap:5142 GL error 0x502 condition [tex && !GLESv2Validation::unsizedFormat(internalformat) && !(GLESv2Validation::colorRenderableFormat(ctx, internalformat) && GLESv2Validation::filterableTexFormat(ctx, internalformat))]
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGetInternalformativ:5097 GL error 0x500 condition [!GLESv2Validation::internalFormatTarget(ctx, target)]
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGenerateMipmap:5142 GL error 0x502 condition [tex && !GLESv2Validation::unsizedFormat(internalformat) && !(GLESv2Validation::colorRenderableFormat(ctx, internalformat) && GLESv2Validation::filterableTexFormat(ctx, internalformat))]
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGetInternalformativ:5097 GL error 0x500 condition [!GLESv2Validation::internalFormatTarget(ctx, target)]
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGenerateMipmap:5142 GL error 0x502 condition [tex && !GLESv2Validation::unsizedFormat(internalformat) && !(GLESv2Validation::colorRenderableFormat(ctx, internalformat) && GLESv2Validation::filterableTexFormat(ctx, internalformat))]
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGetInternalformativ:5097 GL error 0x500 condition [!GLESv2Validation::internalFormatTarget(ctx, target)]
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glTexImage2D:2611 GL error 0x500 condition [!GLESv2Validation::pixelFormat(ctx, format)]
E/emuglGLESv2_enc: device/generic/goldfish-opengl/system/GLESv2_enc/GL2Encoder.cpp:s_glGetInternalformativ:5097 GL error 0x500 condition [!GLESv2Validation::internalFormatTarget(ctx, target)]
E/EGL_emulation: tid 9001: eglCreateContext(1743): error 0x3005 (EGL_BAD_CONFIG)

App crashes when calling DeepAr.release() on onDestroy()

I have implemented the given example activity as an activity inside my app. when I try to end the call and OnDestroy() is called in activity, the deepar.release() functions inside it crash the app. when I remove the release() function, no crash appears, but the next time I try to connect the call, the local video view shows a black screen.

I'm testing this on Samsung A51, Android v 11

Critical Issue. DeepAR does not supports latest agora sdk 4.1.1 JNI Error

Sdk I am using is

def agora_sdk_version = "4.1.1"
// case 1: full libs
implementation "io.agora.rtc:full-rtc-basic:${agora_sdk_version}"

Error received.

JNI DETECTED ERROR IN APPLICATION: JNI ERROR (app bug): jobject is an invalid global reference: 0x3fca (deleted reference at index 510)
java_vm_ext.cc:594] in call to NewGlobalRef
java_vm_ext.cc:594] from int io.agora.rtc2.internal.RtcEngineImpl.nativePushExternalAgoraVideoFrame(long, int, byte[], int, int, int, int, int, int, int, long, javax.microedition.khronos.egl.EGLContext, android.opengl.EGLContext, long, float[], int)
2023-05-11 19:00:59.463 10067-10448/com.vedx.ai E/agora.io: push_resampler.cc: (line 96): InitializeIfNeeded: resampler is using fixed ratio and src_sample_rate_hz:16000 dst_sample_rate_hz:8000

2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] Runtime aborting...
runtime.cc:681] Dumping all threads without mutator lock held
runtime.cc:681] All threads:
runtime.cc:681] DALVIK THREADS (51):
runtime.cc:681] "GLThread 8776" prio=5 tid=44 Runnable
runtime.cc:681] | group="" sCount=0 ucsCount=0 flags=0 obj=0x14401d10 self=0xb400007cc31f7c00
runtime.cc:681] | sysTid=10236 nice=0 cgrp=default sched=0/0 handle=0x7c00571cb0
runtime.cc:681] | state=R schedstat=( 3090452150 610633413 8739 ) utm=194 stm=114 core=7 HZ=100
runtime.cc:681] | stack=0x7c0046e000-0x7c00470000 stackSize=1039KB
runtime.cc:681] | held mutexes= "abort lock" "mutator lock"(shared held)
runtime.cc:681] native: #00 pc 00000000006b13a0 /apex/com.android.art/lib64/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits >&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+128) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #1 pc 0000000000719cf0 /apex/com.android.art/lib64/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits >&, bool, BacktraceMap*, bool) const+236) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #2 pc 0000000000729248 /apex/com.android.art/lib64/libart.so (art::DumpCheckpoint::Run(art::Thread*)+216) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 0000000000374f6c /apex/com.android.art/lib64/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+448) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #4 pc 0000000000727728 /apex/com.android.art/lib64/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&, bool)+292) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #5 pc 00000000006ffa28 /apex/com.android.art/lib64/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits >&) const+212) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #6 pc 00000000006fa194 /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+964) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #7 pc 0000000000016ea8 /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_3::__invoke(char const*)+80) (BuildId: 420d56eac27a210c92900f3ddb760c86)
runtime.cc:681] native: #8 pc 0000000000016450 /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage()+352) (BuildId: 420d56eac27a210c92900f3ddb760c86)
runtime.cc:681] native: #9 pc 00000000004664e0 /apex/com.android.art/lib64/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+2116) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #10 pc 000000000034cd4c /apex/com.android.art/lib64/libart.so (art::JavaVMExt::JniAbortV(char const*, char const*, std::__va_list)+108) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #11 pc 00000000004a2400 /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const*, ...) (.__uniq.99033978352804627313491551960229047428)+144) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #12 pc 0000000000475074 /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const*, art::(anonymous namespace)::JniValueType*) (.__uniq.99033978352804627313491551960229047428)+4908) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #13 pc 0000000000349fb0 /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::CheckJNI::NewRef(char const*, _JNIEnv*, _jobject*, art::IndirectRefKind) (.__uniq.99033978352804627313491551960229047428)+144) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] native: #14 pc 000000000102d408 /data/app/~~ebKaf8i0R-l6W83x1GMnEA==/com.vedx.ai-4lL-87ab2unuDfDmy5QAZA==/base.apk (offset 168f000) (???) (BuildId: 39110ace19970491c3d0bbccb599990fe8abbef0)
runtime.cc:681] native: #15 pc 000000000119b294 /data/app/~~ebKaf8i0R-l6W83x1GMnEA==/com.vedx.ai-4lL-87ab2unuDfDmy5QAZA==/base.apk (offset 168f000) (???) (BuildId: 39110ace19970491c3d0bbccb599990fe8abbef0)
runtime.cc:681] native: #16 pc 00000000009dc72c /data/app/~~ebKaf8i0R-l6W83x1GMnEA==/com.vedx.ai-4lL-87ab2unuDfDmy5QAZA==/base.apk (offset 168f000) (???) (BuildId: 39110ace19970491c3d0bbccb599990fe8abbef0)
runtime.cc:681] native: #17 pc 00000000009dc3b0 /data/app/~~ebKaf8i0R-l6W83x1GMnEA==/com.vedx.ai-4lL-87ab2unuDfDmy5QAZA==/base.apk (offset 168f000) (Java_io_agora_rtc2_internal_RtcEngineImpl_nativePushExternalAgoraVideoFrame+108) (BuildId: 39110ace19970491c3d0bbccb599990fe8abbef0)
runtime.cc:681] native: #18 pc 0000000000461554 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #19 pc 000000000020b02c /apex/com.android.art/lib64/libart.so (nterp_helper+7468) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #20 pc 00000000001dc1fe [anon:dalvik-classes.dex extracted in memory from /data/app/~~ebKaf8i0R-l6W83x1GMnEA==/com.vedx.ai-4lL-87ab2unuDfDmy5QAZA==/base.apk] (io.agora.rtc2.internal.RtcEngineImpl.pushExternalVideoFrameEx+226)
runtime.cc:681] native: #21 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #22 pc 00000000001d8150 [anon:dalvik-classes.dex extracted in memory from /data/app/~~ebKaf8i0R-l6W83x1GMnEA==/com.vedx.ai-4lL-87ab2unuDfDmy5QAZA==/base.apk] (io.agora.rtc2.internal.RtcEngineImpl.pushExternalVideoFrame+4)
runtime.cc:681] native: #23 pc 0000000002018778 /memfd:jit-cache (deleted) (offset 2000000) (ai.deepar.videocall.DeepARRenderer.onDrawFrame+1080)
runtime.cc:681] native: #24 pc 000000000020b120 /apex/com.android.art/lib64/libart.so (nterp_helper+7712) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #25 pc 0000000000416b92 /system/framework/framework.jar (android.opengl.GLSurfaceView$GLThread.guardedRun+2066)
runtime.cc:681] native: #26 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #27 pc 00000000004175d6 /system/framework/framework.jar (android.opengl.GLSurfaceView$GLThread.run+114)
runtime.cc:681] native: #28 pc 0000000000457b6c /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+556) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #29 pc 0000000000484e54 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+156) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #30 pc 0000000000484b20 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValuesart::ArtMethod*(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+400) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #31 pc 00000000005ce3a0 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1684) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #32 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #33 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] at io.agora.rtc2.internal.RtcEngineImpl.nativePushExternalAgoraVideoFrame(Native method)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] at io.agora.rtc2.internal.RtcEngineImpl.pushExternalVideoFrameEx(unavailable:113)
runtime.cc:681] - locked <0x0f4e47dd> (a io.agora.rtc2.internal.RtcEngineImpl)
runtime.cc:681] at io.agora.rtc2.internal.RtcEngineImpl.pushExternalVideoFrame(unavailable:2)
runtime.cc:681] - locked <0x0f4e47dd> (a io.agora.rtc2.internal.RtcEngineImpl)
runtime.cc:681] at ai.deepar.videocall.DeepARRenderer.onDrawFrame(DeepARRenderer.java:216)
runtime.cc:681] at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1581)
runtime.cc:681] at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1280)
runtime.cc:681]
runtime.cc:681] "main" prio=10 tid=1 Native
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x725c5608 self=0xb400007cdd012400
runtime.cc:681] | sysTid=10067 nice=-10 cgrp=default sched=0/0 handle=0x7d7febd4f8
runtime.cc:681] | state=S schedstat=( 3661654693 95578769 1804 ) utm=327 stm=38 core=7 HZ=100
runtime.cc:681] | stack=0x7febf09000-0x7febf0b000 stackSize=8188KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 00000000000c8b38 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000000168d4 /system/lib64/libutils.so (android::Looper::pollInner(int)+180) (BuildId: 84ea9d49b436a137b0824dad5fe22acf)
runtime.cc:681] native: #2 pc 00000000000167b8 /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+112) (BuildId: 84ea9d49b436a137b0824dad5fe22acf)
runtime.cc:681] native: #3 pc 000000000014d234 /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44) (BuildId: 85a314aa246817e02b514ef849c2ffb2)
runtime.cc:681] native: #4 pc 0000000000461554 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #5 pc 0000000002009894 /memfd:jit-cache (deleted) (offset 2000000) (android.os.MessageQueue.next+244)
runtime.cc:681] native: #6 pc 00000000020080dc /memfd:jit-cache (deleted) (offset 2000000) (android.os.Looper.loopOnce+188)
runtime.cc:681] native: #7 pc 0000000000209a9c /apex/com.android.art/lib64/libart.so (nterp_helper+1948) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #8 pc 000000000046fcbe /system/framework/framework.jar (android.os.Looper.loop+178)
runtime.cc:681] native: #9 pc 0000000000209334 /apex/com.android.art/lib64/libart.so (nterp_helper+52) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #10 pc 00000000001b5114 /system/framework/framework.jar (android.app.ActivityThread.main+220)
runtime.cc:681] native: #11 pc 0000000000457e00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #12 pc 000000000048c038 /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1560) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #13 pc 000000000048b9f8 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*) (.__uniq.165753521025965369065708152063621506277)+48) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #14 pc 0000000000461554 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #15 pc 000000000020a2b0 /apex/com.android.art/lib64/libart.so (nterp_helper+4016) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #16 pc 00000000002a31ce /system/framework/framework.jar (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] native: #17 pc 000000000020b074 /apex/com.android.art/lib64/libart.so (nterp_helper+7540) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #18 pc 00000000002a93f2 /system/framework/framework.jar (com.android.internal.os.ZygoteInit.main+714)
runtime.cc:681] native: #19 pc 0000000000457e00 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+576) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #20 pc 000000000058bc24 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+912) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #21 pc 0000000000609b6c /apex/com.android.art/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+172) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #22 pc 00000000000afb28 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+120) (BuildId: 85a314aa246817e02b514ef849c2ffb2)
runtime.cc:681] native: #23 pc 00000000000bb214 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vectorandroid::String8 const&, bool)+948) (BuildId: 85a314aa246817e02b514ef849c2ffb2)
runtime.cc:681] native: #24 pc 0000000000002580 /system/bin/app_process64 (main+1320) (BuildId: c4e0717e77dbaf6f3710de1f5d169e0e)
runtime.cc:681] native: #25 pc 0000000000071538 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+96) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] at android.os.MessageQueue.nativePollOnce(Native method)
runtime.cc:681] at android.os.MessageQueue.next(MessageQueue.java:339)
runtime.cc:681] at android.os.Looper.loopOnce(Looper.java:179)
runtime.cc:681] at android.os.Looper.loop(Looper.java:344)
runtime.cc:681] at android.app.ActivityThread.main(ActivityThread.java:8205)
runtime.cc:681] at java.lang.reflect.Method.invoke(Native method)
runtime.cc:681] at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:589)
runtime.cc:681] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1071)
runtime.cc:681]
runtime.cc:681] "Signal Catcher" prio=10 tid=6 WaitingInMainSignalCatcherLoop
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x14400208 self=0xb400007cbac6b000
runtime.cc:681] | sysTid=10077 nice=-20 cgrp=default sched=0/0 handle=0x7cc3b16cb0
runtime.cc:681] | state=S schedstat=( 268000 50845 4 ) utm=0 stm=0 core=7 HZ=100
runtime.cc:681] | stack=0x7cc3a1f000-0x7cc3a21000 stackSize=991KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 00000000000c8578 /apex/com.android.runtime/lib64/bionic/libc.so (__rt_sigtimedwait+8) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 0000000000087a68 /apex/com.android.runtime/lib64/bionic/libc.so (sigwait64+88) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #2 pc 000000000057fa74 /apex/com.android.art/lib64/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+112) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 000000000057f67c /apex/com.android.art/lib64/libart.so (art::SignalCatcher::Run(void*)+232) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #4 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #5 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] (no managed stack frames)
runtime.cc:681]
runtime.cc:681] "perfetto_hprof_listener" prio=10 tid=7 Native (still starting up)
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x0 self=0xb400007cb73a2c00
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] | sysTid=10078 nice=-20 cgrp=default sched=0/0 handle=0x7cc3a18cb0
runtime.cc:681] | state=S schedstat=( 718770 506461 4 ) utm=0 stm=0 core=1 HZ=100
runtime.cc:681] | stack=0x7cc3921000-0x7cc3923000 stackSize=991KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 00000000000c78d4 /apex/com.android.runtime/lib64/bionic/libc.so (read+4) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 000000000001e10c /apex/com.android.art/lib64/libperfetto_hprof.so (void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct >, ArtPlugin_Initialize::$_34> >(void*)+264) (BuildId: f7f741da67bb911fea60db7836809941)
runtime.cc:681] native: #2 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #3 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] (no managed stack frames)
runtime.cc:681]
runtime.cc:681] "ADB-JDWP Connection Control Thread" prio=10 tid=8 WaitingInMainDebuggerLoop
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x14400280 self=0xb400007cc2a4c800
runtime.cc:681] | sysTid=10079 nice=-20 cgrp=default sched=0/0 handle=0x7cc391acb0
runtime.cc:681] | state=S schedstat=( 1847847 176308 8 ) utm=0 stm=0 core=3 HZ=100
runtime.cc:681] | stack=0x7cc3823000-0x7cc3825000 stackSize=991KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 00000000000c8c38 /apex/com.android.runtime/lib64/bionic/libc.so (__ppoll+8) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 0000000000084dec /apex/com.android.runtime/lib64/bionic/libc.so (poll+92) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #2 pc 0000000000009abc /apex/com.android.art/lib64/libadbconnection.so (adbconnection::AdbConnectionState::RunPollLoop(art::Thread*)+724) (BuildId: 4cfd822a130736431539d54e5665fa7f)
runtime.cc:681] native: #3 pc 0000000000008160 /apex/com.android.art/lib64/libadbconnection.so (adbconnection::CallbackFunction(void*)+1360) (BuildId: 4cfd822a130736431539d54e5665fa7f)
runtime.cc:681] native: #4 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #5 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] (no managed stack frames)
runtime.cc:681]
runtime.cc:681] "Jit thread pool worker thread 0" prio=5 tid=9 Native
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x144002f8 self=0xb400007cb73b7c00
runtime.cc:681] | sysTid=10080 nice=9 cgrp=default sched=0/0 handle=0x7cc381ccb0
runtime.cc:681] | state=S schedstat=( 206664537 51535616 402 ) utm=17 stm=3 core=7 HZ=100
runtime.cc:681] | stack=0x7cc371d000-0x7cc371f000 stackSize=1023KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 000000000007521c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000003a9ae4 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+140) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #2 pc 000000000062d514 /apex/com.android.art/lib64/libart.so (art::ThreadPool::GetTask(art::Thread*)+120) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 000000000062d374 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Run()+136) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] native: #4 pc 000000000062d250 /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Callback(void*)+164) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #5 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #6 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] (no managed stack frames)
runtime.cc:681]
runtime.cc:681] "HeapTaskDaemon" prio=5 tid=10 WaitingForTaskProcessor
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x144024e8 self=0xb400007cb73c9400
runtime.cc:681] | sysTid=10081 nice=4 cgrp=default sched=0/0 handle=0x7cc3716cb0
runtime.cc:681] | state=S schedstat=( 530749854 58528229 434 ) utm=43 stm=9 core=7 HZ=100
runtime.cc:681] | stack=0x7cc3613000-0x7cc3615000 stackSize=1039KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 0000000000075220 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000004e1ef8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long, int)+252) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #2 pc 00000000004854d4 /apex/com.android.art/lib64/libart.so (art::gc::TaskProcessor::GetTask(art::Thread*)+196) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 00000000004853c4 /apex/com.android.art/lib64/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread*)+32) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #4 pc 0000000000461554 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #5 pc 000000000020a2b0 /apex/com.android.art/lib64/libart.so (nterp_helper+4016) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #6 pc 000000000002aea6 /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$HeapTaskDaemon.runInternal+38)
runtime.cc:681] native: #7 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #8 pc 000000000002a4f2 /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$Daemon.run+50)
runtime.cc:681] native: #9 pc 000000000020b074 /apex/com.android.art/lib64/libart.so (nterp_helper+7540) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #10 pc 00000000000f6740 /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run+8)
runtime.cc:681] native: #11 pc 0000000000457b6c /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+556) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #12 pc 0000000000484e54 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+156) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #13 pc 0000000000484b20 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValuesart::ArtMethod*(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+400) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #14 pc 00000000005ce3a0 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1684) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #15 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #16 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] at dalvik.system.VMRuntime.runHeapTasks(Native method)
runtime.cc:681] at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:609)
runtime.cc:681] at java.lang.Daemons$Daemon.run(Daemons.java:140)
runtime.cc:681] at java.lang.Thread.run(Thread.java:1012)
runtime.cc:681]
runtime.cc:681] "ReferenceQueueDaemon" prio=5 tid=11 Waiting
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x14400370 self=0xb400007cb73cb000
runtime.cc:681] | sysTid=10082 nice=4 cgrp=default sched=0/0 handle=0x7cc2dc4cb0
runtime.cc:681] | state=S schedstat=( 8649381 4178308 33 ) utm=0 stm=0 core=3 HZ=100
runtime.cc:681] | stack=0x7cc2cc1000-0x7cc2cc3000 stackSize=1039KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 000000000007521c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000003a9ae4 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+140) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #2 pc 00000000004e0cd0 /apex/com.android.art/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::ObjPtrart::mirror::Object, long, int, bool, art::ThreadState)+2632) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 0000000000461554 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #4 pc 000000000020a910 /apex/com.android.art/lib64/libart.so (nterp_helper+5648) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #5 pc 00000000000ea5d2 /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait+2)
runtime.cc:681] native: #6 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #7 pc 00000000000ea5b8 /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait+4)
runtime.cc:681] native: #8 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #9 pc 000000000002afb6 /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$ReferenceQueueDaemon.runInternal+70)
runtime.cc:681] native: #10 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #11 pc 000000000002a4f2 /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$Daemon.run+50)
runtime.cc:681] native: #12 pc 000000000020b074 /apex/com.android.art/lib64/libart.so (nterp_helper+7540) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #13 pc 00000000000f6740 /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run+8)
runtime.cc:681] native: #14 pc 0000000000457b6c /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+556) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #15 pc 0000000000484e54 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+156) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #16 pc 0000000000484b20 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValuesart::ArtMethod*(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+400) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #17 pc 00000000005ce3a0 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1684) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #18 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] native: #19 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] at java.lang.Object.wait(Native method)
runtime.cc:681] - waiting on <0x00281f52> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
runtime.cc:681] at java.lang.Object.wait(Object.java:442)
runtime.cc:681] at java.lang.Object.wait(Object.java:568)
runtime.cc:681] at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:232)
runtime.cc:681] - locked <0x00281f52> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
runtime.cc:681] at java.lang.Daemons$Daemon.run(Daemons.java:140)
runtime.cc:681] at java.lang.Thread.run(Thread.java:1012)
runtime.cc:681]
runtime.cc:681] "Binder:10067_1" prio=5 tid=12 Native
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x144003e8 self=0xb400007cbbdf3000
runtime.cc:681] | sysTid=10085 nice=0 cgrp=default sched=0/0 handle=0x7cbe5e9cb0
runtime.cc:681] | state=S schedstat=( 326865469 119734467 837 ) utm=21 stm=11 core=4 HZ=100
runtime.cc:681] | stack=0x7cbe4f2000-0x7cbe4f4000 stackSize=991KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 000000000007521c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000003a9ae4 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+140) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #2 pc 00000000004955b0 /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallMethodV(char const*, _JNIEnv*, _jobject*, _jclass*, _jmethodID*, std::__va_list, art::Primitive::Type, art::InvokeType) (.__uniq.99033978352804627313491551960229047428)+3172) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 00000000005dc374 /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list) (.__uniq.99033978352804627313491551960229047428.llvm.14780401260801329705)+76) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #4 pc 000000000003a118 /system/lib64/libmedia_jni.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+120) (BuildId: 012c7fddda33a35de566b460a7e458a0)
runtime.cc:681] native: #5 pc 000000000003f470 /system/lib64/libmedia_jni.so (JNIImageReaderContext::onFrameAvailable(android::BufferItem const&)+64) (BuildId: 012c7fddda33a35de566b460a7e458a0)
runtime.cc:681] native: #6 pc 00000000000ae2c4 /system/lib64/libgui.so (android::ConsumerBase::onFrameAvailable(android::BufferItem const&)+172) (BuildId: b1a6c3d81152b5e556e57bce0f678f31)
runtime.cc:681] native: #7 pc 000000000007fe70 /system/lib64/libgui.so (android::BufferQueue::ProxyConsumerListener::onFrameAvailable(android::BufferItem const&)+104) (BuildId: b1a6c3d81152b5e556e57bce0f678f31)
runtime.cc:681] native: #8 pc 000000000008af40 /system/lib64/libgui.so (android::BufferQueueProducer::queueBuffer(int, android::IGraphicBufferProducer::QueueBufferInput const&, android::IGraphicBufferProducer::QueueBufferOutput*)+2144) (BuildId: b1a6c3d81152b5e556e57bce0f678f31)
runtime.cc:681] native: #9 pc 00000000000bbb90 /system/lib64/libgui.so (android::BnGraphicBufferProducer::onTransact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+2024) (BuildId: b1a6c3d81152b5e556e57bce0f678f31)
runtime.cc:681] native: #10 pc 000000000003c840 /system/lib64/libbinder.so (android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+248) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #11 pc 00000000000462ec /system/lib64/libbinder.so (android::IPCThreadState::executeCommand(int)+1028) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] native: #12 pc 0000000000045e20 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+160) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #13 pc 000000000004669c /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+68) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #14 pc 000000000006cc30 /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #15 pc 000000000001223c /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+260) (BuildId: 84ea9d49b436a137b0824dad5fe22acf)
runtime.cc:681] native: #16 pc 00000000000bb584 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) (BuildId: 85a314aa246817e02b514ef849c2ffb2)
runtime.cc:681] native: #17 pc 0000000000011acc /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+404) (BuildId: 84ea9d49b436a137b0824dad5fe22acf)
runtime.cc:681] native: #18 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #19 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] (no managed stack frames)
runtime.cc:681]
runtime.cc:681] "Binder:10067_2" prio=5 tid=13 Native
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x14400460 self=0xb400007cb73e1c00
runtime.cc:681] | sysTid=10086 nice=0 cgrp=default sched=0/0 handle=0x7cbe4ebcb0
runtime.cc:681] | state=S schedstat=( 589145170 110440623 1285 ) utm=41 stm=17 core=2 HZ=100
runtime.cc:681] | stack=0x7cbe3f4000-0x7cbe3f6000 stackSize=991KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 000000000007521c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000003a9ae4 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+140) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #2 pc 00000000004955b0 /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallMethodV(char const*, _JNIEnv*, _jobject*, _jclass*, _jmethodID*, std::__va_list, art::Primitive::Type, art::InvokeType) (.__uniq.99033978352804627313491551960229047428)+3172) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 00000000005dc088 /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallBooleanMethodV(_JNIEnv*, _jobject*, _jmethodID*, std::__va_list) (.__uniq.99033978352804627313491551960229047428.llvm.14780401260801329705)+72) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #4 pc 00000000000b2fa8 /system/lib64/libandroid_runtime.so (_JNIEnv::CallBooleanMethod(_jobject*, _jmethodID*, ...)+120) (BuildId: 85a314aa246817e02b514ef849c2ffb2)
runtime.cc:681] native: #5 pc 00000000001601ec /system/lib64/libandroid_runtime.so (JavaBBinder::onTransact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+156) (BuildId: 85a314aa246817e02b514ef849c2ffb2)
runtime.cc:681] native: #6 pc 000000000003c840 /system/lib64/libbinder.so (android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+248) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #7 pc 00000000000462ec /system/lib64/libbinder.so (android::IPCThreadState::executeCommand(int)+1028) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #8 pc 0000000000045e20 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+160) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] native: #9 pc 000000000004669c /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+68) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #10 pc 000000000006cc30 /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #11 pc 000000000001223c /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+260) (BuildId: 84ea9d49b436a137b0824dad5fe22acf)
runtime.cc:681] native: #12 pc 00000000000bb584 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) (BuildId: 85a314aa246817e02b514ef849c2ffb2)
runtime.cc:681] native: #13 pc 0000000000011acc /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+404) (BuildId: 84ea9d49b436a137b0824dad5fe22acf)
runtime.cc:681] native: #14 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #15 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] (no managed stack frames)
runtime.cc:681]
runtime.cc:681] "FinalizerDaemon" prio=5 tid=14 Waiting
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x144004d8 self=0xb400007cb73ccc00
runtime.cc:681] | sysTid=10083 nice=4 cgrp=default sched=0/0 handle=0x7cbe9fbcb0
runtime.cc:681] | state=S schedstat=( 26786926 11992769 44 ) utm=2 stm=0 core=7 HZ=100
runtime.cc:681] | stack=0x7cbe8f8000-0x7cbe8fa000 stackSize=1039KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 000000000007521c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000003a9ae4 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+140) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #2 pc 00000000004e0cd0 /apex/com.android.art/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::ObjPtrart::mirror::Object, long, int, bool, art::ThreadState)+2632) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 0000000000461554 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #4 pc 000000000020a910 /apex/com.android.art/lib64/libart.so (nterp_helper+5648) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #5 pc 00000000000ea5d2 /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait+2)
runtime.cc:681] native: #6 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #7 pc 0000000000105a7e /apex/com.android.art/javalib/core-oj.jar (java.lang.ref.ReferenceQueue.remove+58)
runtime.cc:681] native: #8 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #9 pc 0000000000105a28 /apex/com.android.art/javalib/core-oj.jar (java.lang.ref.ReferenceQueue.remove+4)
runtime.cc:681] native: #10 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #11 pc 000000000002a806 /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$FinalizerDaemon.runInternal+126)
runtime.cc:681] native: #12 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #13 pc 000000000002a4f2 /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$Daemon.run+50)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] native: #14 pc 000000000020b074 /apex/com.android.art/lib64/libart.so (nterp_helper+7540) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #15 pc 00000000000f6740 /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run+8)
runtime.cc:681] native: #16 pc 0000000000457b6c /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+556) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #17 pc 0000000000484e54 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+156) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #18 pc 0000000000484b20 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValuesart::ArtMethod*(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+400) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #19 pc 00000000005ce3a0 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1684) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #20 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #21 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] at java.lang.Object.wait(Native method)
runtime.cc:681] - waiting on <0x060c8223> (a java.lang.Object)
runtime.cc:681] at java.lang.Object.wait(Object.java:442)
runtime.cc:681] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:203)
runtime.cc:681] - locked <0x060c8223> (a java.lang.Object)
runtime.cc:681] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:224)
runtime.cc:681] at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:300)
runtime.cc:681] at java.lang.Daemons$Daemon.run(Daemons.java:140)
runtime.cc:681] at java.lang.Thread.run(Thread.java:1012)
runtime.cc:681]
runtime.cc:681] "FinalizerWatchdogDaemon" prio=5 tid=15 Sleeping
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x14400550 self=0xb400007cb73ce800
runtime.cc:681] | sysTid=10084 nice=4 cgrp=default sched=0/0 handle=0x7cbe8f1cb0
runtime.cc:681] | state=S schedstat=( 506309 10537846 7 ) utm=0 stm=0 core=7 HZ=100
runtime.cc:681] | stack=0x7cbe7ee000-0x7cbe7f0000 stackSize=1039KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 0000000000075220 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000004e1ef8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long, int)+252) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #2 pc 00000000004e0824 /apex/com.android.art/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::ObjPtrart::mirror::Object, long, int, bool, art::ThreadState)+1436) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 0000000000461554 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #4 pc 0000000000209a9c /apex/com.android.art/lib64/libart.so (nterp_helper+1948) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #5 pc 00000000000f6a14 /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.sleep+184)
runtime.cc:681] native: #6 pc 0000000000209334 /apex/com.android.art/lib64/libart.so (nterp_helper+52) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #7 pc 00000000000f6942 /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.sleep+2)
runtime.cc:681] native: #8 pc 0000000000209334 /apex/com.android.art/lib64/libart.so (nterp_helper+52) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] native: #9 pc 000000000002a8e2 /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$FinalizerWatchdogDaemon.sleepForNanos+58)
runtime.cc:681] native: #10 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #11 pc 000000000002ab06 /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$FinalizerWatchdogDaemon.waitForProgress+142)
runtime.cc:681] native: #12 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #13 pc 000000000002ad2e /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$FinalizerWatchdogDaemon.runInternal+26)
runtime.cc:681] native: #14 pc 000000000020a254 /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #15 pc 000000000002a4f2 /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$Daemon.run+50)
runtime.cc:681] native: #16 pc 000000000020b074 /apex/com.android.art/lib64/libart.so (nterp_helper+7540) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #17 pc 00000000000f6740 /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run+8)
runtime.cc:681] native: #18 pc 0000000000457b6c /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+556) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #19 pc 0000000000484e54 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+156) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #20 pc 0000000000484b20 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValuesart::ArtMethod*(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+400) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #21 pc 00000000005ce3a0 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1684) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #22 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #23 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] at java.lang.Thread.sleep(Native method)
runtime.cc:681] - sleeping on <0x0d0c4320> (a java.lang.Object)
runtime.cc:681] at java.lang.Thread.sleep(Thread.java:450)
runtime.cc:681] - locked <0x0d0c4320> (a java.lang.Object)
runtime.cc:681] at java.lang.Thread.sleep(Thread.java:355)
runtime.cc:681] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepForNanos(Daemons.java:438)
runtime.cc:681] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForProgress(Daemons.java:480)
runtime.cc:681] at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:369)
runtime.cc:681] at java.lang.Daemons$Daemon.run(Daemons.java:140)
runtime.cc:681] at java.lang.Thread.run(Thread.java:1012)
runtime.cc:681]
runtime.cc:681] "Binder:10067_3" prio=5 tid=16 Native
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x144005c8 self=0xb400007cc2a30800
runtime.cc:681] | sysTid=10087 nice=0 cgrp=default sched=0/0 handle=0x7cbe3edcb0
runtime.cc:681] | state=S schedstat=( 8775382 6584077 28 ) utm=0 stm=0 core=3 HZ=100
runtime.cc:681] | stack=0x7cbe2f6000-0x7cbe2f8000 stackSize=991KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 00000000000c7b74 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000000825ec /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+156) (BuildId: f24f65acf653c409ca4332aced817a71)
2023-05-11 19:00:59.563 10067-10236/com.vedx.ai A/com.vedx.ai: runtime.cc:681] native: #2 pc 0000000000045ab4 /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+292) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #3 pc 0000000000045d98 /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #4 pc 000000000004669c /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+68) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #5 pc 000000000006cc30 /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24) (BuildId: 229c3afc1b08b46b6934fdd8463925e6)
runtime.cc:681] native: #6 pc 000000000001223c /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+260) (BuildId: 84ea9d49b436a137b0824dad5fe22acf)
runtime.cc:681] native: #7 pc 00000000000bb584 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140) (BuildId: 85a314aa246817e02b514ef849c2ffb2)
runtime.cc:681] native: #8 pc 0000000000011acc /system/lib64/libutils.so (thread_data_t::trampoline(thread_data_t const*)+404) (BuildId: 84ea9d49b436a137b0824dad5fe22acf)
runtime.cc:681] native: #9 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #10 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] (no managed stack frames)
runtime.cc:681]
runtime.cc:681] "Profile Saver" prio=5 tid=17 Native
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x14400640 self=0xb400007cb73fa400
runtime.cc:681] | sysTid=10090 nice=9 cgrp=default sched=0/0 handle=0x7cbdeb0cb0
runtime.cc:681] | state=S schedstat=( 5157771 5261229 28 ) utm=0 stm=0 core=4 HZ=100
runtime.cc:681] | stack=0x7cbddb9000-0x7cbddbb000 stackSize=991KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 0000000000075220 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 00000000004e1ef8 /apex/com.android.art/lib64/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long, int)+252) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #2 pc 000000000055a420 /apex/com.android.art/lib64/libart.so (art::ProfileSaver::Run()+524) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #3 pc 0000000000559798 /apex/com.android.art/lib64/libart.so (art::ProfileSaver::RunProfileSaverThread(void*)+152) (BuildId: 12e00d030bcfeb51f978c01791e0cd24)
runtime.cc:681] native: #4 pc 00000000000dc188 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #5 pc 000000000007a438 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] (no managed stack frames)
runtime.cc:681]
runtime.cc:681] "RenderThread" prio=10 tid=2 Native
runtime.cc:681] | group="" sCount=1 ucsCount=0 flags=1 obj=0x144006b8 self=0xb400007cc2a0d000
runtime.cc:681] | sysTid=10102 nice=-10 cgrp=default sched=0/0 handle=0x7cc29dbcb0
runtime.cc:681] | state=S schedstat=( 198002846 33738157 452 ) utm=13 stm=5 core=7 HZ=100
runtime.cc:681] | stack=0x7cc28e4000-0x7cc28e6000 stackSize=991KB
runtime.cc:681] | held mutexes=
runtime.cc:681] native: #00 pc 0000000000075220 /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32) (BuildId: f24f65acf653c409ca4332aced817a71)
runtime.cc:681] native: #1 pc 0000000000079988 /apex/com.android.runtime/lib64/bionic/libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*)+144) (BuildId: f24f65acf653c409ca4332aced817a71)

Please provide solution for this as we are stuck on this and it's a blocker for release.

App crashes at startup


07/11 20:14:09: Launching 'app' on LGE LG-H873.
$ adb shell am start -n "ai.deepar.videocall/ai.deepar.videocall.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D
Waiting for application to come online: ai.deepar.videocall | ai.deepar.videocall.test
Waiting for application to come online: ai.deepar.videocall | ai.deepar.videocall.test
Connected to process 25488 on device 'lge-lg_h873-LGH8736bb28167'.
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
I/zygote64: Late-enabling -Xcheck:jni
W/ActivityThread: Application ai.deepar.videocall is waiting for the debugger on port 8100...
I/System.out: Sending WAIT chunk
Connecting to ai.deepar.videocall
Connected to the target VM, address: 'localhost:8600', transport: 'socket'
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
I/zygote64: Late-enabling -Xcheck:jni
W/ActivityThread: Application ai.deepar.videocall is waiting for the debugger on port 8100...
I/System.out: Sending WAIT chunk
I/zygote64: Debugger is active
I/System.out: Debugger has connected
I/System.out: waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/chatty: uid=10322(u0_a322) ai.deepar.videocall identical 2 lines
I/System.out: waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/System.out: waiting for debugger to settle...
I/System.out: debugger has settled (1463)
I/WebViewFactory: Loading com.google.android.webview version 83.0.4103.106 (code 410410653)
I/cr_LibraryLoader: Loaded native library version number "83.0.4103.106"
I/cr_CachingUmaRecorder: Flushed 3 samples from 3 histograms.
D/PhoneWindow: windowLightStatusBar : false, disable View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
I/zygote64: vendor::lge::hardware::configstore::V1_0::IConfigStore::getUBWCUsageFlag retrieved: 0 (default)
E/libc: Access denied finding property "camera.hal1.packagelist"
I/vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib64/hw/gralloc.msm8996.so from the current namespace instead.
V/TelephonyAutoProfiling: [loadFeatureFromXml] *** start feature loading from xml
D/TelephonyAutoProfiling: Single parse featureset.xml, filename = /OP/OPEN_CA/config/featureset_OPEN.xml
    [parse] Load xml
V/TelephonyAutoProfiling: [getMatchedProfile] selected file : /OP/OPEN_CA/config/featureset_OPEN.xml
V/TelephonyAutoProfiling: [loadFeatureFromXml] load feature from xml complete : {clear_voicemail_without_sim_card=true, SUPPORT_LOG_RF_INFO=true, KSC5601Decoding=true, GLOBALspam=true, OperatorMessage=true, spam=true, limitless_unauthorized_SMS_usage=true, MANUAL_SELECTION_WITH_RAT=true, KRWapPushWithSpam=true, seperate_processing_sms_uicc=true}
I/SensorManager: registerListenerImpl() [Sensor: LGE Accelerometer, Rate: 66667, SensorEventListener: android.view.OrientationEventListener$SensorEventListenerImpl@4907abe] by android.view.OrientationEventListener.enable():93
I/AudioManagerEx: AudioManagerEx created
D/agora-jni: android bridge create done...
E/libc: Access denied finding property "net.dns1"
    Access denied finding property "net.dns2"
E/libc: Access denied finding property "net.dns3"
    Access denied finding property "net.dns4"
D/OpenGLRenderer: HWUI GL Pipeline
D/BezellessGripSuppressionFilter: getdisplaysize, x : 1440 y : 2880
E/libc: Access denied finding property "net.dns1"
    Access denied finding property "net.dns2"
    Access denied finding property "net.dns3"
    Access denied finding property "net.dns4"
I/Adreno: QUALCOMM build                   : 14c0496, Ida6448821d
    Build Date                       : 01/08/18
    OpenGL ES Shader Compiler Version: EV031.22.00.01
    Local Branch                     : 
    Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.UM.6.5.R1.08.00.00.312.043
    Remote Branch                    : NONE
    Reconstruct Branch               : NOTHING
I/vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib64/hw/gralloc.msm8996.so from the current namespace instead.
I/Adreno: PFP: 0x005ff087, ME: 0x005ff063
I/OpenGLRenderer: Initialized EGL, version 1.4
D/OpenGLRenderer: Swap behavior 2
E/libEGL: error opening cache file /data/user_de/0/ai.deepar.videocall/code_cache/com.android.opengl.shaders_cache: Permission denied (13)
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@76c28fb time:770932356
D/DEEPAR: License key not valid
A/zygote64: runtime.cc:1705] Thread[1,tid=25488,Native,Thread*=0x76c2ac7a00,peer=0x7425ee30,"main"] attempting to detach while still running code
D/NetworkSecurityConfig: No Network Security Config specified, using platform default
I/DpmTcmClient: RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor
A/zygote64: runtime.cc:492] Runtime aborting...
    runtime.cc:492] Aborting thread:
    runtime.cc:492] "main" prio=10 tid=1 Native
    runtime.cc:492]   | group="" sCount=0 dsCount=0 flags=0 obj=0x7425ee30 self=0x76c2ac7a00
    runtime.cc:492]   | sysTid=25488 nice=-10 cgrp=default sched=0/0 handle=0x76c776d9b0
    runtime.cc:492]   | state=R schedstat=( 0 0 0 ) utm=35 stm=18 core=1 HZ=100
    runtime.cc:492]   | stack=0x7ff84b9000-0x7ff84bb000 stackSize=8MB
    runtime.cc:492]   | held mutexes= "abort lock"
    runtime.cc:492]   native: #00 pc 000000000039770c  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+212)
    runtime.cc:492]   native: #01 pc 000000000045dd74  /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMapb+348)
    runtime.cc:492]   native: #02 pc 000000000044546c  /system/lib64/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+56)
    runtime.cc:492]   native: #03 pc 00000000004452e0  /system/lib64/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+556)
    runtime.cc:492]   native: #04 pc 00000000004372ec  /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+172)
    runtime.cc:492]   native: #05 pc 0000000000437b60  /system/lib64/libart.so (_ZN3art7Runtime7AborterEPKc+24)
    runtime.cc:492]   native: #06 pc 000000000052203c  /system/lib64/libart.so (_ZN7android4base10LogMessageD1Ev+900)
    runtime.cc:492]   native: #07 pc 0000000000436e68  /system/lib64/libart.so (_ZN3art7Runtime19DetachCurrentThreadEv+464)
    runtime.cc:492]   native: #08 pc 00000000002dab6c  /system/lib64/libart.so (_ZN3art3JII19DetachCurrentThreadEP7_JavaVM+52)
    runtime.cc:492]   native: #09 pc 00000000001146fc  /system/lib64/libart.so (_ZN3art8CheckJII19DetachCurrentThreadEP7_JavaVM+104)
    runtime.cc:492]   native: #10 pc 000000000007d7a4  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/lib/arm64/libnative-lib.so (???)
    runtime.cc:492]   native: #11 pc 0000000000094d4c  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/lib/arm64/libnative-lib.so (???)
    runtime.cc:492]   native: #12 pc 0000000000083864  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/lib/arm64/libnative-lib.so (???)
    runtime.cc:492]   native: #13 pc 00000000000785b4  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/lib/arm64/libnative-lib.so (Java_ai_deepar_ar_DeepAR_switchEffectNative+616)
A/zygote64: runtime.cc:492]   native: #14 pc 00000000000021b4  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/oat/arm64/base.odex (???)
    runtime.cc:492]   at ai.deepar.ar.DeepAR.switchEffectNative(Native method)
    runtime.cc:492]   at ai.deepar.ar.DeepAR.switchEffect(DeepAR.java:357)
    runtime.cc:492]   at ai.deepar.videocall.MainActivity.initialized(MainActivity.java:276)
    runtime.cc:492]   at ai.deepar.ar.DeepAR$3.run(DeepAR.java:414)
    runtime.cc:492]   at android.os.Handler.handleCallback(Handler.java:789)
    runtime.cc:492]   at android.os.Handler.dispatchMessage(Handler.java:98)
    runtime.cc:492]   at android.os.Looper.loop(Looper.java:164)
    runtime.cc:492]   at android.app.ActivityThread.main(ActivityThread.java:6710)
    runtime.cc:492]   at java.lang.reflect.Method.invoke(Native method)
    runtime.cc:492]   at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
    runtime.cc:492]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:770)
    runtime.cc:492] Dumping all threads without appropriate locks held: thread list lock mutator lock
    runtime.cc:492] All threads:
    runtime.cc:492] DALVIK THREADS (27):
    runtime.cc:492] "main" prio=10 tid=1 Runnable
    runtime.cc:492]   | group="" sCount=0 dsCount=0 flags=0 obj=0x7425ee30 self=0x76c2ac7a00
    runtime.cc:492]   | sysTid=25488 nice=-10 cgrp=default sched=0/0 handle=0x76c776d9b0
    runtime.cc:492]   | state=R schedstat=( 0 0 0 ) utm=37 stm=21 core=0 HZ=100
    runtime.cc:492]   | stack=0x7ff84b9000-0x7ff84bb000 stackSize=8MB
    runtime.cc:492]   | held mutexes= "abort lock" "mutator lock"(shared held)
    runtime.cc:492]   native: #00 pc 000000000039770c  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+212)
    runtime.cc:492]   native: #01 pc 000000000045dd74  /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMapb+348)
    runtime.cc:492]   native: #02 pc 0000000000474d58  /system/lib64/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+880)
    runtime.cc:492]   native: #03 pc 000000000046d804  /system/lib64/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureES2_+476)
    runtime.cc:492]   native: #04 pc 000000000046d214  /system/lib64/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+796)
    runtime.cc:492]   native: #05 pc 000000000044528c  /system/lib64/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+472)
    runtime.cc:492]   native: #06 pc 00000000004372ec  /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+172)
    runtime.cc:492]   native: #07 pc 0000000000437b60  /system/lib64/libart.so (_ZN3art7Runtime7AborterEPKc+24)
    runtime.cc:492]   native: #08 pc 000000000052203c  /system/lib64/libart.so (_ZN7android4base10LogMessageD1Ev+900)
    runtime.cc:492]   native: #09 pc 0000000000436e68  /system/lib64/libart.so (_ZN3art7Runtime19DetachCurrentThreadEv+464)
    runtime.cc:492]   native: #10 pc 00000000002dab6c  /system/lib64/libart.so (_ZN3art3JII19DetachCurrentThreadEP7_JavaVM+52)
    runtime.cc:492]   native: #11 pc 00000000001146fc  /system/lib64/libart.so (_ZN3art8CheckJII19DetachCurrentThreadEP7_JavaVM+104)
    runtime.cc:492]   native: #12 pc 000000000007d7a4  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/lib/arm64/libnative-lib.so (???)
    runtime.cc:492]   native: #13 pc 0000000000094d4c  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/lib/arm64/libnative-lib.so (???)
    runtime.cc:492]   native: #14 pc 0000000000083864  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/lib/arm64/libnative-lib.so (???)
    runtime.cc:492]   native: #15 pc 00000000000785b4  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/lib/arm64/libnative-lib.so (Java_ai_deepar_ar_DeepAR_switchEffectNative+616)
    runtime.cc:492]   native: #16 pc 00000000000021b4  /data/app/ai.deepar.videocall-Ag8vdW0oybsQXN3woUXA1w==/oat/arm64/base.odex (Java_ai_deepar_ar_DeepAR_switchEffectNative__Ljava_lang_String_2Ljava_lang_String_2+180)
    runtime.cc:492]   at ai.deepar.ar.DeepAR.switchEffectNative(Native method)
    runtime.cc:492]   at ai.deepar.ar.DeepAR.switchEffect(DeepAR.java:357)
    runtime.cc:492]   at ai.deepar.videocall.MainActivity.initialized(MainActivity.java:276)
    runtime.cc:492]   at ai.deepar.ar.DeepAR$3.run(DeepAR.java:414)
    runtime.cc:492]   at android.os.Handler.handleCallback(Handler.java:789)
    runtime.cc:492]   at android.os.Handler.dispatchMessage(Handler.java:98)
    runtime.cc:492]   at android.os.Looper.loop(Looper.java:164)
    runtime.cc:492]   at android.app.ActivityThread.main(ActivityThread.java:6710)
    runtime.cc:492]   at java.lang.reflect.Method.invoke(Native method)
    runtime.cc:492]   at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
    runtime.cc:492]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:770)
    runtime.cc:492] 
    runtime.cc:492] "Signal Catcher" prio=10 tid=3 WaitingInMainSignalCatcherLoop
    runtime.cc:492]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13880020 self=0x76c2ac8400
    runtime.cc:492]   | sysTid=25496 nice=0 cgrp=default sched=0/0 handle=0x76b81524f0
    runtime.cc:492]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
    runtime.cc:492]   | stack=0x76b8058000-0x76b805a000 stackSize=1005KB
    runtime.cc:492]   | held mutexes=
    runtime.cc:492]   kernel: __switch_to+0xac/0xb8
    runtime.cc:492]   kernel: do_sigtimedwait+0x168/0x238
    runtime.cc:492]   kernel: SyS_rt_sigtimedwait+0xa0/0x118
    runtime.cc:492]   kernel: __sys_trace_return+0x0/0x4
    runtime.cc:492]   native: #00 pc 000000000006a988  /system/lib64/libc.so (__rt_sigtimedwait+8)
    runtime.cc:492]   native: #01 pc 0000000000029b88  /system/lib64/libc.so (sigwait+56)
    runtime.cc:492]   native: #02 pc 000000000044c470  /system/lib64/libart.so (_ZN3art9SignalSet4WaitEv+40)
    runtime.cc:492]   native: #03 pc 000000000044bf94  /system/lib64/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+256)
    runtime.cc:492]   native: #04 pc 000000000044aabc  /system/lib64/libart.so (_ZN3art13SignalCatcher3RunEPv+276)
    runtime.cc:492]   native: #05 pc 0000000000068150  /system/lib64/libc.so (_ZL15__pthread_startPv+36)
    runtime.cc:492]   native: #06 pc 000000000001f334  /system/lib64/libc.so (__start_thread+68)
    runtime.cc:492]   (no managed stack frames)
    runtime.cc:492] 
    runtime.cc:492] "JDWP" prio=10 tid=4 WaitingInMainDebuggerLoop
    runtime.cc:492]   | group="" sCount=1 dsCount=0 flags=1 obj=0x138c0018 self=0x76b7e13400
    runtime.cc:492]   | sysTid=25497 nice=0 cgrp=default sched=0/0 handle=0x76a618b4f0
    runtime.cc:492]   | state=S schedstat=( 0 0 0 ) utm=3 stm=1 core=0 HZ=100
    runtime.cc:492]   | stack=0x76a6091000-0x76a6093000 stackSize=1005KB
A/zygote64: runtime.cc:492]   | held mutexes=
    runtime.cc:492]   kernel: __switch_to+0x80/0xb8
    runtime.cc:492]   kernel: poll_schedule_timeout+0x3c/0x64
    runtime.cc:492]   kernel: do_select+0x53c/0x5c4
    runtime.cc:492]   kernel: core_sys_select+0x1dc/0x38c
    runtime.cc:492]   kernel: SyS_pselect6+0x2d4/0x2f4
    runtime.cc:492]   kernel: __sys_trace_return+0x0/0x4
    runtime.cc:492]   native: #00 pc 000000000006a8e0  /system/lib64/libc.so (__pselect6+8)
    runtime.cc:492]   native: #01 pc 0000000000027cd8  /system/lib64/libc.so (select+148)
    runtime.cc:492]   native: #02 pc 0000000000514e38  /system/lib64/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+332)
    runtime.cc:492]   native: #03 pc 00000000002e9c44  /system/lib64/libart.so (_ZN3art4JDWP9JdwpState3RunEv+444)
    runtime.cc:492]   native: #04 pc 00000000002e9320  /system/lib64/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+40)
    runtime.cc:492]   native: #05 pc 0000000000068150  /system/lib64/libc.so (_ZL15__pthread_startPv+36)
    runtime.cc:492]   native: #06 pc 000000000001f334  /system/lib64/libc.so (__start_thread+68)
    runtime.cc:492]   (no managed stack frames)
    runtime.cc:492] 
    runtime.cc:492] "ReferenceQueueDaemon" prio=10 tid=5 Waiting
    runtime.cc:492]   | group="" sCount=1 dsCount=0 flags=1 obj=0x12c4b0d0 self=0x76b1280c00
    runtime.cc:492]   | sysTid=25498 nice=4 cgrp=default sched=0/0 handle=0x76a608e4f0
    runtime.cc:492]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
    runtime.cc:492]   | stack=0x76a5f8c000-0x76a5f8e000 stackSize=1037KB
    runtime.cc:492]   | held mutexes=
    runtime.cc:492]   kernel: __switch_to+0xac/0xb8
    runtime.cc:492]   kernel: futex_wait_queue_me+0xd0/0x160
    runtime.cc:492]   kernel: futex_wait+0xe4/0x210
    runtime.cc:492]   kernel: do_futex+0x168/0xb88
    runtime.cc:492]   kernel: SyS_futex+0x11c/0x1b0
    runtime.cc:492]   kernel: __sys_trace_return+0x0/0x4
    runtime.cc:492]   native: #00 pc 000000000001dc6c  /system/lib64/libc.so (syscall+28)
    runtime.cc:492]   native: #01 pc 00000000000e1c5c  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+152)
    runtime.cc:492]   native: #02 pc 00000000003928a0  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+628)
    runtime.cc:492]   native: #03 pc 0000000000394380  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectElibNS_11ThreadStateE+252)
    runtime.cc:492]   native: #04 pc 000000000000070c  /system/framework/arm64/boot.oat (Java_java_lang_Object_wait__+124)
    runtime.cc:492]   at java.lang.Object.wait(Native method)
    runtime.cc:492]   - waiting on <0x02a03420> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
    runtime.cc:492]   at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:178)
    runtime.cc:492]   - locked <0x02a03420> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
    runtime.cc:492]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
    runtime.cc:492]   at java.lang.Thread.run(Thread.java:764)
    runtime.cc:492] 
    runtime.cc:492] "Jit thread pool worker thread 0" prio=5 tid=2 Runnable
    runtime.cc:492]   | group="" sCount=0 dsCount=0 flags=0 obj=0x13840030 self=0x76b7e42000
    runtime.cc:492]   | sysTid=25495 nice=9 cgrp=default sched=0/0 handle=0x76b82534f0
    runtime.cc:492]   | state=R schedstat=( 0 0 0 ) utm=4 stm=1 core=3 HZ=100
    runtime.cc:492]   | stack=0x76b8155000-0x76b8157000 stackSize=1021KB
    runtime.cc:492]   | held mutexes= "mutator lock"(shared held)
    runtime.cc:492]   native: #00 pc 000000000039770c  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+212)
    runtime.cc:492]   native: #01 pc 000000000045dd74  /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMapb+348)
    runtime.cc:492]   native: #02 pc 0000000000474d58  /system/lib64/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+880)
    runtime.cc:492]   native: #03 pc 000000000045eb84  /system/lib64/libart.so (_ZN3art6Thread21RunCheckpointFunctionEv+416)
    runtime.cc:492]   native: #04 pc 00000000002f6a4c  /system/lib64/libart.so (_ZN3art3jit14JitCompileTask3RunEPNS_6ThreadE+716)
    runtime.cc:492]   native: #05 pc 0000000000475b94  /system/lib64/libart.so (_ZN3art16ThreadPoolWorker3RunEv+88)
    runtime.cc:492]   native: #06 pc 0000000000475684  /system/lib64/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+144)
    runtime.cc:492]   native: #07 pc 0000000000068150  /system/lib64/libc.so (_ZL15__pthread_startPv+36)
    runtime.cc:492]   native: #08 pc 000000000001f334  /system/lib64/libc.so (__start_thread+68)
    runtime.cc:492]   (no managed stack frames)
    runtime.cc:492] 
    runtime.cc:492] "FinalizerDaemon" prio=10 tid=6 Waiting
    runtime.cc:492]   | group="" sCount=1 dsCount=0 flags=1 obj=0x12c4b170 self=0x76b1281600
    runtime.cc:492]   | sysTid=25499 nice=4 cgrp=default sched=0/0 handle=0x76a5f894f0
    runtime.cc:492]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
    runtime.cc:492]   | stack=0x76a5e87000-0x76a5e89000 stackSize=1037KB
    runtime.cc:492]   | held mutexes=
    runtime.cc:492]   kernel: __switch_to+0xac/0xb8
    runtime.cc:492]   kernel: futex_wait_queue_me+0xd0/0x160
    runtime.cc:492]   kernel: futex_wait+0xe4/0x210
    runtime.cc:492]   kernel: do_futex+0x168/0xb88
    runtime.cc:492]   kernel: SyS_futex+0x11c/0x1b0
    runtime.cc:492]   kernel: __sys_trace_return+0x0/0x4
    runtime.cc:492]   native: #00 pc 000000000001dc6c  /system/lib64/libc.so (syscall+28)
    runtime.cc:492]   native: #01 pc 00000000000e1c5c  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+152)
    runtime.cc:492]   native: #02 pc 00000000003928a0  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+628)
    runtime.cc:492]   native: #03 pc 0000000000394380  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectElibNS_11ThreadStateE+252)
    runtime.cc:492]   native: #04 pc 0000000000000adc  /system/framework/arm64/boot.oat (Java_java_lang_Object_wait__JI+140)
    runtime.cc:492]   at java.lang.Object.wait(Native method)
    runtime.cc:492]   - waiting on <0x0dd1ed3c> (a java.lang.Object)
    runtime.cc:492]   at java.lang.Object.wait(Object.java:422)
    runtime.cc:492]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
A/zygote64: runtime.cc:492]   - locked <0x0dd1ed3c> (a java.lang.Object)
    runtime.cc:492]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
    runtime.cc:492]   at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:232)
    runtime.cc:492]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
    runtime.cc:492]   at java.lang.Thread.run(Thread.java:764)
    runtime.cc:492] 
    runtime.cc:492] "HeapTaskDaemon" prio=10 tid=7 Blocked
    runtime.cc:492]   | group="" sCount=1 dsCount=0 flags=1 obj=0x12c4b2b0 self=0x76c2b1ca00
    runtime.cc:492]   | sysTid=25501 nice=4 cgrp=default sched=0/0 handle=0x76a5d7f4f0
    runtime.cc:492]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
    runtime.cc:492]   | stack=0x76a5c7d000-0x76a5c7f000 stackSize=1037KB
    runtime.cc:492]   | held mutexes=
    runtime.cc:492]   kernel: __switch_to+0xac/0xb8
    runtime.cc:492]   kernel: futex_wait_queue_me+0xd0/0x160
    runtime.cc:492]   kernel: futex_wait+0xe4/0x210
    runtime.cc:492]   kernel: do_futex+0x168/0xb88
    runtime.cc:492]   kernel: SyS_futex+0x11c/0x1b0
    runtime.cc:492]   kernel: __sys_trace_return+0x0/0x4
    runtime.cc:492]   native: #00 pc 000000000001dc6c  /system/lib64/libc.so (syscall+28)
    runtime.cc:492]   native: #01 pc 00000000000e1c5c  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+152)
    runtime.cc:492]   native: #02 pc 0000000000240d84  /system/lib64/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+348)
    runtime.cc:492]   native: #03 pc 0000000000241648  /system/lib64/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+92)
    runtime.cc:492]   native: #04 pc 000000000020c8ac  /system/framework/arm64/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+124)
    runtime.cc:492]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
    runtime.cc:492]   - waiting to lock an unknown object
    runtime.cc:492]   at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:461)
    runtime.cc:492]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
    runtime.cc:492]   at java.lang.Thread.run(Thread.java:764)
    runtime.cc:492] 
    runtime.cc:492] "Binder:25488_1" prio=10 tid=8 Native
    runtime.cc:492]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13900020 self=0x76b7e32800
    runtime.cc:492]   | sysTid=25502 nice=0 cgrp=default sched=0/0 handle=0x76a5b7c4f0
    runtime.cc:492]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=2 HZ=100
    runtime.cc:492]   | stack=0x76a5a82000-0x76a5a84000 stackSize=1005KB
    runtime.cc:492]   | held mutexes=
    runtime.cc:492]   kernel: __switch_to+0x80/0xb8
    runtime.cc:492]   kernel: binder_thread_read+0x3e0/0x1330
    runtime.cc:492]   kernel: binder_ioctl_write_read+0x204/0x334
    runtime.cc:492]   kernel: binder_ioctl+0x558/0x740
    runtime.cc:492]   kernel: do_vfs_ioctl+0x49c/0x6c4
    runtime.cc:492]   kernel: SyS_ioctl+0x84/0x98
    runtime.cc:492]   kernel: __sys_trace_return+0x0/0x4
    runtime.cc:492]   native: #00 pc 000000000006a894  /system/lib64/libc.so (__ioctl+4)
    runtime.cc:492]   native: #01 pc 00000000000244c4  /system/lib64/libc.so (ioctl+132)
    runtime.cc:492]   native: #02 pc 0000000000061b48  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+256)
    runtime.cc:492]   native: #03 pc 0000000000061cb8  /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+24)
    runtime.cc:492]   native: #04 pc 00000000000623e8  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+72)
    runtime.cc:492]   native: #05 pc 0000000000082d6c  /system/lib64/libbinder.so (???)
    runtime.cc:492]   native: #06 pc 0000000000011754  /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+280)
    runtime.cc:492]   native: #07 pc 00000000000bbff0  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+136)
    runtime.cc:492]   native: #08 pc 0000000000068150  /system/lib64/libc.so (_ZL15__pthread_startPv+36)
    runtime.cc:492]   native: #09 pc 000000000001f334  /system/lib64/libc.so (__start_thread+68)
    runtime.cc:492]   (no managed stack frames)
    runtime.cc:492] 
    runtime.cc:492] "Binder:25488_2" prio=10 tid=9 Native
    runtime.cc:492]   | group="" sCount=1 dsCount=0 flags=1 obj=0x13940020 self=0x76c2b21000
    runtime.cc:492]   | sysTid=25503 nice=0 cgrp=default sched=0/0 handle=0x76a5a7f4f0
    runtime.cc:492]   | state=S schedstat=( 0 0 0 ) utm=3 stm=0 core=3 HZ=100
    runtime.cc:492]   | stack=0x76a5985000-0x76a5987000 stackSize=1005KB
    runtime.cc:492]   | held mutexes=
    runtime.cc:492]   kernel: __switch_to+0x80/0xb8
    runtime.cc:492]   kernel: binder_thread_read+0x3e0/0x1330
    runtime.cc:492]   kernel: binder_ioctl_write_read+0x204/0x334
    runtime.cc:492]   kernel: binder_ioctl+0x558/0x740
    runtime.cc:492]   kernel: do_vfs_ioctl+0x49c/0x6c4
    runtime.cc:492]   kernel: SyS_ioctl+0x84/0x98
    runtime.cc:492]   kernel: __sys_trace_return+0x0/0x4
    runtime.cc:492]   native: #00 pc 000000000006a894  /system/lib64/libc.so (__ioctl+4)
    runtime.cc:492]   native: #01 pc 00000000000244c4  /system/lib64/libc.so (ioctl+132)
    runtime.cc:492]   native: #02 pc 0000000000061b48  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+256)
    runtime.cc:492]   native: #03 pc 0000000000061cb8  /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+24)
    runtime.cc:492]   native: #04 pc 00000000000623e8  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+72)
    runtime.cc:492]   native: #05 pc 0000000000082d6c  /system/lib64/libbinder.so (???)
    runtime.cc:492]   native: #06 pc 0000000000011754  /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+280)
    runtime.cc:492]   native: #07 pc 00000000000bbff0  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+136)
    runtime.cc:492]   native: #08 pc 0000000000068150  /system/lib64/libc.so (_ZL15__pthread_startPv+36)
    runtime.cc:492]   native: #09 pc 000000000001f334  /system/lib64/libc.so (__start_thread+68)
A/zygote64: runtime.cc:492]   (no managed stack frames)
    runtime.cc:492] 
    runtime.cc:492] "FinalizerWatchdogDaemon" prio=10 tid=10 Waiting
    runtime.cc:492]   | group="" sCount=1 dsCount=0 flags=1 obj=0x12c4b210 self=0x76c2b1c000
    runtime.cc:492]   | sysTid=25500 nice=4 cgrp=default sched=0/0 handle=0x76a5e844f0
    runtime.cc:492]   | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=3 HZ=100
    runtime.cc:492]   | stack=0x76a5d82000-0x76a5d84000 stackSize=1037KB
    runtime.cc:492]   | held mutexes=
    runtime.cc:492]   kernel: __switch_to+0x80/0xb8
    runtime.cc:492]   kernel: futex_wait_queue_me+0xd0/0x160
    runtime.cc:492]   kernel: futex_wait+0xe4/0x210
    runtime.cc:492]   kernel: do_futex+0x168/0xb88
    runtime.cc:492]   kernel: SyS_futex+0x11c/0x1b0
    runtime.cc:492]   kernel: __sys_trace_return+0x0/0x4
    runtime.cc:492]   native: #00 pc 000000000001dc6c  /system/lib64/libc.so (syscall+28)
    runtime.cc:492]   native: #01 pc 00000000000e1c5c  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+152)
    runtime.cc:492]   native: #02 pc 00000000003928a0  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+628)
    runtime.cc:492]   native: #03 pc 0000000000394380  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectElibNS_11ThreadStateE+252)
    runtime.cc:492]   native: #04 pc 000000000000070c  /system/framework/arm64/boot.oat (Java_java_lang_Object_wait__+124)
    runtime.cc:492]   at java.lang.Object.wait(Native method)
I/zygote64: Do partial code cache collection, code=30KB, data=26KB
    After code cache collection, code=30KB, data=26KB
    Increasing code cache capacity to 128KB
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 25488 (eepar.videocall)
Disconnected from the target VM, address: 'localhost:8600', transport: 'socket'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.