Loading liblog/tests/liblog_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1831,7 +1831,7 @@ TEST(liblog, __security_buffer) { return; } setuid(AID_SYSTEM); // only one that can read security buffer EXPECT_EQ(0, setuid(AID_SYSTEM)); // only one that can read security buffer pid_t pid = getpid(); Loading Loading
liblog/tests/liblog_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1831,7 +1831,7 @@ TEST(liblog, __security_buffer) { return; } setuid(AID_SYSTEM); // only one that can read security buffer EXPECT_EQ(0, setuid(AID_SYSTEM)); // only one that can read security buffer pid_t pid = getpid(); Loading