Loading services/core/java/com/android/server/content/SyncLogger.java +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,8 @@ public class SyncLogger { */ public static synchronized SyncLogger getInstance() { if (sInstance == null) { // Always default to the sync logger for now (see b/381957278#comment8). /* final String flag = SystemProperties.get("debug.synclog"); final boolean enable = (Build.IS_DEBUGGABLE Loading @@ -83,6 +85,8 @@ public class SyncLogger { } else { sInstance = new SyncLogger(); } */ sInstance = new SyncLogger(); } return sInstance; } Loading Loading
services/core/java/com/android/server/content/SyncLogger.java +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,8 @@ public class SyncLogger { */ public static synchronized SyncLogger getInstance() { if (sInstance == null) { // Always default to the sync logger for now (see b/381957278#comment8). /* final String flag = SystemProperties.get("debug.synclog"); final boolean enable = (Build.IS_DEBUGGABLE Loading @@ -83,6 +85,8 @@ public class SyncLogger { } else { sInstance = new SyncLogger(); } */ sInstance = new SyncLogger(); } return sInstance; } Loading