> For the complete documentation index, see [llms.txt](https://docs.mapsindoors.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mapsindoors.com/sdks-and-frameworks/android/event-logging.md).

# Event Logging

The MapsIndoors SDK records anonymous usage statistics and diagnostic events per default and sends the logged data to a server at MapsPeople.

Logging may be disabled entirely by calling:

{% tabs %}
{% tab title="Java" %}

```java
MapsIndoors.disableEventLogging(true);
```

{% endtab %}

{% tab title="Kotlin" %}

```kotlin
MapsIndoors.disableEventLogging(true)
```

{% endtab %}
{% endtabs %}
