Skip to content

Commit e048c02

Browse files
authored
Attempt to fix remove ANR due to canonicalname in DuckDuckgoApplication (#6130)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1202552961248957/task/1210339140454641?focus=true ### Description We are getting ANRs for some devices (Vivo, Motorola) due to this. We can just remove the log as it is not very hekpful anyway. ### Steps to test this PR QA-optional
1 parent f127d18 commit e048c02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/duckduckgo/app/global/DuckDuckGoApplication.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ open class DuckDuckGoApplication : HasDaggerInjector, MultiProcessApplication()
8383
// Deprecated, we need to move all these into AppLifecycleEventObserver
8484
ProcessLifecycleOwner.get().lifecycle.apply {
8585
primaryLifecycleObserverPluginPoint.getPlugins().forEach {
86-
Timber.d("Registering application lifecycle observer: ${it.javaClass.canonicalName}")
8786
addObserver(it)
8887
}
8988
}

0 commit comments

Comments
 (0)