Loading src/java/com/android/internal/telephony/metrics/TelephonyMetrics.java +2 −2 Original line number Diff line number Diff line Loading @@ -545,7 +545,7 @@ public class TelephonyMetrics { for (SmsSession.Event event : smsSession.events) { pw.print(event.delay); pw.print(" T="); if (event.type == TelephonyCallSession.Event.Type.RIL_SERVICE_STATE_CHANGED) { if (event.type == SmsSession.Event.Type.RIL_SERVICE_STATE_CHANGED) { pw.println(smsSessionEventToString(event.type) + "(" + "Data RAT " + event.serviceState.dataRat + " Voice RAT " + event.serviceState.voiceRat Loading Loading @@ -1092,7 +1092,7 @@ public class TelephonyMetrics { TelephonyServiceState serviceState = mLastServiceState.get(phoneId); if (serviceState != null) { smsSession.addEvent(smsSession.startElapsedTimeMs, new SmsSessionEventBuilder( TelephonyCallSession.Event.Type.RIL_SERVICE_STATE_CHANGED) SmsSession.Event.Type.RIL_SERVICE_STATE_CHANGED) .setServiceState(serviceState)); } Loading Loading
src/java/com/android/internal/telephony/metrics/TelephonyMetrics.java +2 −2 Original line number Diff line number Diff line Loading @@ -545,7 +545,7 @@ public class TelephonyMetrics { for (SmsSession.Event event : smsSession.events) { pw.print(event.delay); pw.print(" T="); if (event.type == TelephonyCallSession.Event.Type.RIL_SERVICE_STATE_CHANGED) { if (event.type == SmsSession.Event.Type.RIL_SERVICE_STATE_CHANGED) { pw.println(smsSessionEventToString(event.type) + "(" + "Data RAT " + event.serviceState.dataRat + " Voice RAT " + event.serviceState.voiceRat Loading Loading @@ -1092,7 +1092,7 @@ public class TelephonyMetrics { TelephonyServiceState serviceState = mLastServiceState.get(phoneId); if (serviceState != null) { smsSession.addEvent(smsSession.startElapsedTimeMs, new SmsSessionEventBuilder( TelephonyCallSession.Event.Type.RIL_SERVICE_STATE_CHANGED) SmsSession.Event.Type.RIL_SERVICE_STATE_CHANGED) .setServiceState(serviceState)); } Loading