Merge "Correct log"
This commit is contained in:
@@ -180,7 +180,7 @@ public class MultinetworkPolicyTracker {
|
|||||||
* The value works when the time set is more than {@link System.currentTimeMillis()}.
|
* The value works when the time set is more than {@link System.currentTimeMillis()}.
|
||||||
*/
|
*/
|
||||||
public void setTestAllowBadWifiUntil(long timeMs) {
|
public void setTestAllowBadWifiUntil(long timeMs) {
|
||||||
Log.d(TAG, "setTestAllowBadWifiUntil: " + mTestAllowBadWifiUntilMs);
|
Log.d(TAG, "setTestAllowBadWifiUntil: " + timeMs);
|
||||||
mTestAllowBadWifiUntilMs = timeMs;
|
mTestAllowBadWifiUntilMs = timeMs;
|
||||||
reevaluateInternal();
|
reevaluateInternal();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user