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

Commit 5fc964cc authored by Rishabh Jain's avatar Rishabh Jain
Browse files

msm: camera: isp: Enabling critical logs to improve debugging



Enables logs to improve debugging. These logs need to be default
logs.

Change-Id: I7686fedcad50f0172308579012a72fb26b603da9
Signed-off-by: default avatarRishabh Jain <risjai@codeaurora.org>
parent 45290a83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -440,7 +440,7 @@ static int __cam_isp_ctx_handle_buf_done_in_activated_state(
	struct cam_context *ctx = ctx_isp->base;

	if (list_empty(&ctx->active_req_list)) {
		CAM_DBG(CAM_ISP, "Buf done with no active request!");
		CAM_WARN(CAM_ISP, "Buf done with no active request!");
		goto end;
	}