Skip to content

Commit 986bd1c

Browse files
david-allisonmikehardy
authored andcommitted
logs(startup): AnkiDroidApp debug info source
I believe the logger was executed during a Activity startup after `AnkiDroidApp:onCreate` and want to make it clear in the logs that output was from a deferred coroutine in AnkiDroidApp
1 parent 0970ca5 commit 986bd1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AnkiDroid/src/main/java/com/ichi2/anki/AnkiDroidApp.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ open class AnkiDroidApp :
160160
ThrowableFilterService.initialize()
161161

162162
applicationScope.launch {
163+
Timber.i("AnkiDroidApp: listing debug info")
163164
Timber.i(DebugInfoService.getDebugInfo(this@AnkiDroidApp))
164165
}
165166

0 commit comments

Comments
 (0)