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