Skip to content

v1.1.6

Compare
Choose a tag to compare
@garryyan garryyan released this 31 May 06:43
· 1863 commits to master since this release

[cn]

  1. 接口改为函数指针的形式,更容易hook和扩展
  2. xlog 支持文件到达一定大小后自动更换文件
  3. openssl 不再以源码的方式而是以库的方式引入 mars
  4. fixed 单行日志压缩后长度长过 4kb 会导致解压不出来的问题 #161
  5. fixed 可能卡死在 GetDetailNetInfo 的问题 #214
  6. fixed arm64-v8a 架构的so在某些机型 crash 的问题 #187
  7. fixed android mars-wrapper MarsServiceProxy.cancel 无效的问题 #179

注意: 接口增加部分参数,目前这些参数都可忽略,详细参看文档