Android Camera序列10(MTK )---camera log相关的命令(3A、Flashlight、Camera)
关闭SELinux
adb shell setenforce 0
将logcat的缓存空间增大为10M
adb shell logcat -G 10m
获取AE的调试信息
adb shell setprop debug.ae_mgr.enable 1
adb shell setprop debug.aaa.pvlog.enable 1
adb shell setprop debug.ae.enable 9
adb shell setprop vendor.debug.ae_log.enable 1
adb shell setprop debug.ae.plineinfo 1
获取HAL层3A的调试信息
adb shell setprop debug.camera.log 1
// Hal3AAdapter3.cpp
adb shell setprop debug.hal3av3.log 263
// Hal3AFlowCtrl.cpp
adb shell setprop debug.camera.log.hal3a 1
// Thread3AImp.cpp
adb shell setprop debug.3a.log 1
// ThreadRawImp.cpp
adb shell setprop debug.thread_raw.log 1
adb shell setprop debug.aaa_state.enable 1
获取闪光灯相关的调试信息
adb shell setprop debug.z.flash_verbose_en 1
adb shell setprop vendor.flash_verbose_en 1
adb shell setprop vendor.flash_is_debug 1
adb shell setprop vendor.flash_bin_en 1
adb shell setprop vendor.flash_pf_bmp_en 1
adb shell setprop vendor.FlashAELog.enable 1
adb shell setprop vendor.debug.FlashAwbAlgoLog.enable 1
adb shell setprop debug.FlashAwbAlgoLog.enable 1
adb shell setprop vendor.debug.FlashAELog.enable 1
adb shell setprop debug.FlashAELog.enable 1
获取AWB的调试信息
adb shell setprop vendor.debug.awb_mgr.enable 1
adb shell setprop vendor.debug.awb_log.enable 1
adb shell setprop vendor.debug.awb.enable 1
获取camera相关以及在vendor目录下的的调试信息
adb shell setprop debug.camera.log 1
adb shell setprop persist.vendor.mtk.camera.log_level 3
adb shell setprop vendor.debug.aaa.pvlog.enable 1
adb shell setprop vendor.debug.lce.core.enable 1
adb shell setprop vendor.drv.ccu.log.ccuaealgo 1
adb shell setprop vendor.debug.drv.ccu_drv 5
adb shell setprop vendor.debug.ccuif.ccu_drv 5
adb shell setprop vendor.debug.camera.dbginfo 1
adb shell setprop debug.cam.drawid 1
adb shell setprop vendor.debug.camera.log 1