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

Commit 18ceebcb authored by Bryce Lee's avatar Bryce Lee
Browse files

Fix log type used for logging silence.

Change-Id: I8d8c12e73fa0536ff5b88800bfb8b7bb699444c8
parent 0da5fa4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1014,7 +1014,7 @@ public class Call implements CreateConnectionResponse {
            Log.w(this, "silence() request on a call without a connection service.");
        } else {
            Log.i(this, "Send silence to connection service for call %s", this);
            Log.event(this, Log.Events.STOP_DTMF);
            Log.event(this, Log.Events.SILENCE);
            mConnectionService.silence(this);
        }
    }
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ public class Log {
        public static final String MUTE = "MUTE";
        public static final String AUDIO_ROUTE = "AUDIO_ROUTE";
        public static final String ERROR_LOG = "ERROR";
        public static final String SILENCE = "SILENCE";

        /**
         * Maps from a request to a response.  The same event could be listed as the