wormhole-william-mobile icon indicating copy to clipboard operation
wormhole-william-mobile copied to clipboard

Crashes upon picking file

Open PacoBell opened this issue 2 years ago • 2 comments

I'm running the app in Graphene OS (Android 12). The app opens fine, but crashes immediately when I try to choose a file. It also didn't request any permissions, not that it matters. It still crashes the same even if I give it all the permissions available. Any way I could debug this further?

PacoBell avatar Jan 02 '22 05:01 PacoBell

Can you run logcat on the process and then trigger the crash?

$ adb shell pidof io.sanford.wormhole_william
2859
$ adb logcat --pid=2859

psanford avatar Jan 02 '22 05:01 psanford

@PacoBell are you able to get any logs from the app?

psanford avatar Jan 17 '22 05:01 psanford