1
0
Fork 0

created kotlin doc for FenixApplication

master
sraturi 2020-05-12 09:22:05 -07:00 committed by Jeff Boek
parent 06aada251d
commit 372bb421cc
1 changed files with 5 additions and 0 deletions

View File

@ -46,7 +46,12 @@ import org.mozilla.fenix.session.PerformanceActivityLifecycleCallbacks
import org.mozilla.fenix.session.VisibilityLifecycleCallback
import org.mozilla.fenix.utils.BrowsersCache
import org.mozilla.fenix.utils.Settings
import mozilla.components.lib.crash.CrashReporter
/**
*The main application class for Fenix. Records data to measure initialization performance.
* Installs [CrashReporter], initializes [Glean] in fenix builds and setup Megazord in the main process.
*/
@SuppressLint("Registered")
@Suppress("TooManyFunctions", "LargeClass")
open class FenixApplication : LocaleAwareApplication() {