Merge "Correct log" am: 913dba8be3
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1772285 Change-Id: Iaa5c67c3c56ee39fee590ff8c2bed5e8731ea38d
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