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