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

Commit 4daed36b authored by Steve Kondik's avatar Steve Kondik
Browse files

powermanager: Switch to Slog

 * (merge with boost)

Change-Id: I2efbc6d825bbd85b3e658ecd1c81dad27a986dbc
parent 6053fa08
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3407,7 +3407,7 @@ public final class PowerManagerService extends SystemService
                    nativeCpuBoost(duration);
                    nativeCpuBoost(duration);
                }
                }
            } else {
            } else {
                Log.e(TAG, "Invalid boost duration: " + duration);
                Slog.e(TAG, "Invalid boost duration: " + duration);
            }
            }
        }
        }