Merge "Correct log"

This commit is contained in:
Treehugger Robot
2021-07-20 08:20:37 +00:00
committed by Gerrit Code Review

View File

@@ -180,7 +180,7 @@ public class MultinetworkPolicyTracker {
* The value works when the time set is more than {@link System.currentTimeMillis()}.
*/
public void setTestAllowBadWifiUntil(long timeMs) {
Log.d(TAG, "setTestAllowBadWifiUntil: " + mTestAllowBadWifiUntilMs);
Log.d(TAG, "setTestAllowBadWifiUntil: " + timeMs);
mTestAllowBadWifiUntilMs = timeMs;
reevaluateInternal();
}