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

Commit 0a902fb3 authored by Bryce Lee's avatar Bryce Lee Committed by android-build-merger
Browse files

Fix log type used for logging silence. am: 18ceebcb

am: a7ca2561

* commit 'a7ca2561':
  Fix log type used for logging silence.
parents f1261b01 a7ca2561
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1001,7 +1001,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