Merge "[BUG] java.util.MissingFormatArgumentException: Format specifier '%d'" am: 755c6ea768 am: 81173713d7

am: a900930d58

Change-Id: I180c73a8dc41ea907c1e7fd76624fce0a4b523d3
This commit is contained in:
liangweikang@xiaomi.com
2017-07-03 00:40:18 +00:00
committed by android-build-merger

View File

@@ -4937,7 +4937,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
if (newNetwork.getCurrentScore() != score) {
Slog.wtf(TAG, String.format(
"BUG: %s changed score during rematch: %d -> %d",
score, newNetwork.getCurrentScore()));
newNetwork.name(), score, newNetwork.getCurrentScore()));
}
// Second pass: process all listens.