Skip to content
Snippets Groups Projects
Commit ce798f7d authored by Nathalie Le Clair's avatar Nathalie Le Clair
Browse files

Fix syntax in HdmiLogger

Test: manual
Bug: 262573690

Change-Id: I7dd13044c3652f4bbdf8e2bdbc581c6dd190ae3a
parent 6da109b3
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ public class HdmiEarcLocalDeviceTx extends HdmiEarcLocalDevice {
protected void handleEarcStateChange(@Constants.EarcStatus int status) {
int oldEarcStatus;
synchronized (mLock) {
HdmiLogger.debug(TAG, "eARC state change [old:%b new %b]", mEarcStatus,
HdmiLogger.debug("eARC state change [old:%b new %b]", mEarcStatus,
status);
oldEarcStatus = mEarcStatus;
mEarcStatus = status;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment