Merge "Merge "Increases TC Logging Visibility for testing" into oc-dr1-dev am: f69a9c9dc6" into oc-dr1-dev-plus-aosp

am: 3f6af5d5b6

Change-Id: Ic86b7c0fbea0e5de8fbd3c7b8561d54fb2f32940
This commit is contained in:
Brad Ebinger
2017-06-13 23:37:18 +00:00
committed by android-build-merger

View File

@@ -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) {