8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lib/_android_support.py
1 parent 89fa7ec commit e59caf6Copy full SHA for e59caf6
Lib/_android_support.py
@@ -6,7 +6,7 @@
6
# The maximum length of a log message in bytes, including the level marker and
7
# tag, is defined as LOGGER_ENTRY_MAX_PAYLOAD at
8
# https://cs.android.com/android/platform/superproject/+/android-14.0.0_r1:system/logging/liblog/include/log/log.h;l=71.
9
-# Messages longer than this will be be truncated by logcat. This limit has already
+# Messages longer than this will be truncated by logcat. This limit has already
10
# been reduced at least once in the history of Android (from 4076 to 4068 between
11
# API level 23 and 26), so leave some headroom.
12
MAX_BYTES_PER_WRITE = 4000
0 commit comments