Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

异步输出丢弃问题? #145

Open
kaidegit opened this issue Aug 26, 2023 · 0 comments
Open

异步输出丢弃问题? #145

kaidegit opened this issue Aug 26, 2023 · 0 comments

Comments

@kaidegit
Copy link
Contributor

/* drop some log */
if (space <= size) {
size = space;
buf_is_full = true;
}

这边直接丢弃了后面部分的log,是否会导致丢失了'\0',ELOG_NEWLINE_SIGN和着色结尾之类的?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant