LogUtils icon indicating copy to clipboard operation
LogUtils copied to clipboard

关于多进程写文件的问题

Open lizheng1992 opened this issue 5 years ago • 0 comments

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

lizheng1992 avatar Jan 22 '20 10:01 lizheng1992