-
historian 实现了一个自定义的Timber树,能够将日志存储到SQLite中
资源介绍
历史学家
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;
- 上一篇: MATLAB统计与机器学习工具箱指导手册
- 下一篇: matlab深度学习资源