You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of the bug:
I'm working on an Android 10 device with a single camera, using ML Kit Pose Detection. The camera processes real-time pose detection using ML Kit. After running for a while, the device unexpectedly reboots without any crash logs appearing in Logcat. only some times not every time
//Log cat
reporting streams are same or it is hal3
2025-01-03 12:52:15.948 10769-10783 test.customer co.customer.test I Background concurrent copying GC freed 9344(823KB) AllocSpace objects, 108(24MB) LOS objects, 42% free, 32MB/56MB, paused 113us total 136.891ms
2025-01-03 12:52:15.974 10769-10769 skia co.customer.test D onFlyCompress
2025-01-03 12:52:15.998 702-11571 mm-camera [email protected] E 2441: iface_axi_handle_sof_event: Event SOF session 3 VFE1, src 0 with frame_id 304 ts: 744634266000
2025-01-03 12:52:16.005 702-11519 mm-camera [email protected] E 5398: module_faceproc_client_send_info: Both processing and reporting streams are same or it is hal3
2025-01-03 12:52:16.041 10769-10769 skia co.customer.test D onFlyCompress
2025-01-03 12:52:16.062 1970-1970 KeyguardUpdateMonitor com.android.systemui D received broadcast android.intent.action.BATTERY_CHANGED
2025-01-03 12:52:16.063 2200-2200 QtiCarrierConfigHelper com.android.phone D WARNING, no carrier configs on phone Id: 0
2025-01-03 12:52:16.065 702-11571 mm-camera [email protected] E 2441: iface_axi_handle_sof_event: Event SOF session 3 VFE1, src 0 with frame_id 305 ts: 744701012000
To Reproduce
Example steps to reproduce the behavior using the sample app:
Launch the app running ML Kit Pose Detection on a live camera feed.
Start capturing real-time frames using the camera.
Continue running the app for a few minutes.
Observe the device rebooting unexpectedly without error logs.
Code Snippet:
// Example of how ML Kit Pose Detection is being used
cameraSource.setMachineLearningFrameProcessor(poseProcessor)
cameraSource.start()
SDKInfo:MLKitSDKVersion:// Pose detection with default models
implementation 'com.google.mlkit:pose-detection:18.0.0-beta2'// Pose detection with accurate models
implementation 'com.google.mlkit:pose-detection-accurate:18.0.0-beta2'
implementation 'com.google.mlkit:camera:16.0.0-beta3'Smartphone (please complete the following information):Device:CustomAndroid10OEMDeviceDeviceOSVersion:AndroidAPI29
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of the bug:
I'm working on an Android 10 device with a single camera, using ML Kit Pose Detection. The camera processes real-time pose detection using ML Kit. After running for a while, the device unexpectedly reboots without any crash logs appearing in Logcat. only some times not every time
//Log cat
reporting streams are same or it is hal3
2025-01-03 12:52:15.948 10769-10783 test.customer co.customer.test I Background concurrent copying GC freed 9344(823KB) AllocSpace objects, 108(24MB) LOS objects, 42% free, 32MB/56MB, paused 113us total 136.891ms
2025-01-03 12:52:15.974 10769-10769 skia co.customer.test D onFlyCompress
2025-01-03 12:52:15.998 702-11571 mm-camera [email protected] E 2441: iface_axi_handle_sof_event: Event SOF session 3 VFE1, src 0 with frame_id 304 ts: 744634266000
2025-01-03 12:52:16.005 702-11519 mm-camera [email protected] E 5398: module_faceproc_client_send_info: Both processing and reporting streams are same or it is hal3
2025-01-03 12:52:16.041 10769-10769 skia co.customer.test D onFlyCompress
2025-01-03 12:52:16.062 1970-1970 KeyguardUpdateMonitor com.android.systemui D received broadcast android.intent.action.BATTERY_CHANGED
2025-01-03 12:52:16.063 2200-2200 QtiCarrierConfigHelper com.android.phone D WARNING, no carrier configs on phone Id: 0
2025-01-03 12:52:16.065 702-11571 mm-camera [email protected] E 2441: iface_axi_handle_sof_event: Event SOF session 3 VFE1, src 0 with frame_id 305 ts: 744701012000
To Reproduce
Example steps to reproduce the behavior using the sample app:
Code Snippet:
The text was updated successfully, but these errors were encountered: