Please just use datadoghq:dd-sdk-android:1.19.3
and configure it similar to the above config. You perhaps need to provide a cost center, client token, site, etc. But no need to Logs.enable
. Just use Configuration.builder
, Credentials
object, Datadog.initialize
with the details, and build a Logger
with Builder
. You might set Datadog.setVerbosity(Log.VERBOSE)
.