Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9a7c26e authored by liangweikang@xiaomi.com's avatar liangweikang@xiaomi.com Committed by weikang liang
Browse files

[BUG] java.util.MissingFormatArgumentException: Format specifier '%d'

Bug: https://issuetracker.google.com/issues/63121293



Test: null

Change-Id: I2745c415e21a7f26535605cc5bef7eaf2109ae8e
Signed-off-by: default avatarliangweikang@xiaomi.com <liangweikang@xiaomi.com>
parent 8e972741
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5009,7 +5009,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.