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()}.
|
||||
*/
|
||||
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