commit | 7f97f7557cc90413de9e1fa097391071136fb7dd | [log] [tgz] |
---|---|---|
author | Peter Yin <peter.yin@quantatw.com> | Wed Nov 06 14:00:05 2024 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 12 17:02:06 2024 +0000 |
tree | 6411493b8bb892fd8e7255260a11fac31c782bcf | |
parent | ac5971721277ef0242124d662b605ea6727ec200 [diff] |
log handle: add thread to handle event log The BIOS has a unified SEL timeout of 1 second. If log writing takes longer than 1 second, it will trigger a retry, causing duplicate log entries to be recorded. Add threads to handle event logs to avoid recording duplicate logs. Change-Id: I743c501f0fa114251af45a5aa5b3c87bd5998ec9 Signed-off-by: Peter Yin <peter.yin@quantatw.com>