mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
Add Timber file logging and Jellyfin log upload
This commit is contained in:
@@ -2,8 +2,12 @@ package hu.bbara.purefin
|
||||
|
||||
import android.app.Application
|
||||
import dagger.hilt.android.HiltAndroidApp
|
||||
import hu.bbara.purefin.core.logging.PurefinLogger
|
||||
|
||||
@HiltAndroidApp
|
||||
class PurefinApplication : Application() {
|
||||
|
||||
}
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
PurefinLogger.initialize(this)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user