Merge "[BUG] java.util.MissingFormatArgumentException: Format specifier '%d'" am: 755c6ea768 am: 81173713d7 am: a900930d58
am: d5aa5a6063
Change-Id: I4b4973570b8a8f1757986b1aa8ee1a6c3496d976
This commit is contained in:
committed by
android-build-merger
commit
23dd228784
@@ -4941,7 +4941,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