"main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x70ceec28 self=0xe3944610 | sysTid=11129 nice=-10 cgrp=default sched=0/0 handle=0xf0019470 | state=S schedstat=( 2777072384 454588865 4567 ) utm=234 stm=43 core=2 HZ=100 | stack=0xff12f000-0xff131000 stackSize=8192KB | held mutexes= native: #00 pc 00071654 /apex/com.android.runtime/lib/bionic/libc.so (__ioctl+12) native: #01 pc 0003f76f /apex/com.android.runtime/lib/bionic/libc.so (ioctl+26) native: #02 pc 00039eab /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+238) native: #03 pc 0003aae5 /system/lib/libbinder.so (android::IPCThreadState::waitForResponse(android::Parcel*, int*)+32) native: #04 pc 0003a8bb /system/lib/libbinder.so (android::IPCThreadState::transact(int, unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+126) native: #05 pc 000355bf /system/lib/libbinder.so (android::BpBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+98) native: #06 pc 00032625 /system/lib/libcamera_client.so (android::hardware::BpCamera::setPreviewTarget(android::sp<android::IGraphicBufferProducer> const&)+188) native: #07 pc 0002afcf /system/lib/libcamera_client.so (android::Camera::setPreviewTarget(android::sp<android::IGraphicBufferProducer> const&)+50) native: #08 pc 000de767 /system/lib/libandroid_runtime.so (android_hardware_Camera_setPreviewSurface(_JNIEnv*, _jobject*, _jobject*)+130) at android.hardware.Camera.setPreviewSurface(Native method) at android.hardware.Camera.setPreviewDisplay(Camera.java:798) at org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper.setPreviewDisplaySurface(AndroidVideoApi5JniWrapper.java:153) at org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper.setPreviewDisplaySurface(AndroidVideoApi9JniWrapper.java:206) at org.linphone.core.LinphoneCoreImpl.setPreviewWindowId(Native method) at org.linphone.core.LinphoneCoreImpl.setPreviewWindow(LinphoneCoreImpl.java:618) - locked <0x08a07223> (a org.linphone.core.LinphoneCoreImpl) at com.winew.core.impl.VoipCoreManagerImpl.setPreviewWindow(VoipCoreManagerImpl.java:556)
时间: 2024-04-18 07:33:26 浏览: 117
这是一个线程堆栈跟踪,显示了在Android应用程序中执行的操作序列。它看起来是一个摄像头相关的代码。这段代码尝试设置预览窗口,但由于某种原因,它被另一个线程锁定了(`locked <0x08a07223>`)。这可能会导致应用程序在设置预览窗口时出现问题。如果你需要进一步的帮助,可以提供更多上下文或详细信息。
相关问题
Process-Runtime: 22075492 Subject: Input dispatching timed out (bd77ded NavigationBar0 (server) is not responding. Waited 5000ms for MotionEvent) "main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x71f85a18 self=0xb400007cef410800 | sysTid=26239 nice=-10 cgrp=default sched=0/0 handle=0x7d76b9d500 | state=S schedstat=( 988557106 28465828 1590 ) utm=73 stm=25 core=5 HZ=100 | stack=0x7ff9fe3000-0x7ff9fe5000 stackSize=8192KB
这是一个ANR(Application Not Responding)错误日志,其中记录了应用程序在执行输入事件分发时发生了超时无响应。具体来说,ANR错误日志中包含了以下信息:
1. Process-Runtime: 22075492:记录ANR事件发生时的系统运行时间。
2. Subject: Input dispatching timed out (bd77ded NavigationBar0 (server) is not responding. Waited 5000ms for MotionEvent):记录ANR事件的主题,即输入事件分发超时无响应。
3. "main" prio=5 tid=1 Native:记录ANR事件发生时的线程信息,这里是主线程。
4. group="main" sCount=1 dsCount=0 flags=1 obj=0x71f85a18 self=0xb400007cef410800:记录线程所属的线程组信息和线程ID等。
5. sysTid=26239 nice=-10 cgrp=default sched=0/0 handle=0x7d76b9d500:记录线程在系统中的ID和相关的调度信息。
6. state=S schedstat=( 988557106 28465828 1590 ) utm=73 stm=25 core=5 HZ=100:记录线程的状态和相关的调度统计信息。
7. stack=0x7ff9fe3000-0x7ff9fe5000 stackSize=8192KB:记录线程的堆栈信息和堆栈大小等。
这个ANR错误日志提示用户点击了NavigationBar0上的某个事件,但是由于NavigationBar0无响应,导致主线程长时间占用,最终导致了ANR错误。开发人员可以根据这个错误日志中提供的信息,快速定位问题的原因,并进行相应的调试和优化。
"main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x7231c540 self=0xeab01c10 | sysTid=5702 nice=-10 cgrp=default sched=0/0 handle=0xf7194470 | state=S schedstat=( 287352925 30926491 459 ) utm=20 stm=8 core=2 HZ=100 | stack=0xff0ef000-0xff0f1000 stackSize=8192KB | held mutexes= native: #00 pc 00071654 /apex/com.android.runtime/lib/bionic/libc.so (__ioctl+12) native: #01 pc 0003f76f /apex/com.android.runtime/lib/bionic/libc.so (ioctl+26) native: #02 pc 00039eab /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+238) native: #03 pc 0003aae5 /system/lib/libbinder.so (android::IPCThreadState::waitForResponse(android::Parcel*, int*)+32) native: #04 pc 0003a8bb /system/lib/libbinder.so (android::IPCThreadState::transact(int, unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+126) native: #05 pc 000355bf /system/lib/libbinder.so (android::BpBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+98) native: #06 pc 000214f3 /system/lib/libcamera_client.so (android::hardware::BpCameraService::connect(android::sp<android::hardware::ICameraClient> const&, int, android::String16 const&, int, int, android::sp<android::hardware::ICamera>*)+366) native: #07 pc 00038455 /system/lib/libcamera_client.so (android::CameraBase<android::Camera, android::CameraTraits<android::Camera> >::connect(int, android::String16 const&, int, int)+176) native: #08 pc 0002ab71 /system/lib/libcamera_client.so (android::Camera::connect(int, android::String16 const&, int, int)+12) native: #09 pc 000de3cb /system/lib/libandroid_runtime.so (android_hardware_Camera_native_setup(_JNIEnv*, _jobject*, _jobject*, int, int, _jstring*)+118) at android.hardware.Camera.native_setup(Native method)
这段日志信息显示了一个名为 "main" 的线程的堆栈跟踪。堆栈跟踪显示了一系列的函数调用,指示了程序在运行过程中的执行路径。在这个堆栈跟踪中,可以看到程序调用了相机相关的函数。具体来说,通过追踪可以看到相机连接的过程,包括与驱动程序的通信和设置等操作。最后一个函数调用是 `android.hardware.Camera.native_setup`,它是一个本地方法,表示与相机相关的本地代码设置。
请问还有其他问题吗?
阅读全文