mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Show android log in debug build
This commit is contained in:
parent
924a7c9105
commit
e724df1b45
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ package com.nkming.nc_photos.plugin
|
|||
class LogConfig {
|
||||
companion object {
|
||||
var isShowInfo = true
|
||||
var isShowDebug = false
|
||||
var isShowVerbose = false
|
||||
var isShowDebug = BuildConfig.DEBUG
|
||||
var isShowVerbose = BuildConfig.DEBUG
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue