Skip to content

Commit 4ae24d7

Browse files
committed
log: incr line size to 800
1 parent ed63004 commit 4ae24d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

intra/log/logger.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ const similarTraceThreshold = 8
221221
const similarUsrMsgThreshold = 3
222222

223223
// charsPerLine is max no. of characters per log line.
224-
const charsPerLine = 600
224+
// less than 1024: github.com/golang/mobile/blob/2553ed8ce2/internal/mobileinit/mobileinit_android.go#L52
225+
const charsPerLine = 800
225226

226227
// spamMsgThreshold is the min. no. of spammy msgs to report.
227228
var spammsgThreshold = [NONE + 1]uint32{

0 commit comments

Comments
 (0)