Logs the early start of the Application for benchmarking purposes
This commit is contained in:
@@ -25,6 +25,10 @@ import com.vitorpamplona.amethyst.service.logging.Logging
|
|||||||
import com.vitorpamplona.quartz.utils.Log
|
import com.vitorpamplona.quartz.utils.Log
|
||||||
|
|
||||||
class Amethyst : Application() {
|
class Amethyst : Application() {
|
||||||
|
init {
|
||||||
|
Log.d("AmethystApp", "Creating App $this")
|
||||||
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
lateinit var instance: AppModules
|
lateinit var instance: AppModules
|
||||||
private set
|
private set
|
||||||
|
|||||||
Reference in New Issue
Block a user