mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-21 06:00:33 +01:00
Disable log
This commit is contained in:
parent
fe6e27fd6a
commit
14611d1f7b
@ -45,10 +45,10 @@ android {
|
|||||||
|
|
||||||
debug {
|
debug {
|
||||||
// Set to true to log privacy or sensible data, such as token
|
// Set to true to log privacy or sensible data, such as token
|
||||||
buildConfigField "boolean", "LOG_PRIVATE_DATA", "true"
|
buildConfigField "boolean", "LOG_PRIVATE_DATA", "false"
|
||||||
|
|
||||||
// Set to BODY instead of NONE to enable logging
|
// Set to BODY instead of NONE to enable logging
|
||||||
buildConfigField "okhttp3.logging.HttpLoggingInterceptor.Level", "OKHTTP_LOGGING_LEVEL", "okhttp3.logging.HttpLoggingInterceptor.Level.BODY"
|
buildConfigField "okhttp3.logging.HttpLoggingInterceptor.Level", "OKHTTP_LOGGING_LEVEL", "okhttp3.logging.HttpLoggingInterceptor.Level.NONE"
|
||||||
}
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user