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

Commit 8adafe78 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Increases TC Logging Visibility for testing

Test: Run Telecom unit tests.
Change-Id: Ie7a61c60f0a7a9bbc024741c668299efafa5e18d
parent 2fe945c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -325,7 +325,8 @@ public class Log {
        return sEventManager;
        return sEventManager;
    }
    }


    private static SessionManager getSessionManager() {
    @VisibleForTesting
    public static SessionManager getSessionManager() {
        // Checking for null again outside of synchronization because we only need to synchronize
        // 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.
        // during the lazy loading of the session logger. We don't need to synchronize elsewhere.
        if (sSessionManager == null) {
        if (sSessionManager == null) {