Merge "Remove ANDROID_LOG_RDONLY" am: 2c1b058aaa
am: b07d524ac0
Change-Id: I4c8f73adbdfbbfdb327fb9e7c711711f0ba91d00
This commit is contained in:
commit
7971d2ddc4
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ static void GetLogStr(pid_t pid, std::string* log_str, log_id log = LOG_ID_MAIN)
|
||||||
log_str->clear();
|
log_str->clear();
|
||||||
|
|
||||||
logger_list* list;
|
logger_list* list;
|
||||||
list = android_logger_list_open(log, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid);
|
list = android_logger_list_open(log, ANDROID_LOG_NONBLOCK, 1000, pid);
|
||||||
ASSERT_TRUE(list != nullptr);
|
ASSERT_TRUE(list != nullptr);
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
|
Loading…
Reference in a new issue