From 5eae45a255d0606c181ccd291b512615c0202a9f Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 21 Oct 2024 23:12:24 -0700 Subject: [PATCH] Suppress eBPF not supported --- .../vpnhotspot/net/RemoveUidInterfaceRuleCommand.kt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/net/RemoveUidInterfaceRuleCommand.kt b/mobile/src/main/java/be/mygod/vpnhotspot/net/RemoveUidInterfaceRuleCommand.kt index e0c79b27..46169d75 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/net/RemoveUidInterfaceRuleCommand.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/net/RemoveUidInterfaceRuleCommand.kt @@ -11,6 +11,7 @@ import dalvik.system.PathClassLoader import kotlinx.parcelize.Parcelize import timber.log.Timber import java.io.File +import java.lang.reflect.InvocationTargetException /** * https://android.googlesource.com/platform/system/netd/+/android-10.0.0_r1/server/NetdNativeService.cpp#1138 @@ -54,7 +55,13 @@ data class RemoveUidInterfaceRuleCommand(private val uid: Int) : RootCommand