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

Commit b5c762c2 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

Change-Id: Ia36d951c6f51dd8bb282e9e3f4098f0ec8f626c7
parents 433799cb 989a228f
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() : "");
    }