java.lang.RuntimeException: Failed to register input channel issue on my LWP

uswin4224

Member
Licensed User
Longtime User
Guys,

It seem I am getting an error report from a user about my livewallpaper
It says in developer dashboard

java.lang.RuntimeException: Failed to register input channel

Here is the complete stack :
B4X:
java.lang.RuntimeException: Failed to register input channel. Check logs for details.
at android.view.InputQueue.nativeRegisterInputChannel(Native Method)
at android.view.InputQueue.registerInputChannel(InputQueue.java:92)
at android.service.wallpaper.WallpaperService$Engine.updateSurface(WallpaperService.java:521)
at android.service.wallpaper.WallpaperService$Engine.attach(WallpaperService.java:651)
at android.service.wallpaper.WallpaperService$IWallpaperEngineWrapper.executeMessage(WallpaperService.java:875)
at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:63)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3683)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:870)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:628)
at dalvik.system.NativeStart.main(Native Method)

Anyone have any idea ?
I attached the complete project ZIP a long with crash log

Really appreciate the input.
 

Attachments

  • crashlog.txt
    1.1 KB · Views: 297

uswin4224

Member
Licensed User
Longtime User
Aaaah, thanks for pointing out to that Erel,
it seem this might be related to 3rd party launcher.

Okay. I will still investigate this though

Thanks.
 
Upvote 0
Top