https://bugs.kde.org/show_bug.cgi?id=485278
--- Comment #6 from Andy Holmes <andrew.g.r.hol...@gmail.com> --- (In reply to UlyssesZhan from comment #5) > (In reply to Andy Holmes from comment #4) > > Can you use "Generate Support Log" feature, as described here: > > https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki/ > > Help#generate-support-log ? > > > > Allow the dialog to open, then reproduce the problem, only then close the > > dialog. This will include a list of packets sent to the Android device. If > > there is no log of any packets, then you probably closed the dialog before > > reproducing the problem. > > I am using that feature. I close the dialog after the Android client fully > exits. The log that I posted is the last thing in the log, and also the only > thing that looks like an error having happened. All the previous log items > are SMS messages that contain my private info, so I apologize for not > providing the full logj, but they are not useful anyway. Okay, thanks for the quick response. This will likely have to be debugged on the Android-side then. If you have `adb` setup for your device, you can try running this command: adb logcat --pid=$(adb shell pidof -s org.kde.kdeconnect_tp) -- You are receiving this mail because: You are watching all bug changes.