Merge "[BUG] java.util.MissingFormatArgumentException: Format specifier '%d'"

This commit is contained in:
Treehugger Robot
2017-07-03 00:17:57 +00:00
committed by Gerrit Code Review

View File

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