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

Commit 717feb82 authored by Mingshu Pang's avatar Mingshu Pang
Browse files

hal: Show cal step for volume listener

Show cal step for volume listener for debug/verification

CRs-fixed: 2705582
Change-Id: I74f2113d66d77800088d19e52fa5166f2bdb66d0
parent c168d610
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -353,8 +353,8 @@ static void check_and_set_gain_dep_cal()
                    }
                } else {
                    if (dumping_enabled) {
                        ALOGW("%s: volume changed but gain dep cal level is still the same",
                              __func__);
                        ALOGW("%s: volume changed but gain dep cal level is still the same: (old/new) Volume (%f/%f) (old/new) level (%d)",
                              __func__,current_vol, new_vol, current_gain_dep_cal_level);
                    } else {
                        ALOGV("%s: volume changed but gain dep cal level is still the same",
                              __func__);