Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0fbd8de authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Update Readme to add command to enable telemetry with ADB

parent f4ed2e9f
Loading
Loading
Loading
Loading
Loading
+45 −39
Original line number Diff line number Diff line
@@ -37,3 +37,9 @@ Telemetry.init(BuildConfig.SENTRY_DSN, this)
```kotlin
Telemetry.reportMessage("sample message")
```

# How to force telemetry to be enabled without manual action in settings?

Use adb command:

`adb shell settings put system e_telemetry 1`