Skip to content

[Bug] java.lang.InterruptedException #234

@MagicAndre1981

Description

@MagicAndre1981

Overview

I just got the Android crash Dialog about WifiWidget. I dumped logcat to txt and see this:

11-04 06:42:21.767 1457 1457 D ActivityManager: sync unfroze 20061 com.w2sv.wifiwidget for 6
11-04 06:42:21.773 20061 20186 W Looper : Slow delivery took 199090ms android.bg app=com.w2sv.wifiwidget main=false group=FOREGROUND h=android.os.Handler c=android.appwidget.AppWidgetManager$ServiceCollectionCache$ConnectionTask$$ExternalSyntheticLambda5@cec2303 m=0
11-04 06:42:21.835 1457 2038 D BackgroundInstallControlService: Package event received: 0
11-04 06:42:21.857 20061 20186 W Looper : Drained
11-04 06:42:21.862 20061 20259 E AndroidRuntime: FATAL EXCEPTION: appwidget-connectiontask-585592227
11-04 06:42:21.862 20061 20259 E AndroidRuntime: Process: com.w2sv.wifiwidget, PID: 20061
11-04 06:42:21.862 20061 20259 E AndroidRuntime: java.lang.InterruptedException
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at kb.z.v(r8-map-id-6e020480b56057efce64a69eaace2cf512138b638a921cbe29e7ea9a789f15cc:132)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at a9.g.b(r8-map-id-6e020480b56057efce64a69eaace2cf512138b638a921cbe29e7ea9a789f15cc:10)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at a9.g.onDataSetChanged(r8-map-id-6e020480b56057efce64a69eaace2cf512138b638a921cbe29e7ea9a789f15cc:4)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at android.widget.RemoteViewsService$RemoteViewsFactoryAdapter.getRemoteCollectionItems(RemoteViewsService.java:285)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at android.widget.RemoteViews$RemoteCollectionCache.lambda$getItemsFutureFromIntent$2(RemoteViews.java:1694)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at android.widget.RemoteViews$RemoteCollectionCache$$ExternalSyntheticLambda2.accept(D8$$SyntheticClass:0)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at android.appwidget.AppWidgetManager$ServiceCollectionCache$ConnectionTask.lambda$handleNext$1(AppWidgetManager.java:1772)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at android.appwidget.AppWidgetManager$ServiceCollectionCache$ConnectionTask.$r8$lambda$45TcuKsxsjo8cSErR-GCtx0ila4(Unknown Source:0)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at android.appwidget.AppWidgetManager$ServiceCollectionCache$ConnectionTask$$ExternalSyntheticLambda4.run(D8$$SyntheticClass:0)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:524)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:317)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1156)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:651)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at android.appwidget.AppWidgetManager.lambda$createExecutorService$13(AppWidgetManager.java:1657)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at android.appwidget.AppWidgetManager$$ExternalSyntheticLambda12.run(D8$$SyntheticClass:0)
11-04 06:42:21.862 20061 20259 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1119)
11-04 06:42:21.866 1457 22568 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
11-04 06:42:21.879 1457 1698 I ActivityManager: Showing crash dialog for package com.w2sv.wifiwidget u0
11-04 06:42:21.916 1457 1698 D CoreBackPreview: Window{66ddc69 u0 Application Error: com.w2sv.wifiwidget}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.WindowOnBackInvokedDispatcher$OnBackInvokedCallbackWrapper@779b1d9, mPriority=-1, mIsAnimationCallback=false, mOverrideBehavior=0}

How to reproduce

no idea, just happened when I was using the phone.

Version

1.7.2

Android Version

Android 16 (BP3A.250905.014)

Device Model

Google Pixel 6a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions