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

Commit 989a228f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Output the payload of the ICC I/O result in userdebug"

parents 1fd54fcd efc8c0aa
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() : "");
    }