From 9c23d4c790c3de54c73f10ea096113865d7aa77d Mon Sep 17 00:00:00 2001 From: Ziyang Zhou Date: Sun, 14 Aug 2022 11:53:19 +0800 Subject: [PATCH 2/3] ignore bpf error --- server/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/server/main.cpp b/server/main.cpp index b0c5406..8ef2f19 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -145,7 +145,6 @@ int main() { if (libnetd_updatable_init(cg2_path.c_str())) { ALOGE("libnetd_updatable_init failed"); - exit(1); } gLog.info("libnetd_updatable_init success"); -- 2.45.1