Logs the early start of the Application for benchmarking purposes

This commit is contained in:
Vitor Pamplona
2025-09-26 16:08:22 -04:00
parent f31292a201
commit 86e50ac984

View File

@@ -25,6 +25,10 @@ import com.vitorpamplona.amethyst.service.logging.Logging
import com.vitorpamplona.quartz.utils.Log
class Amethyst : Application() {
init {
Log.d("AmethystApp", "Creating App $this")
}
companion object {
lateinit var instance: AppModules
private set