Merge "[BUG] java.util.MissingFormatArgumentException: Format specifier '%d'"
This commit is contained in:
@@ -5065,7 +5065,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