mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: further fixes for fdroid json fallbacks (#3847)
This commit is contained in:
parent
5a413d07e3
commit
923624fbfa
4 changed files with 39 additions and 9 deletions
|
|
@ -31,7 +31,8 @@ import javax.inject.Inject
|
|||
class FdroidPlatformAnalytics @Inject constructor() : PlatformAnalytics {
|
||||
init {
|
||||
// For F-Droid builds we don't initialize external analytics services.
|
||||
// In debug builds we attach a DebugTree for convenient local logging.
|
||||
// In debug builds we attach a DebugTree for convenient local logging, but
|
||||
// release builds rely on system logging only.
|
||||
if (BuildConfig.DEBUG) {
|
||||
Timber.plant(Timber.DebugTree())
|
||||
Timber.i("F-Droid platform no-op analytics initialized (DebugTree planted).")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue