https://bugs.kde.org/show_bug.cgi?id=405176
Erik Duisters <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Erik Duisters <[email protected]> --- Can you check if there are any Exceptions logged in android's logcat? If you have Android Studio installed that is the easiest way to view it, if not: Find out the process id of kdeconnect with: adb shell ps | grep kdeconnect you will see something like: u0_a189 7819 1986 829832 40832 sys_epoll_ 00000000 S org.kde.kdeconnect_tp Then to filter the logcat output: adb logcat | grep 7819 > kdeconnect.log Replace 7819 with the actual process id of you kdeconnect instance -- You are receiving this mail because: You are watching all bug changes.
