Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e463716 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Dumping state monitor array to debug logs"

parents 50188ac8 bcfbb4eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ static void __cam_isp_ctx_dump_state_monitor_array(
	ctx_monitor = ctx_isp->cam_isp_ctx_state_monitor;

	if (log_rate_limit)
		CAM_INFO_RATE_LIMIT_CUSTOM(CAM_ISP, 5, 20,
		CAM_DBG(CAM_ISP,
			"Dumping state information for preceding requests");
	else
		CAM_INFO(CAM_ISP,
@@ -241,7 +241,7 @@ static void __cam_isp_ctx_dump_state_monitor_array(
			CAM_ISP_CTX_STATE_MONITOR_MAX_ENTRIES);

		if (log_rate_limit) {
			CAM_INFO_RATE_LIMIT_CUSTOM(CAM_ISP, 5, 20,
			CAM_DBG(CAM_ISP,
			"time[%lld] last reported req_id[%u] frame id[%lld] applied id[%lld] current state[%s] next state[%s] hw_event[%s]",
			ctx_monitor[index].evt_time_stamp,
			ctx_monitor[index].last_reported_id,