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

Commit f6904c4b authored by Ficus Kirkpatrick's avatar Ficus Kirkpatrick Committed by Android (Google) Code Review
Browse files

Merge "Reduce log spam."

parents ef52176f 6fd771b3
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;