Loading telecomm/java/android/telecom/Log.java +2 −1 Original line number Diff line number Diff line Loading @@ -325,7 +325,8 @@ public class Log { return sEventManager; } private static SessionManager getSessionManager() { @VisibleForTesting public static SessionManager getSessionManager() { // Checking for null again outside of synchronization because we only need to synchronize // during the lazy loading of the session logger. We don't need to synchronize elsewhere. if (sSessionManager == null) { Loading Loading
telecomm/java/android/telecom/Log.java +2 −1 Original line number Diff line number Diff line Loading @@ -325,7 +325,8 @@ public class Log { return sEventManager; } private static SessionManager getSessionManager() { @VisibleForTesting public static SessionManager getSessionManager() { // Checking for null again outside of synchronization because we only need to synchronize // during the lazy loading of the session logger. We don't need to synchronize elsewhere. if (sSessionManager == null) { Loading