codex告警清理

Signed-off-by: puhui <puhui1@huawei.com>
This commit is contained in:
puhui
2022-03-10 17:44:31 +08:00
parent 71ed4d395a
commit e403ec354e
9 changed files with 68 additions and 30 deletions
@@ -82,7 +82,6 @@ void DmTimer::Stop(int32_t code)
LOGI("DmTimer is not init");
return;
}
LOGI("DmTimer %s Stop code (%d)", mTimerName_.c_str(), code);
if (mTimeFd_[1]) {
char event = 'S';
if (write(mTimeFd_[1], &event, 1) < 0) {