Home
last modified time | relevance | path

Searched refs:debugLogStringLimit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Ddebuglog.go32 const debugLogStringLimit = debugLogBytes / 8 const
314 if len(b) > debugLogStringLimit {
315 b = b[:debugLogStringLimit]
Dexport_debuglog_test.go13 const DebugLogStringLimit = debugLogStringLimit