新增 console.trace(), console.time(), console.timeEnd()

新增 console.setGlobalLogConfig()支持保存日志文件
This commit is contained in:
hyb1996
2018-11-20 22:00:00 +08:00
parent 237dbe0f50
commit 0f4f1da208
6 changed files with 79 additions and 11 deletions

View File

@@ -57,6 +57,9 @@ dependencies {
api 'com.github.Stericson:RootShell:1.6'
// Gson
api 'com.google.code.gson:gson:2.8.2'
// log4j
api group: 'de.mindpipe.android', name: 'android-logging-log4j', version: '1.0.3'
api group: 'log4j', name: 'log4j', version: '1.2.17'
// Terminal emulator
api(name: 'libtermexec-release', ext: 'aar')
api(name: 'emulatorview-release', ext: 'aar')