20241219解决荣品PRO-RK3566开发板适配gc2093摄像头之后通过HDMI输出的时候无法录像的问题

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
 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:/a/939498.html

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈qq邮箱809451989@qq.com,一经查实,立即删除!

相关文章

ubuntu16.04ros-用海龟机器人仿真循线系统

下载安装sudo apt-get install ros-kinetic-turtlebot ros-kinetic-turtlebot-apps ros-kinetic-turtlebot-interactions ros-kinetic-turtlebot-simulator ros-kinetic-kobuki-ftdi sudo apt-get install ros-kinetic-rocon-*echo "source /opt/ros/kinetic/setup.bash…

YOLOv8目标检测(六)_封装API接口

YOLOv8目标检测(一)_检测流程梳理&#xff1a;YOLOv8目标检测(一)_检测流程梳理_yolo检测流程-CSDN博客 YOLOv8目标检测(二)_准备数据集&#xff1a;YOLOv8目标检测(二)_准备数据集_yolov8 数据集准备-CSDN博客 YOLOv8目标检测(三)_训练模型&#xff1a;YOLOv8目标检测(三)_训…

中后台管理信息系统:Axure12套高效原型设计框架模板全解析

中后台管理信息系统作为企业内部管理的核心支撑&#xff0c;其设计与实现对于提升企业的运营效率与决策能力具有至关重要的作用。为了满足多样化的中后台管理系统开发需求&#xff0c;一套全面、灵活的原型设计方案显得尤为重要。本文将深入探讨中后台管理信息系统通用原型方案…

uniapp使用腾讯地图接口的时候提示此key每秒请求量已达到上限或者提示此key每日调用量已达到上限问题解决

要在创建的key上添加配额 点击配额之后进入分配页面&#xff0c;分配完之后刷新uniapp就可以调用成功了。

【一篇搞定配置】如何在Ubuntu上配置单机/伪分布式Hadoop

&#x1f308; 个人主页&#xff1a;十二月的猫-CSDN博客 &#x1f525; 系列专栏&#xff1a; &#x1f3c0;各种软件安装与配置_十二月的猫的博客-CSDN博客 &#x1f4aa;&#x1f3fb; 十二月的寒冬阻挡不了春天的脚步&#xff0c;十二点的黑夜遮蔽不住黎明的曙光 目录 1.…

利用Python爬虫实现数据收集与挖掘

Python爬虫是一种自动化程序&#xff0c;可以模拟浏览器行为&#xff0c;自动地从互联网上抓取、分析和收集数据。Python爬虫通常使用requests、selenium等库来发送HTTP请求&#xff0c;获取网页内容&#xff0c;并使用BeautifulSoup、lxml等库来解析网页&#xff0c;提取所需的…

语音识别失败 chrome下获取浏览器录音功能,因为安全性问题,需要在localhost或127.0.0.1或https下才能获取权限

环境&#xff1a; Win10专业版 谷歌浏览器 版本 131.0.6778.140&#xff08;正式版本&#xff09; &#xff08;64 位&#xff09; 问题描述&#xff1a; 局域网web语音识别出现识别失败 chrome控制台出现下获取浏览器录音功能&#xff0c;因为安全性问题&#xff0c;需要在…

springboot444新冠物资管理系统的设计与实现(论文+源码)_kaic

摘 要 传统办法管理信息首先需要花费的时间比较多&#xff0c;其次数据出错率比较高&#xff0c;而且对错误的数据进行更改也比较困难&#xff0c;最后&#xff0c;检索数据费事费力。因此&#xff0c;在计算机上安装新冠物资管理系统软件来发挥其高效地信息处理的作用&#x…

arcgisPro将面要素转成CAD多段线

1、说明&#xff1a;正常使用【导出为CAD】工具&#xff0c;则导出的是CAD三维多线段&#xff0c;无法进行编辑操作、读取面积等。这是因为要素面中包含Z值&#xff0c;导出则为三维多线段数据。需要利用【复制要素】工具禁用M值和Z值&#xff0c;再导出为CAD&#xff0c;则得到…

当我用影刀AI Power做了一个旅游攻略小助手

在线体验地址&#xff1a;旅游攻略小助手https://power.yingdao.com/assistant/ca1dfe1c-9451-450e-a5f1-d270e938a3ad/share 运行效果图展示&#xff1a; 话不多说一起看下效果图&#xff1a; 智能体的截图&#xff1a; 工作流截图&#xff1a; 搭建逻辑&#xff1a; 其实这…

计算机组成原理的学习笔记(2)--数据的表示和运算·其一

学习笔记 前言 本文主要是对于b站尚硅谷的计算机组成原理的学习笔记&#xff0c;仅用于学习交流。 正文 1. 浮点数表示 浮点数结构&#xff1a; 符号位&#xff08;1 位&#xff09;&#xff1a;表示数值的正负。 阶码&#xff08;8 位&#xff09;&#xff1a;表示指数部…

网络安全渗透有什么常见的漏洞吗?

弱口令与密码安全问题 THINKMO 01 暴力破解登录&#xff08;Weak Password Attack&#xff09; 在某次渗透测试中&#xff0c;测试人员发现一个网站的后台管理系统使用了非常简单的密码 admin123&#xff0c;而且用户名也是常见的 admin。那么攻击者就可以通过暴力破解工具&…

【AI图像生成网站Golang】项目测试与优化

AI图像生成网站 目录 一、项目介绍 二、雪花算法 三、JWT认证与令牌桶算法 四、项目架构 五、图床上传与图像生成API搭建 六、项目测试与优化 六、项目测试与优化 在开发过程中&#xff0c;性能优化是保证项目可扩展性和用户体验的关键步骤。本文将详细介绍我如何使用一…

数据库与缓存数据一致性方案【终极版】

核心流程 1. 删除数据库同步删除缓存&#xff1a; 缩小可能发生脏数据的时间窗 2. Binlog MQ删除缓存&#xff1a; 兜底所有入口&#xff0c;避免遗漏删除缓存场景&#xff0c;同时通过MQ的消息重试保证缓存一定删除成功 3. 监听Binlog延迟N秒进行数据一致性校验&#xf…

RK3576 介绍

RK3576 介绍 1 介绍1.1 概述1.2 RK3576、RK3588、RK3568 和 RK3399 的参数对比 2 DataSheet2.1 RK35762.2 RK35882.3 RK35682.4 RK3399 参考 1 介绍 1.1 概述 ARM 64位高性能八核通用处理器&#xff0c;丰富的PCIE/USB3.0/SATA/GMAC等各类高速及CAN FD/DSMC/UART/SPI/I2C/I3C…

01、NodeJS学习笔记,第一节:Node.js初识与内置模块

一、初识Node.js与内置模块 ##网址 https://nodejs.org##npm包 https://www.npmjs.com/ &#xff08;搜索&#xff09;https://registry.npmjs.org/ &#xff08;下载&#xff09;1、初识Node.js ##思考&#xff1a;为什么JavaScript可以在浏览器中被执行因为浏览器…

【数据集】50种汽车零件分类识别数据集10382张YOLO+VOC格式(已增强)

数据集格式&#xff1a;VOC格式YOLO格式 压缩包内含&#xff1a;3个文件夹&#xff0c;分别存储图片、xml、txt文件 JPEGImages文件夹中jpg图片总计&#xff1a;10382 Annotations文件夹中xml文件总计&#xff1a;10382 labels文件夹中txt文件总计&#xff1a;10382 标签种类数…

深度学习0-前置知识

一、背景 AI最大&#xff0c;它的目的是通过让机器模仿人类进而超越人类&#xff1b; ML次之&#xff0c;它是AI的一个分支&#xff0c;是让机器模仿人类的一种方法。开发人员用大量数据和算法“训练”机器&#xff0c;让机器自行学会如何执行任务&#xff0c;它的成功取决于…

arcgis for js实现地图截图、地图打印

地图截图 效果 实现 复制运行即可 要实现复杂的截图保存可以参考 官网案例 <!DOCTYPE html> <html lang"zn"><head><meta charset"UTF-8" /><meta http-equiv"X-UA-Compatible" content"IEedge" />…

如何用上AI视频工具Sora,基于ChatGPT升级Plus使用指南

没有GPT&#xff0c;可以参考这个教程&#xff1a;详情移步至底部参考原文查看哦~ 1.准备工作 详情移步至底部参考原文查看哦~ 详情移步至底部参考原文查看哦~ 4.Sora使用 详情移步至底部参考原文查看哦 参考文章&#xff1a;【包教包会】如何用上AI视频工具Sora&#xff…