Basic logging with redacted sensitive headers (#3159)

This commit is contained in:
Vivek Maskara 2019-10-05 17:06:35 +05:30 committed by Josephine Lim
parent 2e0281eaee
commit 13d847ea77
2 changed files with 12 additions and 1 deletions

View file

@ -53,6 +53,7 @@ dependencies {
api('com.github.tony19:logback-android-classic:1.1.1-6') {
exclude group: 'com.google.android', module: 'android'
}
implementation "com.squareup.okhttp3:logging-interceptor:4.2.0"
// Dependency injector
implementation "com.google.dagger:dagger:$DAGGER_VERSION"