From ed3d5027834911414e268ee663dccaefbebc6b39 Mon Sep 17 00:00:00 2001 From: kuailexs <952415538@qq.com> Date: Tue, 21 Oct 2025 22:46:36 +0800 Subject: [PATCH] debug logs --- src/binder_sim.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/binder_sim.c b/src/binder_sim.c index c0b7a0d..bbda64f 100644 --- a/src/binder_sim.c +++ b/src/binder_sim.c @@ -2078,13 +2078,17 @@ binder_sim_query_facility_lock_cb( return; } else { ofono_error("Broken getFacilityLockForApp response?"); + DBG("func:%s,line:%d,Broken getFacilityLockForApp response?", __func__, __LINE__); } } else { ofono_error("Facility lock query error: %s", binder_radio_error_string(error)); + DBG("func:%s,line:%d,Facility lock query error: %s", __func__, __LINE__, + binder_radio_error_string(error)); } } else { ofono_error("Unexpected getFacilityLockForApp response %d", resp); + DBG("Unexpected getFacilityLockForApp response %d", resp); } } /* Error */