[kdeconnect] [Bug 523881] New: Crash on remote input
[email protected] Wed, 05 Aug 2026 07:10:15 +0000
| Newsgroups | gmane.comp.kde.devel.bugs |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=523881
Bug ID: 523881
Summary: Crash on remote input
Classification: Applications
Product: kdeconnect
Version First unspecified
Reported In:
Platform: Other
OS: Android 8.x
Status: REPORTED
Severity: crash
Priority: NOR
Component: android-application
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
DESCRIPTION
Android application crashes immediately if "Remote input" is pressed after
updating to version 1.35.11 (from Play Store).
STEPS TO REPRODUCE
1. Open KDE Connect app on Android 8.1
2. Press Remote input
OBSERVED RESULT
Application crashes.
EXPECTED RESULT
Remote input works.
SOFTWARE/OS VERSIONS
Android 8.1
KDE Connect: 1.35.11
ADDITIONAL INFORMATION
Crash log:
KDE Connect 1.35.11
Android 8.1.0 (OnePlus ONEPLUS A5010)
--------- beginning okdeconnect-log.txt to Dowf crash
08-04 23:10:55.093 31107 31107 E AndroidRuntime: FATAL EXCEPTION: main
08-04 23:10:55.093 31107 31107 E AndroidRuntime: Process:
org.kde.kdeconnect_tp, PID: 31107
08-04 23:10:55.093 31107 31107 E AndroidRuntime:
java.lang.NoClassDefFoundError: Failed resolution of:
Landroid/view/WindowInsets$Type;
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
org.kde.kdeconnect.plugins.mousepad.MousePadActivity.onApplyWindowInsets(r8-map-id-31dd9f55175eac01c72deef5b1fc65cc5db50fd013fada3f0ea623288d44f8d4:1)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.View.dispatchApplyWindowInsets(View.java:9305)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:1742)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1844)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1566)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7365)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:1039)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.Choreographer.doCallbacks(Choreographer.java:851)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.Choreographer.doFrame(Choreographer.java:742)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1025)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:790)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:164)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:6753)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:482)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: Caused by:
java.lang.ClassNotFoundException: Didn't find class
"android.view.WindowInsets$Type" on path: DexPathList[[zip file
"/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk"],nativeLibraryDirectories=[/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/lib/arm64,
/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk!/lib/arm64-v8a,
/system/lib64, /vendor/lib64]]
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:379)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:312)
08-04 23:10:55.093 31107 31107 E AndroidRuntime: ... 24 more
08-04 23:10:55.094 31107 31107 E AndroidRuntime: FATAL EXCEPTION: main
08-04 23:10:55.094 31107 31107 E AndroidRuntime: Process:
org.kde.kdeconnect_tp, PID: 31107
08-04 23:10:55.094 31107 31107 E AndroidRuntime:
java.lang.NoClassDefFoundError: Failed resolution of:
Landroid/view/WindowInsets$Type;
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
org.kde.kdeconnect.plugins.mousepad.MousePadActivity.onApplyWindowInsets(r8-map-id-31dd9f55175eac01c72deef5b1fc65cc5db50fd013fada3f0ea623288d44f8d4:1)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.View.dispatchApplyWindowInsets(View.java:9305)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:1742)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1844)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1566)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7365)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:1039)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.Choreographer.doCallbacks(Choreographer.java:851)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.Choreographer.doFrame(Choreographer.java:742)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1025)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:790)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:164)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:6753)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:482)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: Caused by:
java.lang.ClassNotFoundException: Didn't find class
"android.view.WindowInsets$Type" on path: DexPathList[[zip file
"/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk"],nativeLibraryDirectories=[/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/lib/arm64,
/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk!/lib/arm64-v8a,
/system/lib64, /vendor/lib64]]
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:379)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:312)
08-04 23:10:55.094 31107 31107 E AndroidRuntime: ... 24 more
08-04 23:11:01.200 17582 17582 E AndroidRuntime: FATAL EXCEPTION: main
08-04 23:11:01.200 17582 17582 E AndroidRuntime: Process:
org.kde.kdeconnect_tp, PID: 17582
08-04 23:11:01.200 17582 17582 E AndroidRuntime:
java.lang.NoClassDefFoundError: Failed resolution of:
Landroid/view/WindowInsets$Type;
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
org.kde.kdeconnect.plugins.mousepad.MousePadActivity.onApplyWindowInsets(r8-map-id-31dd9f55175eac01c72deef5b1fc65cc5db50fd013fada3f0ea623288d44f8d4:1)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.View.dispatchApplyWindowInsets(View.java:9305)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:1742)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1844)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1566)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7365)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:1039)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.Choreographer.doCallbacks(Choreographer.java:851)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.Choreographer.doFrame(Choreographer.java:742)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1025)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:790)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:164)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:6753)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:482)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: Caused by:
java.lang.ClassNotFoundException: Didn't find class
"android.view.WindowInsets$Type" on path: DexPathList[[zip file
"/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk"],nativeLibraryDirectories=[/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/lib/arm64,
/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk!/lib/arm64-v8a,
/system/lib64, /vendor/lib64]]
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:379)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:312)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: ... 24 more
08-04 23:11:01.200 17582 17582 E AndroidRuntime: FATAL EXCEPTION: main
08-04 23:11:01.200 17582 17582 E AndroidRuntime: Process:
org.kde.kdeconnect_tp, PID: 17582
08-04 23:11:01.200 17582 17582 E AndroidRuntime:
java.lang.NoClassDefFoundError: Failed resolution of:
Landroid/view/WindowInsets$Type;
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
org.kde.kdeconnect.plugins.mousepad.MousePadActivity.onApplyWindowInsets(r8-map-id-31dd9f55175eac01c72deef5b1fc65cc5db50fd013fada3f0ea623288d44f8d4:1)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.View.dispatchApplyWindowInsets(View.java:9305)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:1742)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1844)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1566)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7365)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:1039)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.Choreographer.doCallbacks(Choreographer.java:851)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.Choreographer.doFrame(Choreographer.java:742)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1025)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:790)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:164)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:6753)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:482)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: Caused by:
java.lang.ClassNotFoundException: Didn't find class
"android.view.WindowInsets$Type" on path: DexPathList[[zip file
"/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk"],nativeLibraryDirectories=[/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/lib/arm64,
/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk!/lib/arm64-v8a,
/system/lib64, /vendor/lib64]]
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:379)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:312)
08-04 23:11:01.200 17582 17582 E AndroidRuntime: ... 24 more
08-04 23:11:12.486 17662 17662 E AndroidRuntime: FATAL EXCEPTION: main
08-04 23:11:12.486 17662 17662 E AndroidRuntime: Process:
org.kde.kdeconnect_tp, PID: 17662
08-04 23:11:12.486 17662 17662 E AndroidRuntime:
java.lang.NoClassDefFoundError: Failed resolution of:
Landroid/view/WindowInsets$Type;
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
org.kde.kdeconnect.plugins.mousepad.MousePadActivity.onApplyWindowInsets(r8-map-id-31dd9f55175eac01c72deef5b1fc65cc5db50fd013fada3f0ea623288d44f8d4:1)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.View.dispatchApplyWindowInsets(View.java:9305)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:1742)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1844)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1566)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7365)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:1039)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.Choreographer.doCallbacks(Choreographer.java:851)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.Choreographer.doFrame(Choreographer.java:742)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1025)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:790)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:164)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:6753)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:482)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: Caused by:
java.lang.ClassNotFoundException: Didn't find class
"android.view.WindowInsets$Type" on path: DexPathList[[zip file
"/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk"],nativeLibraryDirectories=[/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/lib/arm64,
/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk!/lib/arm64-v8a,
/system/lib64, /vendor/lib64]]
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:379)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:312)
08-04 23:11:12.486 17662 17662 E AndroidRuntime: ... 24 more
08-04 23:11:12.487 17662 17662 E AndroidRuntime: FATAL EXCEPTION: main
08-04 23:11:12.487 17662 17662 E AndroidRuntime: Process:
org.kde.kdeconnect_tp, PID: 17662
08-04 23:11:12.487 17662 17662 E AndroidRuntime:
java.lang.NoClassDefFoundError: Failed resolution of:
Landroid/view/WindowInsets$Type;
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
org.kde.kdeconnect.plugins.mousepad.MousePadActivity.onApplyWindowInsets(r8-map-id-31dd9f55175eac01c72deef5b1fc65cc5db50fd013fada3f0ea623288d44f8d4:1)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.View.dispatchApplyWindowInsets(View.java:9305)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:6942)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:1742)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1844)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1566)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7365)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:1039)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.Choreographer.doCallbacks(Choreographer.java:851)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.Choreographer.doFrame(Choreographer.java:742)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1025)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:790)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:99)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:164)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:6753)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:482)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: Caused by:
java.lang.ClassNotFoundException: Didn't find class
"android.view.WindowInsets$Type" on path: DexPathList[[zip file
"/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk"],nativeLibraryDirectories=[/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/lib/arm64,
/data/app/org.kde.kdeconnect_tp-xg195pr7yRmO_0jwF2vfTQ==/base.apk!/lib/arm64-v8a,
/system/lib64, /vendor/lib64]]
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:379)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: at
java.lang.ClassLoader.loadClass(ClassLoader.java:312)
08-04 23:11:12.487 17662 17662 E AndroidRuntime: ... 24 more
--
You are receiving this mail because:
You are watching all bug changes.