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

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

Change-Id: I17583cff0cec209604d9528d5386237f449f0849
parents 21ea76b1 b5c762c2
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() : "");
    }