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

Commit fdaa68fa authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Log nanoapp ID in hex string in ContextHubClientBroker

Log in hex to make debugging easier.

Bug: N/A
Flag: EXEMPT trivial formatting fix
Test: Presubmits
Change-Id: I8a0493c5924dd04d1038262149835473c48c1dfb
parent 35ea95fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -484,7 +484,7 @@ public class ContextHubClientBroker extends IContextHubClient.Stub
            if (authState == AUTHORIZATION_DENIED) {
                if (Compatibility.isChangeEnabled(CHANGE_ID_AUTH_STATE_DENIED)) {
                    throw new SecurityException("Client doesn't have valid permissions to send"
                            + " message to " + message.getNanoAppId());
                            + " message to 0x" + Long.toHexString(message.getNanoAppId()));
                }
                // Return a bland error code for apps targeting old SDKs since they wouldn't be able
                // to use an error code added in S.