Loading adb/daemon/main.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include "sysdeps.h" #include <android/fdsan.h> #include <errno.h> #include <getopt.h> #include <malloc.h> Loading Loading @@ -177,6 +178,11 @@ int adbd_main(int server_port) { signal(SIGPIPE, SIG_IGN); auto fdsan_level = android_fdsan_get_error_level(); if (fdsan_level == ANDROID_FDSAN_ERROR_LEVEL_DISABLED) { android_fdsan_set_error_level(ANDROID_FDSAN_ERROR_LEVEL_WARN_ONCE); } init_transport_registration(); // We need to call this even if auth isn't enabled because the file Loading Loading
adb/daemon/main.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include "sysdeps.h" #include <android/fdsan.h> #include <errno.h> #include <getopt.h> #include <malloc.h> Loading Loading @@ -177,6 +178,11 @@ int adbd_main(int server_port) { signal(SIGPIPE, SIG_IGN); auto fdsan_level = android_fdsan_get_error_level(); if (fdsan_level == ANDROID_FDSAN_ERROR_LEVEL_DISABLED) { android_fdsan_set_error_level(ANDROID_FDSAN_ERROR_LEVEL_WARN_ONCE); } init_transport_registration(); // We need to call this even if auth isn't enabled because the file Loading