https://bugs.kde.org/show_bug.cgi?id=405306
Bug ID: 405306 Summary: logcat: ActivityThread: Service org.kde.kdeconnect.BackgroundService has leaked IntentReceiver Product: kdeconnect Version: unspecified Platform: Android OS: Android 9.x Status: REPORTED Severity: minor Priority: NOR Component: android-application Assignee: albertv...@gmail.com Reporter: dah5a...@genodeftest.de Target Milestone: --- SUMMARY According to `adb logcat`, KDE connect is leaking `IntentReceiver` STEPS TO REPRODUCE unclear. Enable USB debugging on your Android smartphone and run `adb logcat`, then have a look at the logs. OBSERVED RESULT ActivityThread: Service org.kde.kdeconnect.BackgroundService has leaked IntentReceiver org.kde.kdeconnect.KdeConnectBroadcastReceiver@e55664a that was originally registered here. Are you missing a call to unregisterReceiver()? ActivityThread: android.app.IntentReceiverLeaked: Service org.kde.kdeconnect.BackgroundService has leaked IntentReceiver org.kde.kdeconnect.KdeConnectBroadcastReceiver@e55664a that was originally registered here. Are you missing a call to unregisterReceiver()? ActivityThread: at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:1429) ActivityThread: at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:1210) ActivityThread: at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1488) ActivityThread: at android.app.ContextImpl.registerReceiver(ContextImpl.java:1461) ActivityThread: at android.app.ContextImpl.registerReceiver(ContextImpl.java:1449) ActivityThread: at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:623) ActivityThread: at org.kde.kdeconnect.BackgroundService.onCreate(BackgroundService.java:284) ActivityThread: at android.app.ActivityThread.handleCreateService(ActivityThread.java:3559) ActivityThread: at android.app.ActivityThread.access$1300(ActivityThread.java:202) ActivityThread: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1681) ActivityThread: at android.os.Handler.dispatchMessage(Handler.java:107) ActivityThread: at android.os.Looper.loop(Looper.java:198) ActivityThread: at android.app.ActivityThread.main(ActivityThread.java:6729) ActivityThread: at java.lang.reflect.Method.invoke(Native Method) ActivityThread: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) ActivityThread: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) EXPECTED RESULT No error log entry SOFTWARE/OS VERSIONS Android 9, security patch level 2019-02-01 Hardware: Nokia 5 (HMD Global TA-1053) KDE connect: version 1.11 installed from f-droid store -- You are receiving this mail because: You are watching all bug changes.