20241219解决荣品PRO-RK3566开发板适配gc2093摄像头之后通过HDMI输出的时候无法录像的问题
2024/12/19 19:37
使用荣品PRO-RK3566开发板配套的百度网盘中的SDK:rk-android13-20240713.tgz默认编译出来的IMG固件。
刷机之后,gc2093可以拍照,最大2.1M分辨率(1920x1080)。在HDMI显示器上显示的时候右旋/顺时针旋转90度。
拷贝到电脑之后会发现左转/左旋/逆时针旋转90度
点录像之后系统camera这个APK应用跑飞。
据荣品反馈,RK3566只支持单路显示,MIPI LCD/HDMI不能同时显示。
修改DTS配置为单HDMI输出,既可录像了,默认最高480p(640x480)。
Z:\Android13.0\kernel-5.10\arch\arm64\boot\dts\rockchip\rk356x\pro-rk3566.dts
显示部分:
/****************** SINGLE LCD ***************/
#include "pro-rk3566-single-lcd-gpio.dtsi"
/* HDMI */
//#include "rp-lcd-hdmi.dtsi"
/* MIPI0 */
//#include "rp-lcd-mipi0-5-720-1280-v2-boxTP.dtsi"
//#include "rp-lcd-mipi0-5.5-720-1280.dtsi"
//#include "rp-lcd-mipi0-5.5-720-1280-v2.dtsi"
//#include "rp-lcd-mipi0-5.5-1080-1920.dtsi"
#include "rp-lcd-mipi0-7-1024-600.dtsi"
//#include "rp-lcd-mipi0-7-720-1280.dtsi"
//#include "rp-lcd-mipi0-7-1200-1920.dtsi"
//#include "rp-lcd-mipi0-8-800-1280.dtsi"
//#include "rp-lcd-mipi0-8-800-1280-v2.dtsi"
//#include "rp-lcd-mipi0-8-800-1280-v3.dtsi"
//#include "rp-lcd-mipi0-8-1200-1920.dtsi"
//#include "rp-lcd-mipi0-10-800-1280.dtsi"
//#include "rp-lcd-mipi0-10-800-1280-v2.dtsi"
//#include "rp-lcd-mipi0-10-800-1280-v3.dtsi"
//#include "rp-lcd-mipi0-10-1920-1200.dtsi"
//#include "rp-lcd-mipi0-10-1920-1200-jc.dtsi"
/* MIPI1 */
//#include "rp-lcd-mipi1-7-1024-600.dtsi"
/* LVDS */
//#include "rp-lcd-lvds-10-1024-600.dtsi"
//#include "rp-lcd-lvds-7-1024-600-v2.dtsi"
//#include "rp-lcd-lvds-10-1280-800.dtsi"
/* EDP */
//#include "rp-lcd-edp-13-1920-1080.dtsi"
修改为:
/****************** SINGLE LCD ***************/
//#include "pro-rk3566-single-lcd-gpio.dtsi"
/* HDMI */
#include "rp-lcd-hdmi.dtsi"
/* MIPI0 */
//#include "rp-lcd-mipi0-5-720-1280-v2-boxTP.dtsi"
//#include "rp-lcd-mipi0-5.5-720-1280.dtsi"
//#include "rp-lcd-mipi0-5.5-720-1280-v2.dtsi"
//#include "rp-lcd-mipi0-5.5-1080-1920.dtsi"
//#include "rp-lcd-mipi0-7-1024-600.dtsi"
//#include "rp-lcd-mipi0-7-720-1280.dtsi"
//#include "rp-lcd-mipi0-7-1200-1920.dtsi"
//#include "rp-lcd-mipi0-8-800-1280.dtsi"
//#include "rp-lcd-mipi0-8-800-1280-v2.dtsi"
//#include "rp-lcd-mipi0-8-800-1280-v3.dtsi"
//#include "rp-lcd-mipi0-8-1200-1920.dtsi"
//#include "rp-lcd-mipi0-10-800-1280.dtsi"
//#include "rp-lcd-mipi0-10-800-1280-v2.dtsi"
//#include "rp-lcd-mipi0-10-800-1280-v3.dtsi"
//#include "rp-lcd-mipi0-10-1920-1200.dtsi"
//#include "rp-lcd-mipi0-10-1920-1200-jc.dtsi"
/* MIPI1 */
//#include "rp-lcd-mipi1-7-1024-600.dtsi"
/* LVDS */
//#include "rp-lcd-lvds-10-1024-600.dtsi"
//#include "rp-lcd-lvds-7-1024-600-v2.dtsi"
//#include "rp-lcd-lvds-10-1280-800.dtsi"
/* EDP */
//#include "rp-lcd-edp-13-1920-1080.dtsi"
出错的LOG:
ADB LOGCAT:
Microsoft Windows [版本 10.0.22621.3296]
(c) Microsoft Corporation。保留所有权利。
C:\Users\QQ>adb shell
rk3566_t:/ $ su
rk3566_t:/ # logcat -c
rk3566_t:/ # logcat
--------- beginning of main
12-11 17:30:39.810 2295 2295 I ping : type=1400 audit(0.0:530): avc: denied { write } for name="fwmarkd" dev="tmpfs" ino=639 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:fwmarkd_socket:s0 tclass=sock_file permissive=1
12-11 17:30:39.830 1255 1255 I getagpsdata.sh: type=1400 audit(0.0:531): avc: denied { search } for name="0" dev="tmpfs" ino=12 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=dir permissive=1
12-11 17:30:39.830 1255 1255 I getagpsdata.sh: type=1400 audit(0.0:532): avc: denied { write } for name=".agpsdata" dev="tmpfs" ino=35 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=file permissive=1
12-11 17:30:39.830 1255 1255 I getagpsdata.sh: type=1400 audit(0.0:533): avc: denied { open } for path="/storage/.agpsdata" dev="tmpfs" ino=35 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=file permissive=1
--------- beginning of kernel
12-11 17:30:44.503 178 178 I logd : logdr: UID=0 GID=0 PID=2301 b tail=0 logMask=99 pid=0 start=0ns deadline=0ns
12-11 17:30:43.656 518 660 W BestClock: java.time.DateTimeException: Missing NTP fix
12-11 17:30:43.689 518 660 W BestClock: java.time.DateTimeException: Missing NTP fix
12-11 17:30:43.755 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 2008/2010 (recycle/alloc) - 2/2009 (fetch/transfer)
12-11 17:30:44.792 246 264 E hwc-drm-display-compositor: pset_ is NULL
--------- beginning of system
12-11 17:30:44.836 518 560 W BatteryExternalStatsWorker: error reading Bluetooth stats: 9
12-11 17:30:46.249 518 543 D OomAdjuster: Not killing cached processes
12-11 17:30:46.251 518 558 W libprocessgroup: Failed to open /dev/stune/background/cgroup.procs: No such file or directory
12-11 17:30:48.891 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 2180/2182 (recycle/alloc) - 2/2181 (fetch/transfer)
12-11 17:30:52.990 518 660 W BestClock: java.time.DateTimeException: Missing NTP fix
12-11 17:30:53.017 518 660 W BestClock: java.time.DateTimeException: Missing NTP fix
12-11 17:30:54.025 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 2354/2356 (recycle/alloc) - 2/2356 (fetch/transfer)
12-11 17:30:59.190 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 2531/2533 (recycle/alloc) - 2/2532 (fetch/transfer)
12-11 17:31:00.000 518 621 D AlarmManager: setImplLocked() callingPackage=android
12-11 17:31:00.096 291 291 I binder:291_2: type=1400 audit(0.0:534): avc: denied { use } for path="socket:[67182]" dev="sockfs" ino=67182 scontext=u:r:netd:s0 tcontext=u:r:getagpsdata:s0 tclass=fd permissive=1
12-11 17:31:01.602 518 660 W BestClock: java.time.DateTimeException: Missing NTP fix
12-11 17:31:01.622 518 660 W BestClock: java.time.DateTimeException: Missing NTP fix
12-11 17:31:04.223 326 1375 I C2RKMpiEnc: IDR frame produced
12-11 17:31:04.392 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 2709/2711 (recycle/alloc) - 2/2710 (fetch/transfer)
12-11 17:31:09.615 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 2884/2886 (recycle/alloc) - 2/2885 (fetch/transfer)
12-11 17:31:10.019 518 660 W BestClock: java.time.DateTimeException: Missing NTP fix
12-11 17:31:10.052 518 660 W BestClock: java.time.DateTimeException: Missing NTP fix
12-11 17:31:14.365 302 1355 D modules.primary.audio_hal: card0 id:rockchiphdmi
12-11 17:31:14.365 302 1355 D modules.primary.audio_hal: card1 id:rockchiprk809co
12-11 17:31:14.365 302 1355 D modules.primary.audio_hal: dump out device info
12-11 17:31:14.365 302 1355 D modules.primary.audio_hal: dev_info SPEAKER card=1, device:0
12-11 17:31:14.365 302 1355 D modules.primary.audio_hal: dev_info HDMI card=0, device:0
12-11 17:31:14.365 302 1355 D modules.primary.audio_hal: start_output_stream: i = 0, device = 0x400
12-11 17:31:14.365 302 1355 I alsa_route: card is 0
12-11 17:31:14.365 302 1355 D alsa_route: route_info->sound_card 1, route_info->devices 0
12-11 17:31:14.367 302 1355 I alsa_route: card is 1
12-11 17:31:14.367 302 1355 D alsa_route: route_info->sound_card 0, route_info->devices 0
12-11 17:31:14.367 302 1355 D alsa_route: route_set_controls() set route 26
12-11 17:31:14.367 302 1355 D alsa_route: route_set_controls() set route 27
12-11 17:31:14.367 302 1355 D alsa_route: route_set_controls() set route 24
12-11 17:31:14.367 302 1355 D alsa_route: route_set_controls() set route 0
12-11 17:31:14.388 302 1355 D modules.primary.audio_hal: out->Device[0] : 0x400
12-11 17:31:14.388 302 1355 D modules.primary.audio_hal: out->SampleRate : 48000
12-11 17:31:14.388 302 1355 D modules.primary.audio_hal: out->Channels : 2
12-11 17:31:14.388 302 1355 D modules.primary.audio_hal: out->Format : 0
12-11 17:31:14.388 302 1355 D modules.primary.audio_hal: out->PreiodSize : 480
12-11 17:31:14.388 302 1355 D modules.primary.audio_hal: start_output_stream:1443, out = 0xe6e41690
12-11 17:31:14.398 1747 1747 I CAM_CameraAppUI: ====recycle preview bitmap====
12-11 17:31:14.398 1747 1747 I CAM_CameraAppUI: ====recycle overlay bitmap====
12-11 17:31:14.681 1747 1747 I CAM_CameraActivity: onModeSelected = 1
12-11 17:31:14.681 1747 1747 D CAM_CaptureModule: pause
12-11 17:31:14.694 1747 1747 D CAM_CaptureModule: closeCamera
12-11 17:31:14.695 1747 1747 V CAM_Profiler: [ 0.000ms][ui] GUARD: CaptureModule.closeCamera() - START
12-11 17:31:14.695 1747 1747 V CAM_Profiler: [ 0.288ms][ui] GUARD: CaptureModule.closeCamera() - [ 0.288ms] mCameraOpenCloseLock.acquire()
12-11 17:31:14.695 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 3068/3070 (recycle/alloc) - 2/3069 (fetch/transfer)
12-11 17:31:14.696 406 1481 D Camera2ClientBase: Camera 0: start to disconnect
12-11 17:31:14.697 406 1481 D Camera2ClientBase: Camera 0: serializationLock acquired
12-11 17:31:14.697 406 1481 D Camera2ClientBase: Camera 0: Shutting down
12-11 17:31:14.697 406 1481 D Camera2ClientBase: Camera 0: start to cacheDump
12-11 17:31:14.701 305 2195 I RequestThread: @flush, start, mRequestsInHAL:5
12-11 17:31:15.017 305 2195 W Camera3HAL: EXIT-flush use 313ms, Thread[HwBinder:305_4]
12-11 17:31:15.017 305 2195 W Camera3HAL: EXIT-hal_dev_flush use 316ms, Thread[HwBinder:305_4]
12-11 17:31:15.018 406 1481 I Camera3-Device: disconnectImpl: E deviceId:0
12-11 17:31:15.019 406 1481 I CameraLatencyHistogram: ProcessCaptureRequest latency histogram (984) samples:
12-11 17:31:15.020 406 1481 I CameraLatencyHistogram: 40 80 120 160 200 240 280 320 360 inf (max ms)
12-11 17:31:15.020 406 1481 I CameraLatencyHistogram: 0.41 99.39 0.20 0.00 0.00 0.00 0.00 0.00 0.00 0.00 (%)
12-11 17:31:15.022 305 2195 I RequestThread: @flush, start, mRequestsInHAL:0
12-11 17:31:15.026 305 2155 E mpp_task_impl: mpp_task_queue_deinit input queue idx 0 task 0xe86c4720 status 0 meta size 1
12-11 17:31:15.026 305 2155 I mpp_meta: dumping meta 0 node count 1
12-11 17:31:15.026 305 2155 I mpp_meta: key ifrm type mfrm
12-11 17:31:18.313 2195 2195 I gc2093 2-0037: 1920x1080@15, mode 0, vts 0x8ca
12-11 17:31:18.313 2195 2195 I gc2093 2-0037: stream:1
12-11 17:31:18.313 2195 2195 I , on : 0
12-11 17:31:18.347 2195 2195 I gc2093 2-0037: gc2093_s_stream: on: 0, sleep(33333us)
12-11 17:31:18.348 2195 2195 I rockchip-csi2-dphy csi2-dphy1: csi2_dphy_s_stream_stop stream stop, dphy1
12-11 17:31:18.348 2195 2195 I rockchip-csi2-dphy csi2-dphy1: csi2_dphy_s_stream stream on:0, dphy1, ret 0
12-11 17:31:15.203 305 2180 I rkisp : [CAMHW]:K:camId:0, notify_isp_stream_status off
12-11 17:31:15.206 305 2195 D rkisp : --------------------------rkisp_cl_stop
12-11 17:31:15.216 305 2195 I rkisp : [XCORE]:K:cid[0] rk_aiq_uapi_sysctl_stop success.
12-11 17:31:15.216 305 2195 D rkisp : --------------------------rkisp_cl_stop done
12-11 17:31:15.216 305 2195 W RKISP2ImguUnit: EXIT-requestExitAndWait use 190ms, Thread[HwBinder:305_4]
12-11 17:31:15.223 305 2195 W RKISP2ImguUnit: EXIT-~RKISP2ImguUnit use 196ms, Thread[HwBinder:305_4]
12-11 17:31:15.225 305 2195 D rkisp : --------------------------rkisp_cl_deinit
12-11 17:31:15.226 305 2195 I rkisp : [IPCSERVER]:K:cid[0] Deinit success
12-11 17:31:15.228 305 2195 I rkisp : [XCORE]:K:cid[0] rk_aiq_uapi_sysctl_deinit_locked success.
12-11 17:31:15.229 305 2195 D rkisp : --------------------------rkisp_cl_deinit done
12-11 17:31:15.229 305 2195 W RKISP2CameraHw: EXIT-deInit use 206ms, Thread[HwBinder:305_4]
12-11 17:31:15.229 305 2195 W RKISP2CameraHw: EXIT-~RKISP2CameraHw use 206ms, Thread[HwBinder:305_4]
12-11 17:31:15.229 305 2165 E ResultProcessor: EXIT-messageThreadLoop over 1s, use 66917ms, Thread[ResultProcessor]
12-11 17:31:15.230 305 2195 D RequestThread: ENTER-~RequestThread, Thread[HwBinder:305_4]
12-11 17:31:15.231 305 2195 D RequestThread: EXIT-~RequestThread use 3ms, Thread[HwBinder:305_4]
12-11 17:31:15.231 305 2195 W Camera3HAL: EXIT-deinit use 210ms, Thread[HwBinder:305_4]
12-11 17:31:15.231 305 2195 W Camera3HALModule: EXIT-hal_dev_close use 210ms, Thread[HwBinder:305_4]
12-11 17:31:15.234 406 1481 I CameraLatencyHistogram: Stream 0 dequeueBuffer latency histogram (12) samples:
12-11 17:31:15.234 406 1481 I CameraLatencyHistogram: 5 10 15 20 25 30 35 40 45 inf (max ms)
12-11 17:31:15.235 406 1481 I CameraLatencyHistogram: 91.67 8.33 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 (%)
12-11 17:31:15.238 406 1481 I CameraLatencyHistogram: Stream 1 dequeueBuffer latency histogram (984) samples:
12-11 17:31:15.238 406 1481 I CameraLatencyHistogram: 5 10 15 20 25 30 35 40 45 inf (max ms)
12-11 17:31:15.238 406 1481 I CameraLatencyHistogram: 99.70 0.10 0.10 0.00 0.00 0.10 0.00 0.00 0.00 0.00 (%)
12-11 17:31:15.239 406 1481 I Camera3-Device: disconnectImpl: X
12-11 17:31:15.242 406 1481 I CameraService: disconnect: Disconnected client for camera 0 for PID 1747
12-11 17:31:15.243 1747 1761 W android.camera2: Long monitor contention with owner main (1747) at void android.hardware.camera2.impl.CameraDeviceImpl.close()(CameraDeviceImpl.java:1436) waiters=0 in void android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks.onCaptureStarted(android.hardware.camera2.impl.CaptureResultExtras, long) for 532ms
12-11 17:31:15.243 1747 1747 D CAM_LoggingImageReader: Closing: ImageReader{width=1920, height=1080, format=JPEG}
12-11 17:31:15.244 1747 1747 I CAM_Profiler: [549.046ms][ui] GUARD: CaptureModule.closeCamera() - [548.758ms] mCamera.close()
12-11 17:31:15.248 1747 1747 D CAM_CaptureModule: closeCamera end
12-11 17:31:15.248 1747 1747 I CAM_Profiler: [553.392ms][ui] GUARD: CaptureModule.closeCamera() - STOP
12-11 17:31:15.251 1747 1747 V CAM_CameraAppUI: mFocusRing.stopFocusAnimations()
12-11 17:31:15.256 1747 1747 D AndroidRuntime: Shutting down VM
--------- beginning of crash
12-11 17:31:15.257 1747 1747 E AndroidRuntime: FATAL EXCEPTION: main
12-11 17:31:15.257 1747 1747 E AndroidRuntime: Process: com.android.camera2, PID: 1747
12-11 17:31:15.257 1747 1747 E AndroidRuntime: android.content.res.Resources$NotFoundException: Drawable com.android.camera2:drawable/ic_capture_video with resource ID #0x7f080058
12-11 17:31:15.257 1747 1747 E AndroidRuntime: Caused by: android.content.res.Resources$NotFoundException: File res/drawable/ic_capture_video.xml from drawable resource ID #0x7f080058
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:879)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:673)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.content.res.Resources.loadDrawable(Resources.java:1002)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.content.res.Resources.getDrawableForDensity(Resources.java:992)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.content.res.Resources.getDrawable(Resources.java:931)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.content.res.Resources.getDrawable(Resources.java:906)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.camera.ui.BottomBar.setShutterButtonIcon(BottomBar.java:522)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.camera.app.CameraAppUI.setBottomBarShutterIcon(CameraAppUI.java:2162)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.camera.app.CameraAppUI.resetBottomControls(CameraAppUI.java:2103)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.camera.CameraActivity.onModeSelected(CameraActivity.java:2875)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.camera.app.CameraAppUI.onModeSelected(CameraAppUI.java:1786)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.camera.ui.ModeListView.onModeSelected(ModeListView.java:1300)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.camera.ui.ModeListView.-$$Nest$monModeSelected(Unknown Source:0)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.camera.ui.ModeListView$PeepholeAnimationEffect$8$1.run(ModeListView.java:2220)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:942)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.os.Looper.loop(Looper.java:288)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7924)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #25: <bitmap> requires a valid 'src' attribute
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.BitmapDrawable.updateStateFromTypedArray(BitmapDrawable.java:854)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.BitmapDrawable.inflate(BitmapDrawable.java:775)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:141)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1394)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1384)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.StateListDrawable.inflateChildElements(StateListDrawable.java:199)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:126)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:141)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1394)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1355)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:911)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:865)
12-11 17:31:15.257 1747 1747 E AndroidRuntime: ... 21 more
12-11 17:31:15.265 518 538 W ActivityTaskManager: Force finishing activity com.android.camera2/com.android.camera.CameraLauncher
12-11 17:31:15.268 518 2364 I DropBoxManagerService: add tag=system_app_crash isTagEnabled=true flags=0x2
12-11 17:31:15.270 324 324 I android.hardware.graphics.allocator-V1-service: alloc_format: FMT:0x1,MOD:0
12-11 17:31:15.270 518 617 D RKLOG : system_app_crash hash[0x1b4c1b70] is same as [2], dont gen bugreport
12-11 17:31:15.270 324 324 I android.hardware.graphics.allocator-V1-service: mali_gralloc_adjust_dimensions: alloc_format=FMT:0x1,MOD:0 usage=0xb33 alloc_width=1024, alloc_height=600
12-11 17:31:15.292 213 213 I BpBinder: onLastStrongRef automatically unlinking death recipients: <uncached descriptor>
12-11 17:31:15.303 1747 1747 I Process : Sending signal. PID: 1747 SIG: 9
12-11 17:31:15.330 518 518 I RenderThread: type=1400 audit(0.0:535): avc: denied { read } for name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:system_server:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
12-11 17:31:15.330 518 518 I RenderThread: type=1400 audit(0.0:536): avc: denied { open } for path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:system_server:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
12-11 17:31:15.330 518 518 I RenderThread: type=1400 audit(0.0:537): avc: denied { getattr } for path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:system_server:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
12-11 17:31:15.330 518 518 I RenderThread: type=1400 audit(0.0:538): avc: denied { map } for path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:system_server:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
12-11 17:31:15.343 518 2369 I mali_so : arm_release_ver of this mali_so is 'g7p1-01bet0', rk_so_ver is '8@0 '.
12-11 17:31:15.344 518 2369 I mali_so : arm_release_vers are match. to set the full mali_ver 'g7p1-01bet0-x-8@0' as value of 'sys.gmali.version'.
12-11 17:31:15.350 171 171 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest.
12-11 17:31:15.392 457 787 D BufferPoolAccessor2.0: bufferpool2 0xb4000078b9cc2718 : 0(0 size) total buffers - 0(0 size) used buffers - 32/35 (recycle/alloc) - 3/34 (fetch/transfer)
12-11 17:31:15.392 457 787 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb4000078b9cc2718 cached: 0/0M, 0/0% in use; allocs: 35, 91% recycled; transfers: 34, 91% unfetched
12-11 17:31:15.392 457 787 D BufferPoolAccessor2.0: bufferpool2 0xb4000078b9cb9ea8 : 0(0 size) total buffers - 0(0 size) used buffers - 16/23 (recycle/alloc) - 9/22 (fetch/transfer)
12-11 17:31:15.392 457 787 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb4000078b9cb9ea8 cached: 0/0M, 0/0% in use; allocs: 23, 70% recycled; transfers: 22, 59% unfetched
12-11 17:31:15.393 457 492 D BufferPoolAccessor2.0: bufferpool2 0xb4000078b9cb7508 : 0(0 size) total buffers - 0(0 size) used buffers - 26/30 (recycle/alloc) - 4/29 (fetch/transfer)
12-11 17:31:15.393 457 492 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb4000078b9cb7508 cached: 0/0M, 0/0% in use; allocs: 30, 87% recycled; transfers: 29, 86% unfetched
12-11 17:31:15.393 457 492 D BufferPoolAccessor2.0: bufferpool2 0xb4000078b9cbd878 : 0(0 size) total buffers - 0(0 size) used buffers - 27/30 (recycle/alloc) - 3/29 (fetch/transfer)
12-11 17:31:15.394 518 538 I ActivityManager: Process com.android.camera2 (pid 1747) has died: fg TOP
12-11 17:31:15.394 457 492 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb4000078b9cbd878 cached: 0/0M, 0/0% in use; allocs: 30, 90% recycled; transfers: 29, 90% unfetched
12-11 17:31:15.394 406 604 D Camera2ClientBase: Camera 0: start to disconnect
12-11 17:31:15.395 406 604 D Camera2ClientBase: Camera 0: serializationLock acquired
12-11 17:31:15.395 406 604 D Camera2ClientBase: Camera 0: Shutting down
12-11 17:31:15.395 406 604 I Camera3-Device: disconnectImpl: E deviceId:0
12-11 17:31:15.395 406 604 I Camera2ClientBase: Closed Camera 0. Client was: com.android.camera2 (PID 1747, UID 10060)
12-11 17:31:15.396 406 604 I Camera3-Device: disconnectImpl: E deviceId:0
12-11 17:31:15.396 406 604 I Camera3DeviceInjectionMethods: injectionDisconnectImpl: Injection camera disconnect
12-11 17:31:15.398 518 721 I WindowManager: WIN DEATH: Window{d71caa8 u0 com.android.camera2/com.android.camera.CameraLauncher}
12-11 17:31:15.398 518 721 W InputManager-JNI: Input channel object 'd71caa8 com.android.camera2/com.android.camera.CameraLauncher (client)' was disposed without first being removed with the input manager!
12-11 17:31:15.398 518 555 I libprocessgroup: Successfully killed process cgroup uid 10060 pid 1747 in 0ms
12-11 17:31:15.401 457 491 D BufferPoolAccessor2.0: bufferpool2 0xb4000078b9cbdd18 : 0(0 size) total buffers - 0(0 size) used buffers - 31/35 (recycle/alloc) - 5/34 (fetch/transfer)
12-11 17:31:15.401 457 491 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb4000078b9cbdd18 cached: 0/0M, 0/0% in use; allocs: 35, 89% recycled; transfers: 34, 85% unfetched
12-11 17:31:15.423 323 323 D android.hardware.gnss@1.0-service: Enter : td_gps_stop
12-11 17:31:15.425 323 323 D android.hardware.gnss@1.0-service: td_gps_state_stop: could not send CMD_STOP command: ret=-1: Bad file descriptor
12-11 17:31:15.425 323 323 D android.hardware.gnss@1.0-service: Enter Standby WorkMode
12-11 17:31:15.429 292 292 I Zygote : Process 1747 exited due to signal 9 (Killed)
12-11 17:31:15.433 518 538 D OomAdjuster: Not killing cached processes
12-11 17:31:15.434 518 558 W libprocessgroup: Failed to open /dev/stune/top-app/cgroup.procs: No such file or directory
12-11 17:31:15.453 518 547 W WindowManager: Failed to deliver inset state change to w=Window{d71caa8 u0 com.android.camera2/com.android.camera.CameraLauncher EXITING}
12-11 17:31:15.453 518 547 W WindowManager: android.os.DeadObjectException
12-11 17:31:15.453 518 547 W WindowManager: at android.os.BinderProxy.transactNative(Native Method)
12-11 17:31:15.453 518 547 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:584)
12-11 17:31:15.453 518 547 W WindowManager: at android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:473)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:4015)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChanged$4(InsetsStateController.java:351)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.wm.InsetsStateController.$r8$lambda$An2IoiA3BeA5IWc6QwBOjKArM80(Unknown Source:0)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.wm.InsetsStateController$$ExternalSyntheticLambda3.run(Unknown Source:2)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAnimator.java:345)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.wm.WindowAnimator.animate(WindowAnimator.java:226)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.wm.WindowAnimator.lambda$new$1(WindowAnimator.java:106)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.wm.WindowAnimator.$r8$lambda$fo2Nk5bb9hY3lvmHsTnTEwtZMbI(Unknown Source:0)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.wm.WindowAnimator$$ExternalSyntheticLambda1.doFrame(Unknown Source:2)
12-11 17:31:15.453 518 547 W WindowManager: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1229)
12-11 17:31:15.453 518 547 W WindowManager: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1239)
12-11 17:31:15.453 518 547 W WindowManager: at android.view.Choreographer.doCallbacks(Choreographer.java:899)
12-11 17:31:15.453 518 547 W WindowManager: at android.view.Choreographer.doFrame(Choreographer.java:827)
12-11 17:31:15.453 518 547 W WindowManager: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1214)
12-11 17:31:15.453 518 547 W WindowManager: at android.os.Handler.handleCallback(Handler.java:942)
12-11 17:31:15.453 518 547 W WindowManager: at android.os.Handler.dispatchMessage(Handler.java:99)
12-11 17:31:15.453 518 547 W WindowManager: at android.os.Looper.loopOnce(Looper.java:201)
12-11 17:31:15.453 518 547 W WindowManager: at android.os.Looper.loop(Looper.java:288)
12-11 17:31:15.453 518 547 W WindowManager: at android.os.HandlerThread.run(HandlerThread.java:67)
12-11 17:31:15.453 518 547 W WindowManager: at com.android.server.ServiceThread.run(ServiceThread.java:44)
12-11 17:31:15.461 213 230 W TransactionTracing: Could not find layer handle 0xb400007425e92e30
12-11 17:31:15.461 213 230 W TransactionTracing: Could not find layer handle 0xb400007425e84df0
12-11 17:31:15.464 1082 1378 E OpenGLRenderer: Unable to match the desired swap behavior.
12-11 17:31:15.490 324 324 I android.hardware.graphics.allocator-V1-service: alloc_format: FMT:0x1,MOD:0x10000
12-11 17:31:15.490 324 324 I android.hardware.graphics.allocator-V1-service: mali_gralloc_adjust_dimensions: alloc_format=FMT:0x1,MOD:0x10000 usage=0x40000000000b00 alloc_width=1024, alloc_height=608
12-11 17:31:15.491 324 324 I android.hardware.graphics.allocator-V1-service: alloc_format: FMT:0x1,MOD:0x10000
12-11 17:31:15.491 324 324 I android.hardware.graphics.allocator-V1-service: mali_gralloc_adjust_dimensions: alloc_format=FMT:0x1,MOD:0x10000 usage=0x40000000000b00 alloc_width=1024, alloc_height=608
12-11 17:31:15.493 324 324 I android.hardware.graphics.allocator-V1-service: alloc_format: FMT:0x1,MOD:0x10000
12-11 17:31:15.493 324 324 I android.hardware.graphics.allocator-V1-service: mali_gralloc_adjust_dimensions: alloc_format=FMT:0x1,MOD:0x10000 usage=0x40000000000b00 alloc_width=1024, alloc_height=608
12-11 17:31:15.519 518 547 W WindowManager: Exception thrown during dispatchAppVisibility Window{d71caa8 u0 com.android.camera2/com.android.camera.CameraLauncher EXITING}
12-11 17:31:15.519 518 547 W WindowManager: android.os.DeadObjectException
12-11 17:31:15.519 518 547 W WindowManager: at android.os.BinderProxy.transactNative(Native Method)
12-11 17:31:15.519 518 547 W WindowManager: at android.os.BinderProxy.transact(BinderProxy.java:584)
12-11 17:31:15.519 518 547 W WindowManager: at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:536)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3478)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1234)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:392)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:6865)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.ActivityRecord.onAnimationFinished(ActivityRecord.java:7687)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5512)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5472)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5476)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.AppTransitionController.handleClosingApps(AppTransitionController.java:1194)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.AppTransitionController.handleAppTransitionReady(AppTransitionController.java:304)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.RootWindowContainer.checkAppTransitionReady(RootWindowContainer.java:970)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.RootWindowContainer.performSurfacePlacementNoTrace(RootWindowContainer.java:834)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.RootWindowContainer.performSurfacePlacement(RootWindowContainer.java:777)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop(WindowSurfacePlacer.java:177)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:126)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:115)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.wm.WindowSurfacePlacer$Traverser.run(WindowSurfacePlacer.java:57)
12-11 17:31:15.519 518 547 W WindowManager: at android.os.Handler.handleCallback(Handler.java:942)
12-11 17:31:15.519 518 547 W WindowManager: at android.os.Handler.dispatchMessage(Handler.java:99)
12-11 17:31:15.519 518 547 W WindowManager: at android.os.Looper.loopOnce(Looper.java:201)
12-11 17:31:15.519 518 547 W WindowManager: at android.os.Looper.loop(Looper.java:288)
12-11 17:31:15.519 518 547 W WindowManager: at android.os.HandlerThread.run(HandlerThread.java:67)
12-11 17:31:15.519 518 547 W WindowManager: at com.android.server.ServiceThread.run(ServiceThread.java:44)
12-11 17:31:15.519 518 547 I Process : Sending signal. PID: 1747 SIG: 9
12-11 17:31:15.555 518 546 W ActivityManager: setHasOverlayUi called on unknown pid: 1747
12-11 17:31:15.556 213 213 E ClientCache: failed to get buffer, invalid process token
12-11 17:31:15.556 213 213 E BpTransactionCompletedListener: Failed to transact (-32)
12-11 17:31:15.556 213 230 W TransactionTracing: Could not find layer handle 0xb400007425e84a30
12-11 17:31:15.556 213 230 W TransactionTracing: Could not find layer handle 0xb400007425e84670
12-11 17:31:15.556 213 230 W TransactionTracing: Could not find layer handle 0xb400007425e93670
12-11 17:31:15.568 324 324 I android.hardware.graphics.allocator-V1-service: alloc_format: FMT:0x1,MOD:0
12-11 17:31:15.568 324 324 I android.hardware.graphics.allocator-V1-service: mali_gralloc_adjust_dimensions: alloc_format=FMT:0x1,MOD:0 usage=0x11a00 alloc_width=640, alloc_height=368
12-11 17:31:15.568 324 324 I android.hardware.graphics.allocator-V1-service: rk356x/rk3588: to allocate buffer within 4G for GRALLOC_USAGE_HW_VIDEO_ENCODER
12-11 17:31:15.579 518 543 W AlarmManager: Unrecognized alarm listener com.android.server.location.gnss.GnssLocationProvider$$ExternalSyntheticLambda9@eead71
12-11 17:31:15.579 518 543 W Looper : Slow dispatch took 157ms android.fg h=android.os.Handler c=com.android.server.location.provider.AbstractLocationProvider$Controller$$ExternalSyntheticLambda1@4de7756 m=0
12-11 17:31:15.581 213 230 W TransactionTracing: Could not find layer handle 0xb400007425e77f50
12-11 17:31:15.581 213 230 W TransactionTracing: Could not find layer handle 0xb400007425e84790
12-11 17:31:15.600 213 230 W TransactionTracing: Could not find layer handle 0xb400007425e90790
12-11 17:31:15.767 518 546 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{dbb64e7 u0 com.android.camera2/com.android.camera.CameraLauncher} t-1 f}}
12-11 17:31:20.673 325 325 W healthd : battery l=100 v=8056 t=18.8 h=2 st=3 c=-1000 fc=5000000 chg=
12-11 17:31:17.571 302 493 D modules.primary.audio_hal: do_out_standby,out = 0xe6e41690,device = 0x2, standby = 0
12-11 17:31:17.573 302 493 D alsa_route: route_set_controls() set route 24
12-11 17:31:17.585 302 493 D modules.primary.audio_hal: close device
12-11 17:31:18.579 518 1360 E TaskPersister: File error accessing recents directory (directory doesn't exist?).
12-11 17:31:20.373 2395 2395 I getagpsdata.sh: type=1400 audit(0.0:539): avc: denied { getattr } for path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
12-11 17:31:20.373 2395 2395 I getagpsdata.sh: type=1400 audit(0.0:540): avc: denied { execute } for name="ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
12-11 17:31:20.373 2395 2395 I getagpsdata.sh: type=1400 audit(0.0:541): avc: denied { read open } for path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
12-11 17:31:20.373 2395 2395 I getagpsdata.sh: type=1400 audit(0.0:542): avc: denied { execute_no_trans } for path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
12-11 17:31:20.373 2396 2396 I getagpsdata.sh: type=1400 audit(0.0:543): avc: denied { getattr } for path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
12-11 17:31:20.373 2396 2396 I getagpsdata.sh: type=1400 audit(0.0:544): avc: denied { execute } for name="toybox" dev="dm-0" ino=1721 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
12-11 17:31:23.581 2395 2395 W audit : audit_lost=205 audit_rate_limit=5 audit_backlog_limit=64
12-11 17:31:23.581 2395 2395 E audit : rate limit exceeded
12-11 17:31:20.393 457 756 D BufferPoolAccessor2.0: evictor expired: 2, evicted: 0
12-11 17:31:21.394 457 756 D BufferPoolAccessor2.0: evictor expired: 3, evicted: 0
12-11 17:31:22.698 326 753 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 2(471040 size) total buffers - 0(0 size) used buffers - 3144/3147 (recycle/alloc) - 3/3147 (fetch/transfer)
12-11 17:31:22.699 326 753 D BufferPoolAccessor2.0: evictor expired: 1, evicted: 1
12-11 17:32:00.001 518 621 D AlarmManager: setImplLocked() callingPackage=android
12-11 17:32:00.109 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 3144/3148 (recycle/alloc) - 3/3147 (fetch/transfer)
12-11 17:32:05.111 326 753 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 0(0 size) used buffers - 3154/3158 (recycle/alloc) - 4/3158 (fetch/transfer)
12-11 17:32:05.111 326 753 D BufferPoolAccessor2.0: evictor expired: 1, evicted: 1
12-11 17:33:00.000 518 621 D AlarmManager: setImplLocked() callingPackage=android
12-11 17:33:00.004 518 621 D AlarmManager: setImplLocked() callingPackage=android
12-11 17:33:00.085 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 3154/3159 (recycle/alloc) - 4/3158 (fetch/transfer)
12-11 17:33:05.087 326 753 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 0(0 size) used buffers - 3164/3169 (recycle/alloc) - 5/3169 (fetch/transfer)
12-11 17:33:05.087 326 753 D BufferPoolAccessor2.0: evictor expired: 1, evicted: 1
12-11 17:34:00.000 518 621 D AlarmManager: setImplLocked() callingPackage=android
12-11 17:34:00.006 518 621 D AlarmManager: setImplLocked() callingPackage=android
12-11 17:34:00.095 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 3164/3170 (recycle/alloc) - 5/3169 (fetch/transfer)
12-11 17:34:05.096 326 753 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 0(0 size) used buffers - 3174/3180 (recycle/alloc) - 6/3180 (fetch/transfer)
12-11 17:34:05.097 326 753 D BufferPoolAccessor2.0: evictor expired: 1, evicted: 1
12-11 17:34:36.338 518 545 I DropBoxManagerService: add tag=system_server_strictmode isTagEnabled=true flags=0x2
12-11 17:34:36.340 518 545 I DropBoxManagerService: add tag=system_server_strictmode isTagEnabled=true flags=0x2
12-11 17:34:36.342 518 545 I DropBoxManagerService: add tag=system_server_strictmode isTagEnabled=true flags=0x2
12-11 17:34:36.345 518 545 I DropBoxManagerService: add tag=system_server_strictmode isTagEnabled=true flags=0x2
12-11 17:34:43.676 399 399 I sh : type=1400 audit(0.0:556): avc: denied { execute } for name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
12-11 17:34:43.676 399 399 I sh : type=1400 audit(0.0:557): avc: denied { getattr } for path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
12-11 17:34:43.680 2760 2760 I sh : type=1400 audit(0.0:558): avc: denied { read open } for path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
12-11 17:34:43.680 2760 2760 I sh : type=1400 audit(0.0:559): avc: denied { execute_no_trans } for path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
12-11 17:34:43.680 2760 2760 I sync : type=1400 audit(0.0:560): avc: denied { map } for path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
12-11 17:34:47.620 2765 2765 I ping : type=1400 audit(0.0:561): avc: denied { setuid } for capability=7 scontext=u:r:getagpsdata:s0 tcontext=u:r:getagpsdata:s0 tclass=capability permissive=1
12-11 17:34:47.630 1255 1255 I getagpsdata.sh: type=1400 audit(0.0:562): avc: denied { dac_read_search } for capability=2 scontext=u:r:getagpsdata:s0 tcontext=u:r:getagpsdata:s0 tclass=capability permissive=1
12-11 17:34:47.630 1255 1255 I getagpsdata.sh: type=1400 audit(0.0:563): avc: denied { write } for name=".agpsdata" dev="tmpfs" ino=35 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=file permissive=1
12-11 17:34:47.630 1255 1255 I getagpsdata.sh: type=1400 audit(0.0:564): avc: denied { open } for path="/storage/.agpsdata" dev="tmpfs" ino=35 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=file permissive=1
12-11 17:35:00.001 518 621 D AlarmManager: setImplLocked() callingPackage=android
12-11 17:35:00.072 326 1375 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 1(235520 size) used buffers - 3174/3181 (recycle/alloc) - 6/3180 (fetch/transfer)
12-11 17:35:02.786 1255 1255 I getagpsdata.sh: type=1400 audit(0.0:565): avc: denied { search } for name="0" dev="tmpfs" ino=12 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=dir permissive=1
12-11 17:35:05.073 326 753 D BufferPoolAccessor2.0: bufferpool2 0xeb500808 : 1(235520 size) total buffers - 0(0 size) used buffers - 3184/3191 (recycle/alloc) - 7/3191 (fetch/transfer)
12-11 17:35:05.073 326 753 D BufferPoolAccessor2.0: evictor expired: 1, evicted: 1
^C
130|rk3566_t:/ #
串口的XSHELL8:
console:/ $
console:/ $
console:/ $
console:/ $
console:/ $
console:/ $ su
console:/ #
console:/ # [ 124.872501][ T2195] gc2093 2-0037: 1920x1080@15, mode 0, vts 0x8ca
[ 124.872541][ T2195] gc2093 2-0037: stream:1
[ 124.872541][ T2195] , on:0
[ 124.906419][ T2195] gc2093 2-0037: gc2093_s_stream: on: 0, sleep(33333us)
[ 124.907252][ T2195] rockchip-csi2-dphy csi2-dphy1: csi2_dphy_s_stream_stop stream stop, dphy1
[ 124.907292][ T2195] rockchip-csi2-dphy csi2-dphy1: csi2_dphy_s_stream stream on:0, dphy1, ret 0
[ 125.097217][ T183] type=1400 audit(1733909475.330:535): avc: denied { read } for comm="RenderThread" name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:system_server:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
[ 125.097509][ T183] type=1400 audit(1733909475.330:536): avc: denied { open } for comm="RenderThread" path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:system_server:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
[ 125.098136][ T183] type=1400 audit(1733909475.330:537): avc: denied { getattr } for comm="RenderThread" path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:system_server:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
[ 125.098440][ T183] type=1400 audit(1733909475.330:538): avc: denied { map } for comm="RenderThread" path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:system_server:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
[ 127.231720][ T325] healthd: battery l=100 v=8056 t=18.8 h=2 st=3 c=-1000 fc=5000000 chg=
[ 130.139707][ T183] type=1400 audit(1733909480.373:539): avc: denied { getattr } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 130.140419][ T183] type=1400 audit(1733909480.373:540): avc: denied { execute } for comm="getagpsdata.sh" name="ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 130.140494][ T2395] audit: audit_lost=205 audit_rate_limit=5 audit_backlog_limit=64
[ 130.140509][ T2395] audit: rate limit exceeded
[ 130.140764][ T183] type=1400 audit(1733909480.373:541): avc: denied { read open } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 130.141062][ T183] type=1400 audit(1733909480.373:542): avc: denied { execute_no_trans } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 130.141461][ T183] type=1400 audit(1733909480.373:543): avc: denied { getattr } for comm="getagpsdata.sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[ 130.141809][ T183] type=1400 audit(1733909480.373:544): avc: denied { execute } for comm="getagpsdata.sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
console:/ #
console:/ #
console:/ #
console:/ #
console:/ # [ 333.443377][ T183] type=1400 audit(1733909683.676:556): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[ 333.443607][ T183] type=1400 audit(1733909683.676:557): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[ 333.445405][ T183] type=1400 audit(1733909683.680:558): avc: denied { read open } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[ 333.445773][ T183] type=1400 audit(1733909683.680:559): avc: denied { execute_no_trans } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[ 333.445991][ T183] type=1400 audit(1733909683.680:560): avc: denied { map } for comm="sync" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[ 337.385167][ T183] type=1400 audit(1733909687.620:561): avc: denied { setuid } for comm="ping" capability=7 scontext=u:r:getagpsdata:s0 tcontext=u:r:getagpsdata:s0 tclass=capability permissive=1
[ 337.394765][ T183] type=1400 audit(1733909687.630:562): avc: denied { dac_read_search } for comm="getagpsdata.sh" capability=2 scontext=u:r:getagpsdata:s0 tcontext=u:r:getagpsdata:s0 tclass=capability permissive=1
[ 337.394984][ T183] type=1400 audit(1733909687.630:563): avc: denied { write } for comm="getagpsdata.sh" name=".agpsdata" dev="tmpfs" ino=35 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=file permissive=1
[ 337.395452][ T183] type=1400 audit(1733909687.630:564): avc: denied { open } for comm="getagpsdata.sh" path="/storage/.agpsdata" dev="tmpfs" ino=35 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=file permissive=1
[ 352.552188][ T183] type=1400 audit(1733909702.786:565): avc: denied { search } for comm="getagpsdata.sh" name="0" dev="tmpfs" ino=12 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=dir permissive=1
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ #
console:/ # [ 410.716901][ T1] init: Untracked pid 2291 exited with status 130
[ 410.717081][ T1] init: Untracked pid 2291 did not have an associated service entry and will not be reaped
[END] 2024/12/19 10:17:55