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

Commit d10e070d authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

RTT logging tweaks

am: 834d3db3

Change-Id: I4043d716b34b7f82b30da4856ea16e4b7c9a63e9
parents 22ccae0b 834d3db3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -949,7 +949,7 @@ public class CallsManager extends Call.ListenerBase
        }
        if (isRttSettingOn() &&
                extras.getBoolean(TelecomManager.EXTRA_START_CALL_WITH_RTT, false)) {
            Log.d(this, "Incoming call requesting RTT, rtt setting is %b", isRttSettingOn());
            Log.i(this, "Incoming call requesting RTT, rtt setting is %b", isRttSettingOn());
            if (phoneAccount != null &&
                    phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_RTT)) {
                call.createRttStreams();