commit | efab3d8693c06d71c38578568f83d1983dd7486c | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Tue Feb 27 13:05:48 2018 -0800 |
committer | Hall Liu <hallliu@google.com> | Fri Mar 02 18:17:33 2018 -0800 |
tree | 8579791b28860ab75962201ca9547a5c8fb55035 | |
parent | 682500aa42c1c956f79d84c16cf89fef230e007b [diff] |
RTT logging tweaks Change a log message to be more reflective of what's actually going on, and raise its level to warning Test: logging change Change-Id: Iae7a8a156c77632c67d6c19cd98631ad33d1caef Merged-In: Iae7a8a156c77632c67d6c19cd98631ad33d1caef
diff --git a/src/com/android/services/telephony/TelephonyConnectionService.java b/src/com/android/services/telephony/TelephonyConnectionService.java index 6fd481b..b3369b5 100644 --- a/src/com/android/services/telephony/TelephonyConnectionService.java +++ b/src/com/android/services/telephony/TelephonyConnectionService.java
@@ -726,7 +726,7 @@ ImsPhoneConnection imsOriginalConnection = (ImsPhoneConnection) originalConnection; if (!request.isRequestingRtt()) { if (imsOriginalConnection.isRttEnabledForCall()) { - Log.i(this, "Incoming call requested RTT but was declined"); + Log.w(this, "Incoming call requested RTT but we did not get a RttTextStream"); } return; }