Loading telecomm/java/android/telecom/Log.java +4 −0 Original line number Diff line number Diff line Loading @@ -199,6 +199,10 @@ public class Log { getSessionManager().endSession(); } public static void registerSessionListener(SessionManager.ISessionListener l) { getSessionManager().registerSessionListener(l); } public static String getSessionId() { // If the Session logger has not been initialized, then there have been no sessions logged. // Don't load it now! Loading telecomm/java/android/telecom/Logging/EventManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -366,8 +366,6 @@ public class EventManager { // Now add a new entry mEventRecords.add(newRecord); mCallEventRecordMap.put(recordEntry, newRecord); // TODO: Add Implementation of this in Telecom for Analytics synchronized (mSync) { for (EventListener l : mEventListeners) { l.eventRecordAdded(newRecord); Loading telecomm/java/android/telecom/Logging/SessionManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -273,7 +273,6 @@ public class SessionManager { System.currentTimeMillis() - subsession.getExecutionStartTimeMilliseconds(); android.util.Slog.d(LOGGING_TAG, Session.END_SESSION + " (dur: " + fullSessionTimeMs + " ms): " + subsession.toString()); // TODO: Add analytics hook for (ISessionListener l : mSessionListeners) { l.sessionComplete(subsession.getShortMethodName(), fullSessionTimeMs); } Loading Loading
telecomm/java/android/telecom/Log.java +4 −0 Original line number Diff line number Diff line Loading @@ -199,6 +199,10 @@ public class Log { getSessionManager().endSession(); } public static void registerSessionListener(SessionManager.ISessionListener l) { getSessionManager().registerSessionListener(l); } public static String getSessionId() { // If the Session logger has not been initialized, then there have been no sessions logged. // Don't load it now! Loading
telecomm/java/android/telecom/Logging/EventManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -366,8 +366,6 @@ public class EventManager { // Now add a new entry mEventRecords.add(newRecord); mCallEventRecordMap.put(recordEntry, newRecord); // TODO: Add Implementation of this in Telecom for Analytics synchronized (mSync) { for (EventListener l : mEventListeners) { l.eventRecordAdded(newRecord); Loading
telecomm/java/android/telecom/Logging/SessionManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -273,7 +273,6 @@ public class SessionManager { System.currentTimeMillis() - subsession.getExecutionStartTimeMilliseconds(); android.util.Slog.d(LOGGING_TAG, Session.END_SESSION + " (dur: " + fullSessionTimeMs + " ms): " + subsession.toString()); // TODO: Add analytics hook for (ISessionListener l : mSessionListeners) { l.sessionComplete(subsession.getShortMethodName(), fullSessionTimeMs); } Loading