https://bugs.kde.org/show_bug.cgi?id=524584
--- Comment #3 from Jazeix Johnny <[email protected]> --- Hi, thanks for the additions! So if I understand correctly, you are using the android version but on chromebooks, it does not work as expected... Is it possible for you to gather the logs using adb after playing with the tablet a bit? https://developer.android.com/tools/releases/platform-tools?hl=en explains how to install it on a computer but here is a sum-up: You need to activate the developer mode in the tablet (https://www.android.com/intl/en_uk/articles/enable-android-developer-settings/) to activate the debug mode (see https://developer.android.com/tools/adb?hl=en "Enable adb debugging on your device"), then you plug via usb your tablet and accept the connection. Then in a terminal, you can run "adb logcat > log.txt" and do your tests. Once done, you can stop the command and send us the logs, we will analyze them (as they will probably be big, please compress them). Note: you can also use wifi instead of usb according to the doc but I never tried :). Let's hope we will find interesting data from the logs! -- You are receiving this mail because: You are watching all bug changes.
