We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed63004 commit 4ae24d7Copy full SHA for 4ae24d7
1 file changed
intra/log/logger.go
@@ -221,7 +221,8 @@ const similarTraceThreshold = 8
221
const similarUsrMsgThreshold = 3
222
223
// charsPerLine is max no. of characters per log line.
224
-const charsPerLine = 600
+// less than 1024: github.com/golang/mobile/blob/2553ed8ce2/internal/mobileinit/mobileinit_android.go#L52
225
+const charsPerLine = 800
226
227
// spamMsgThreshold is the min. no. of spammy msgs to report.
228
var spammsgThreshold = [NONE + 1]uint32{
0 commit comments