elastic / elastic/apm-agent-android
Logcat logs can't be disabled via configuration
Open
agent-android
agent-mobile
community
triage
v1.0.0
- Dominant language
- Kotlin
- Stars
- 43
- Forks
- 22
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 26
Description
Despite configuration
```
ElasticApmConfiguration.builder().setLibraryLoggingPolicy(LoggingPolicy.disabled())
```
Logcat shows the logs, e.g.:
```
LoggingSpanExporter I 'ViewDestroyed' : 5bacf... 0db9... INTERNAL [tracer: io.opentelemetry.lifecycle:] ...
```
Contributor guide
Assessment
This issue has not been assessed yet.