mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 11:47:24 +01:00
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
|
||||
|
||||
class Amethyst : Application() {
|
||||
init {
|
||||
Log.d("AmethystApp", "Creating App $this")
|
||||
}
|
||||
|
||||
companion object {
|
||||
lateinit var instance: AppModules
|
||||
private set
|
||||
|
||||
Reference in New Issue
Block a user