Merge "Insulate against log spam." into main

This commit is contained in:
Elliott Hughes 2024-07-01 17:32:21 +00:00 committed by Gerrit Code Review
commit 58a64a4d5d

View file

@ -73,7 +73,7 @@ TEST(CallStackTest, log_stack) {
android::CallStack::logStack("callstack_test");
auto logger_list = android_logger_list_open(android_name_to_log_id("main"),
ANDROID_LOG_NONBLOCK,
10000 /* tail */, getpid());
INT_MAX /* tail */, getpid());
ASSERT_NE(nullptr, logger_list);
std::string log;
while (true) {