Merge "Correct log" am: 913dba8be3 am: 3f6e40dbd7 am: 855d6cdf05
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1772285 Change-Id: Ib2fb4e992367ce97c46233c2524d275a7aeff194
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()}.
|
||||
*/
|
||||
public void setTestAllowBadWifiUntil(long timeMs) {
|
||||
Log.d(TAG, "setTestAllowBadWifiUntil: " + mTestAllowBadWifiUntilMs);
|
||||
Log.d(TAG, "setTestAllowBadWifiUntil: " + timeMs);
|
||||
mTestAllowBadWifiUntilMs = timeMs;
|
||||
reevaluateInternal();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user