Update logcat.cpp (#1040)

This commit is contained in:
Howard Wu 2021-09-03 18:36:09 +08:00 committed by GitHub
parent a42d1223be
commit 3774390840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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<char, ANDROID_LOG_SILENT + 1> kLogChar = {
/*ANDROID_LOG_UNKNOWN*/'?',