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

Commit ee5abc6d authored by Oscar Shu's avatar Oscar Shu Committed by android-build-merger
Browse files

Merge "Dump randomized MAC in bugreport" into qt-dev

am: 07319153

Change-Id: I059afa22a5df21979b6ef6570749c452910554a4
parents b7250dcc 07319153
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1906,7 +1906,8 @@ public class WifiConfiguration implements Parcelable {
        if (this.meteredOverride != METERED_OVERRIDE_NONE) {
            sbuf.append(" meteredOverride ").append(meteredOverride).append("\n");
        }
        sbuf.append(" macRandomizationSetting ").append(macRandomizationSetting).append("\n");
        sbuf.append(" macRandomizationSetting: ").append(macRandomizationSetting).append("\n");
        sbuf.append(" mRandomizedMacAddress: ").append(mRandomizedMacAddress).append("\n");
        sbuf.append(" KeyMgmt:");
        for (int k = 0; k < this.allowedKeyManagement.size(); k++) {
            if (this.allowedKeyManagement.get(k)) {