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

Commit 9b2646b9 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

am: 8b3add71

Change-Id: I77c653ba528b4da8fc672922428e3c2d153a9679
parents face5e8d 8b3add71
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++]);
                }