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

关于多进程写文件的问题 #63

Open
lizheng1992 opened this issue Jan 22, 2020 · 0 comments
Open

关于多进程写文件的问题 #63

lizheng1992 opened this issue Jan 22, 2020 · 0 comments

Comments

@lizheng1992
Copy link

多进程 mmap 映射到同一份缓存文件会出现覆盖的问题
建议做如下修改
LogFileEngineFactory
File bufferFile = new File(context.getFilesDir(), getProcessName(context) + ".log4aCache");

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