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

Commit a900930d authored by liangweikang@xiaomi.com's avatar liangweikang@xiaomi.com Committed by android-build-merger
Browse files

Merge "[BUG] java.util.MissingFormatArgumentException: Format specifier '%d'" am: 02309e97

am: 6a2fcae6

Change-Id: I6dbd5e99ab67ffe5f086bb7c310473da6527f93a
parents e1e9f796 6a2fcae6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.