Home
last modified time | relevance | path

Searched refs:Verboseln (Results 1 – 8 of 8) sorted by relevance

/build/soong/ui/tracer/
Dmicrofactory.go69 t.log.Verboseln("Error opening microfactory trace:", err)
80 t.log.Verboseln("Unknown line in microfactory trace:", s.Text())
85 t.log.Verboseln("Failed to parse timestamp in microfactory trace:", err)
/build/soong/ui/build/
Dbuild.go184 ctx.Verboseln("Starting build with args:", config.Arguments())
185 ctx.Verboseln("Environment:", config.Environment().Environ())
226 ctx.Verboseln("Skipping Config as requested")
230 ctx.Verboseln("Skipping Kati as requested")
234 ctx.Verboseln("Skipping use of Kati ninja as requested")
238 ctx.Verboseln("Skipping Ninja as requested")
289 ctx.Verboseln("Loaded previous kati config:", string(katiSuffix))
Dsandbox_linux.go120 c.ctx.Verboseln(cmd.Args)
130 c.ctx.Verboseln(line)
134 c.ctx.Verboseln("nsjail exited successfully, but without the correct output")
Dsandbox_darwin.go44 c.ctx.Verboseln("sandbox-exec not found, disabling sandboxing")
Dninja.go177 ctx.Verboseln("Ninja environment: ")
Ddumpvars.go123 ctx.Verboseln(key, value)
Dpath.go193 ctx.Verboseln(line)
/build/soong/ui/logger/
Dlogger.go57 Verboseln(v ...interface{}) methodSpec
272 func (s *stdLogger) Verboseln(v ...interface{}) { func