Skip to content

v0.6.5/2019-11-26

Compare
Choose a tag to compare
@txfelixzhou txfelixzhou released this 26 Nov 11:55
· 2958 commits to master since this release
58d9c6b

Matrix for iOS

  • fix fishhook __DATA_CONST crash (修复 fishhook __DATA_CONST 闪退)
  • add async stack backtracking of power-consume-stack (为耗电堆栈增加异步线程回溯)(相关文章:https://github.com/Tencent/matrix/wiki/Matrix-for-iOS-macOS-%E5%BC%82%E6%AD%A5%E5%A0%86%E6%A0%88%E5%9B%9E%E6%BA%AF)
  • optimize the report of CPU_Block, aka lag type 2003 (优化 CPU_Block CPU瞬时过高堆栈的展示)
  • add the repeat count of the stack in the Main-Thread-Handling lag report (为耗时堆栈提取出来的堆栈展示,添加重复次数的展示)
  • fix some other issues (修复一些已知的小问题)

Matrix for Android

  • fix CheckedDatabaseListActivity 兼容性crash
  • remove unusable module (删除部分不成熟的模块)
  • 增加内外发布渠道,通过 “PUBLISH_CHANNEL” 区分
  • SQLiteLint
    • fix 一些不好的、潜在sql注入风险的代码
    • sample默认采取Hook模式,fix之前没有进行sql分析
    • 去除sample中无用的代码
  • ResourceCanary
    • 调高leak检查次数 3->10
    • 优化ActivityRefWatcher 检查逻辑
  • IOCanary
    • CloseGuardHooker.tryHook没有适配9.0 #86 #110
    • fix ElfHook not work with 64 so in android O and P #227 #230
  • TraceCanary
    • getSplashActivities method's NullPointException on Android. fix #238 (#239) #230