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

Commit 699f095c authored by Eric Laurent's avatar Eric Laurent Committed by The Android Open Source Project
Browse files

am 5964e737: Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call

Merge commit '5964e73774b381748013b91d04dfb6fc60f533ee'

* commit '5964e73774b381748013b91d04dfb6fc60f533ee':
  Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call
parents 814914cd c38bb061
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1225,6 +1225,8 @@ audioCallback_EndLoop:
            LOGV("Cbk restarting track\n");
            if (lpToneGen->prepareWave()) {
                lpToneGen->mState = TONE_STARTING;
                // must reload lpToneDesc as prepareWave() may change mpToneDesc
                lpToneDesc = lpToneGen->mpToneDesc;
            } else {
                LOGW("Cbk restarting prepareWave() failed\n");
                lpToneGen->mState = TONE_IDLE;