登录 注册
当前位置:主页 > 资源下载 > 17 > historian 实现了一个自定义的Timber树,能够将日志存储到SQLite中

historian 实现了一个自定义的Timber树,能够将日志存储到SQLite中

  • 更新:2024-12-11 19:20:44
  • 大小:131KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

历史学家 Historian是自定义的 .Tree实现,可将日志保存到SQLite,以便稍后可以查看/下载SQLite文件以进行调试。 该库主要用于帮助调试用户设备中的崩溃。 安装 历史学家通过Maven Central分发。 dependencies { compile ' net.yslibrary.historian:historian-core:LATEST_LIBRARY_VERSION ' compile ' net.yslibrary.historian:historian-tree:LATEST_LIBRARY_VERSION ' compile ' com.jakewharton.timber:timber:4.5.1 ' } 用法 class App extends Application { Historian historian;