Merge "[BUG] java.util.MissingFormatArgumentException: Format specifier '%d'" am: 4d3f053c7d am: 964ef86683
am: a900930d58 Change-Id: I180c73a8dc41ea907c1e7fd76624fce0a4b523d3
This commit is contained in:
committed by
android-build-merger
commit
ed7186a16e
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user