From 86e50ac98466814586f475a926e1daeba13866d0 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 26 Sep 2025 16:08:22 -0400 Subject: [PATCH] Logs the early start of the Application for benchmarking purposes --- amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt index da67134d8..868c7c275 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt @@ -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