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

Commit e9036db9 authored by Sailesh Nepal's avatar Sailesh Nepal
Browse files

Fix bad format arg in InCallToneMonitor

Bug: 17582817
Change-Id: I6acd538a0e39ea5f62f72761e5768fa5de593de6
parent 1c5926fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ public final class InCallToneMonitor extends CallsManagerListenerBase {
        if (newState == CallState.DISCONNECTED) {
            int toneToPlay = InCallTonePlayer.TONE_INVALID;

            Log.v(this, "Disconnect cause: %d.", call.getDisconnectCause());
            Log.v(this, "Disconnect cause: %s.", call.getDisconnectCause());

            switch(call.getDisconnectCause().getTone()) {
                case ToneGenerator.TONE_SUP_BUSY: