mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-22 06:59:21 +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 {
|
class LogConfig {
|
||||||
companion object {
|
companion object {
|
||||||
var isShowInfo = true
|
var isShowInfo = true
|
||||||
var isShowDebug = false
|
var isShowDebug = BuildConfig.DEBUG
|
||||||
var isShowVerbose = false
|
var isShowVerbose = BuildConfig.DEBUG
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue