Skip to content

Commit d95df6a

Browse files
[3.13] Fix typo in Lib/_android_support.py (GH-127699) (#127703)
Fix typo in `Lib/_android_support.py` (GH-127699) (cherry picked from commit e59caf6) Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 652a0eb commit d95df6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_android_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# The maximum length of a log message in bytes, including the level marker and
77
# tag, is defined as LOGGER_ENTRY_MAX_PAYLOAD at
88
# 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
9+
# Messages longer than this will be truncated by logcat. This limit has already
1010
# been reduced at least once in the history of Android (from 4076 to 4068 between
1111
# API level 23 and 26), so leave some headroom.
1212
MAX_BYTES_PER_WRITE = 4000

0 commit comments

Comments
 (0)