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

Commit 80783dae authored by Yoshiaki Naka's avatar Yoshiaki Naka Committed by android-build-merger
Browse files

Merge "Output the payload of the ICC I/O result in userdebug" am: 989a228f am: b5c762c2

am: 7dc10029

Change-Id: Ib154b7a1d3883abe35731837f1c6ee9de4a1a8ee
parents 20e94afa 7dc10029
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -192,9 +192,7 @@ IccIoResult {
                + " sw2:0x"
                + Integer.toHexString(sw2)
                + " Payload: "
                + ((Build.IS_DEBUGGABLE && Build.IS_ENG)
                        ? IccUtils.bytesToHexString(payload)
                        : "*******")
                + (Build.IS_DEBUGGABLE ? IccUtils.bytesToHexString(payload) : "*******")
                + ((!success()) ? " Error: " + getErrorString() : "");
    }