Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f6af5d5 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Increases TC Logging Visibility for testing" into oc-dr1-dev am:...

Merge "Merge "Increases TC Logging Visibility for testing" into oc-dr1-dev am: f69a9c9d" into oc-dr1-dev-plus-aosp
parents fcc2d58b 612277de
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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) {