Skip to content

Commit

Permalink
Disable verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
CMDQ8575 authored Nov 14, 2022
1 parent 67ec8bc commit 29261ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/src/main/jni/logcat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ void Logcat::Run() {
while (true) {
if (android_logger_list_read(logger_list.get(), &msg) <= 0) [[unlikely]] break;

ProcessBuffer(&msg);
//ProcessBuffer(&msg);

if (verbose_print_count_ >= kMaxLogSize) [[unlikely]] RefreshFd(true);
if (modules_print_count_ >= kMaxLogSize) [[unlikely]] RefreshFd(false);
Expand Down

0 comments on commit 29261ff

Please sign in to comment.