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

Commit 6fd771b3 authored by Ficus Kirkpatrick's avatar Ficus Kirkpatrick
Browse files

Reduce log spam.

Remove the WifiService ACTION_BATTERY_CHANGED log message.

Change-Id: Idfcdf1661f9243a9eb043419490a7138533f3357
parent 3ebb1ba5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -881,7 +881,6 @@ public class WifiService extends IWifiManager.Stub {
                 * the already-set timer.
                 */
                int pluggedType = intent.getIntExtra("plugged", 0);
                Slog.d(TAG, "ACTION_BATTERY_CHANGED pluggedType: " + pluggedType);
                if (mScreenOff && shouldWifiStayAwake(stayAwakeConditions, mPluggedType) &&
                        !shouldWifiStayAwake(stayAwakeConditions, pluggedType)) {
                    long triggerTime = System.currentTimeMillis() + idleMillis;