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

Commit 73a196df authored by Matthew Sedam's avatar Matthew Sedam Committed by Android (Google) Code Review
Browse files

Merge "ContextHubClientManager: Fix logging bug" into main

parents 6d602b0b 0e8f83f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -244,8 +244,9 @@ import java.util.function.Consumer;
            // Broadcast messages shouldn't be sent with any permissions tagged per CHRE API
            // requirements.
            if (!messagePermissions.isEmpty()) {
                Log.wtf(TAG, "Received broadcast message with permissions from "
                Log.e(TAG, "Received broadcast message with permissions from "
                        + message.getNanoAppId());
                return ErrorCode.PERMANENT_ERROR;
            }

            ContextHubEventLogger.getInstance().logMessageFromNanoapp(contextHubId, message,