We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我自己编译https://github.com/LineageOS/android_kernel_xiaomi_sm8250 发现有一些bug ,拔掉usb会自动重启,
具体日志如下 adb logcat
08-19 02:18:47.347 1033 1078 E SmcInvoke_MinkDescriptor: cbthread[tid 496345103408] return -1, errno 11: has_response 1, txn_id 2, result 0, cbobj_id -2, op 0x1, counts 0x11, 08-19 02:18:47.347 1033 1081 E SmcInvoke_MinkDescriptor: cbthread[tid 496325205040] return -1, errno 11: has_response 1, txn_id 1, result 0, cbobj_id -2, op 0x0, counts 0x10, 08-19 02:18:47.347 1033 1078 D SmcInvoke_MinkDescriptor: cbthread[tid 496345103408] continue with errno 11 08-19 02:18:47.347 1033 1081 D SmcInvoke_MinkDescriptor: cbthread[tid 496325205040] continue with errno 11 08-19 02:18:47.348 1033 1185 E SmcInvoke_MinkDescriptor: cbthread[tid 495414426672] return -1, errno 11: has_response 1, txn_id 1, result 0, cbobj_id -2, op 0x0, counts 0x10, 08-19 02:18:47.348 1033 1185 D SmcInvoke_MinkDescriptor: cbthread[tid 495414426672] continue with errno 11 08-19 02:18:47.353 686 4039 W libc : Access denied finding property "suspend.debug.wakestats_log.enabled" 08-19 02:18:47.358 1037 1802 E CamX : [ERROR][NCS ] camxncsintfqsee.cpp:2011 SensorCallback() Received error event 2 for sensor 7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我自己编译https://github.com/LineageOS/android_kernel_xiaomi_sm8250 发现有一些bug ,拔掉usb会自动重启,
具体日志如下
adb logcat
08-19 02:18:47.347 1033 1078 E SmcInvoke_MinkDescriptor: cbthread[tid 496345103408] return -1, errno 11: has_response 1, txn_id 2, result 0, cbobj_id -2, op 0x1, counts 0x11,
08-19 02:18:47.347 1033 1081 E SmcInvoke_MinkDescriptor: cbthread[tid 496325205040] return -1, errno 11: has_response 1, txn_id 1, result 0, cbobj_id -2, op 0x0, counts 0x10,
08-19 02:18:47.347 1033 1078 D SmcInvoke_MinkDescriptor: cbthread[tid 496345103408] continue with errno 11
08-19 02:18:47.347 1033 1081 D SmcInvoke_MinkDescriptor: cbthread[tid 496325205040] continue with errno 11
08-19 02:18:47.348 1033 1185 E SmcInvoke_MinkDescriptor: cbthread[tid 495414426672] return -1, errno 11: has_response 1, txn_id 1, result 0, cbobj_id -2, op 0x0, counts 0x10,
08-19 02:18:47.348 1033 1185 D SmcInvoke_MinkDescriptor: cbthread[tid 495414426672] continue with errno 11
08-19 02:18:47.353 686 4039 W libc : Access denied finding property "suspend.debug.wakestats_log.enabled"
08-19 02:18:47.358 1037 1802 E CamX : [ERROR][NCS ] camxncsintfqsee.cpp:2011 SensorCallback() Received error event 2 for sensor 7
The text was updated successfully, but these errors were encountered: