开源代码告警修复

Signed-off-by: chenqinxin <chenqinxin1@huawei.com>
Change-Id: Ia26ee32cd6f24d096e0333ac930af0b91a18282e
This commit is contained in:
chenqinxin
2022-03-02 09:49:44 +08:00
parent 4db426e1fe
commit 26edaa6212
181 changed files with 216 additions and 371 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -237,7 +237,7 @@ void AbstractScreenController::OnRsScreenConnectionChange(ScreenId rsScreenId, S
} else if (screenEvent == ScreenEvent::DISCONNECTED) {
ProcessScreenDisconnected(rsScreenId);
} else {
WLOGE("unknow message:%{public}ud", static_cast<uint8_t>(screenEvent));
WLOGE("unknown message:%{public}ud", static_cast<uint8_t>(screenEvent));
}
}