Skip to content

xCrash v2.4.7

Compare
Choose a tag to compare
@caikelun caikelun released this 11 Nov 03:22
· 52 commits to master since this release
v2.4.7
ffa4f18

New features

  • Add an new key-value to indicate whether the app is in the foreground or in the background when it crashes or ANRs.

Changes

  • Update android gradle plugin version from 3.5.0 to 3.5.2.
  • Change the native library directory from libs to src/main/jniLibs.

Bugs fixed

  • Fix the problem of getting abort message failed in Android 10.

新特性

  • 增加信息,用于表示进程崩溃或 ANR 时是在前台还是后台。

改进

  • android gradle plugin 版本从 3.5.0 升级到 3.5.2
  • native 库目录从 libs 修改为 src/main/jniLibs

Bugs修复

  • 修复 Android 10 native崩溃时获取 abort message 失败的问题。