Loading debuggerd/debuggerd_test.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <dlfcn.h> #include <err.h> #include <fcntl.h> #include <inttypes.h> #include <linux/prctl.h> #include <malloc.h> #include <pthread.h> Loading Loading @@ -69,7 +70,6 @@ #include "crash_test.h" #include "debuggerd/handler.h" #include "gtest/gtest.h" #include "libdebuggerd/utility.h" #include "protocol.h" #include "tombstoned/tombstoned.h" #include "util.h" Loading @@ -86,6 +86,7 @@ using ::testing::HasSubstr; #define ARCH_SUFFIX "" #endif constexpr size_t kTagGranuleSize = 16; constexpr char kWaitForDebuggerKey[] = "debug.debuggerd.wait_for_debugger"; #define TIMEOUT(seconds, expr) \ Loading Loading
debuggerd/debuggerd_test.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <dlfcn.h> #include <err.h> #include <fcntl.h> #include <inttypes.h> #include <linux/prctl.h> #include <malloc.h> #include <pthread.h> Loading Loading @@ -69,7 +70,6 @@ #include "crash_test.h" #include "debuggerd/handler.h" #include "gtest/gtest.h" #include "libdebuggerd/utility.h" #include "protocol.h" #include "tombstoned/tombstoned.h" #include "util.h" Loading @@ -86,6 +86,7 @@ using ::testing::HasSubstr; #define ARCH_SUFFIX "" #endif constexpr size_t kTagGranuleSize = 16; constexpr char kWaitForDebuggerKey[] = "debug.debuggerd.wait_for_debugger"; #define TIMEOUT(seconds, expr) \ Loading