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

Commit 8b3add71 authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Change log for imei in RIL_REQUEST_DEVICE_IDENTITY"

am: 8792c505

Change-Id: I67ff47e81b7f62db2063d2e9a38c98121a0ad221
parents f5eb30e8 8792c505
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -5080,7 +5080,12 @@ public class RIL extends BaseCommands implements CommandsInterface {
            sb = new StringBuilder("{");
            if (length > 0) {
                int i = 0;
                // position 0 is IMEI in RIL_REQUEST_DEVICE_IDENTITY
                if (req == RIL_REQUEST_DEVICE_IDENTITY) {
                    sb.append(Rlog.pii(RILJ_LOG_TAG, strings[i++]));
                } else {
                    sb.append(strings[i++]);
                }
                while (i < length) {
                    sb.append(", ").append(strings[i++]);
                }