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