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

Commit aad69ecd authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SB] Increase size of BatteryControllerLog." into main

parents bcfdc1b0 c2e9378f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ public interface StatusBarPolicyModule {
    @SysUISingleton
    @BatteryControllerLog
    static LogBuffer provideBatteryControllerLog(LogBufferFactory factory) {
        return factory.create(BatteryControllerLogger.TAG, 30);
        return factory.create(BatteryControllerLogger.TAG, 150);
    }

    /** Provides a log buffer for CastControllerImpl */