Loading packages/SystemUI/src/com/android/systemui/log/dagger/LogModule.java +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ public class LogModule { public static LogcatEchoTracker provideLogcatEchoTracker( ContentResolver contentResolver, @Main Looper looper) { if (Build.IS_DEBUGGABLE) { if (Build.isDebuggable()) { return LogcatEchoTrackerDebug.create(contentResolver, looper); } else { return new LogcatEchoTrackerProd(); Loading Loading
packages/SystemUI/src/com/android/systemui/log/dagger/LogModule.java +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ public class LogModule { public static LogcatEchoTracker provideLogcatEchoTracker( ContentResolver contentResolver, @Main Looper looper) { if (Build.IS_DEBUGGABLE) { if (Build.isDebuggable()) { return LogcatEchoTrackerDebug.create(contentResolver, looper); } else { return new LogcatEchoTrackerProd(); Loading