Added todo and info.

This commit is contained in:
Revertron 2022-12-29 19:38:25 +01:00
parent a3ed1153f7
commit 73b6fa9132

View file

@ -297,6 +297,8 @@ open class PacketTunnelProvider: VpnService() {
} catch (e: Exception) {
Log.i(TAG, "Error in write: $e")
if (e.toString().contains("ENOBUFS")) {
//TODO Check this by some error code
//More info about this: https://github.com/AdguardTeam/AdguardForAndroid/issues/724
continue
}
break@writes