You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe running dumbpipe in termux in emulator can be tried to debug this.
I suspect that it is related to netdev crate, at least it does not make sense to try accessing /proc/net/arp like on normal Linux if it is not allowed on Androids anyway.
The text was updated successfully, but these errors were encountered:
There is an attempt to use iroh 0.17.0 for realtime channels on Android at deltachat/deltachat-android#3108
It crashes in emulator:
deltachat/deltachat-android#3108 (comment)
Larger log from the emulator:
There is no system call number found anywhere in the logs even though it is expected according to https://source.android.com/docs/core/tests/debug/native-crash#seccomp
Maybe running dumbpipe in termux in emulator can be tried to debug this.
I suspect that it is related to
netdev
crate, at least it does not make sense to try accessing/proc/net/arp
like on normal Linux if it is not allowed on Androids anyway.The text was updated successfully, but these errors were encountered: