Merge "[BUG] java.util.MissingFormatArgumentException: Format specifier '%d'" am: 755c6ea768 am: 81173713d7
am: a900930d58 Change-Id: I180c73a8dc41ea907c1e7fd76624fce0a4b523d3
This commit is contained in:
committed by
android-build-merger
commit
d5aa5a6063
@@ -4937,7 +4937,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.
|
||||||
|
|||||||
Reference in New Issue
Block a user