gituser1000000
gituser1000000
I think I found one of the cases when the issue can still happen. There could be other cases. If a debug-app is buggy and somehow not closing down properly...
> If you remove the app from the recents app list, the system is expected to notify about this event to the service ([docs](https://developer.android.com/reference/android/app/Service#onTaskRemoved(android.content.Intent))). This is handled by the [LogSenderService](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/d30967c5a9bf5a7a1bd4780fff309e0fbe0e0bcf/logsender/src/main/java/com/itsaky/androidide/logsender/LogSenderService.java#L58)....