This commit is contained in:
Benoit Marty 2019-06-11 14:37:02 +02:00
parent 64e5fed7ac
commit 61b1d83bbd
2 changed files with 0 additions and 2 deletions

View file

@ -45,7 +45,6 @@ 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
// TODO Set to false
buildConfigField "boolean", "LOG_PRIVATE_DATA", "false" 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.NONE" buildConfigField "okhttp3.logging.HttpLoggingInterceptor.Level", "OKHTTP_LOGGING_LEVEL", "okhttp3.logging.HttpLoggingInterceptor.Level.NONE"

View file

@ -137,7 +137,6 @@ data class Event(
/** /**
* Update the clear data on this event. * Update the clear data on this event.
* This is used after decrypting an event; it should not be used by applications. * This is used after decrypting an event; it should not be used by applications.
* It fires kMXEventDidDecryptNotification.
* *
* @param decryptionResult the decryption result, including the plaintext and some key info. * @param decryptionResult the decryption result, including the plaintext and some key info.
*/ */