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_test.go151 var longString = strings.Repeat("a", runtime.DebugLogStringLimit+1)
154 want := "[] " + strings.Repeat("a", runtime.DebugLogStringLimit) + " ..(1 more bytes)..\n"
Dexport_debuglog_test.go13 const DebugLogStringLimit = debugLogStringLimit const