新增 console.trace(), console.time(), console.timeEnd()
新增 console.setGlobalLogConfig()支持保存日志文件
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user