Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.mapbox.common.logger

import android.util.Log
import androidx.annotation.Keep
import com.mapbox.annotation.module.MapboxModule
import com.mapbox.annotation.module.MapboxModuleType
import com.mapbox.base.common.logger.Logger
Expand All @@ -14,6 +15,7 @@ import java.util.concurrent.atomic.AtomicReference
* via [LoggerObserver].
*/
@MapboxModule(MapboxModuleType.CommonLogger)
@Keep
object MapboxLogger : Logger {

private const val DEFAULT_TAG = "MapboxLogger"
Expand Down