From 377439084014e26bf72c942d265e38536b396540 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Fri, 3 Sep 2021 18:36:09 +0800 Subject: [PATCH] Update logcat.cpp (#1040) --- core/src/main/cpp/daemon/logcat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/cpp/daemon/logcat.cpp b/core/src/main/cpp/daemon/logcat.cpp index fb6dc520..e590f4fd 100644 --- a/core/src/main/cpp/daemon/logcat.cpp +++ b/core/src/main/cpp/daemon/logcat.cpp @@ -10,7 +10,7 @@ using namespace std::string_view_literals; -constexpr size_t kMaxLogSize = 32 * 1024 * 1024; +constexpr size_t kMaxLogSize = 4 * 1024 * 1024; constexpr std::array kLogChar = { /*ANDROID_LOG_UNKNOWN*/'?',