summaryrefslogtreecommitdiffstats
path: root/src/com/android/server/telecom/Call.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/server/telecom/Call.java')
-rw-r--r--src/com/android/server/telecom/Call.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/server/telecom/Call.java b/src/com/android/server/telecom/Call.java
index e225e8af..8d981796 100644
--- a/src/com/android/server/telecom/Call.java
+++ b/src/com/android/server/telecom/Call.java
@@ -1052,6 +1052,8 @@ public class Call implements CreateConnectionResponse {
}
+ mAnalytics.addCallProperties(mConnectionProperties);
+
int xorProps = previousProperties ^ mConnectionProperties;
Log.event(this, Log.Events.PROPERTY_CHANGE,
"Current: [%s], Removed [%s], Added [%s]",
@@ -2146,6 +2148,7 @@ public class Call implements CreateConnectionResponse {
* @param extras The extras.
*/
public void onConnectionEvent(String event, Bundle extras) {
+ Log.event(this, Log.Events.CONNECTION_EVENT, event);
if (Connection.EVENT_ON_HOLD_TONE_START.equals(event)) {
mIsRemotelyHeld = true;
Log.event(this, Log.Events.REMOTELY_HELD);