psanford / wormhole-william-mobile

End-to-end encrypted file transfer for Android and iOS. A Magic Wormhole Mobile client.
MIT License
165 stars 16 forks source link

Crashes upon picking file #19

Open PacoBell opened 2 years ago

PacoBell commented 2 years ago

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?

psanford commented 2 years ago

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 commented 2 years ago

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