Home
last modified time | relevance | path

Searched refs:Verbosef (Results 1 – 15 of 15) sorted by relevance

/build/soong/ui/status/
Dcritical_path_logger.go52 cp.log.Verbosef("critical path took %s", criticalTime.String())
54 cp.log.Verbosef("elapsed time %s", elapsedTime.String())
56 cp.log.Verbosef("perfect parallelism ratio %d%%",
65 cp.log.Verbosef(" %2d:%02d %s",
/build/soong/ui/build/
Dninja.go212 ctx.Verbosef(" %s", envVar)
273 …ctx.Verbosef("ninja may be stuck; last update to %v was %v. dumping process tree...", c.logPath, n…
286 ctx.Verbosef("done\n")
Dsandbox_linux.go139 c.ctx.Verbosef("nsjail failed with %v", e.ProcessState.String())
141 c.ctx.Verbosef("nsjail failed with %v", err)
Dexec.go64 c.ctx.Verbosef("%q executing %q %v\n", c.name, c.Path, c.Args)
74 c.ctx.Verbosef("%q finished with exit code %d (%s real, %s user, %s system, %dMB maxrss)",
Dkati.go57 ctx.Verbosef("Kati ninja suffix too long: %q", katiSuffix)
58 ctx.Verbosef("Replacing with: %q", shortSuffix)
Dsoong.go714 ctx.Verbosef("Failed to stat %s: %s", soongBuildMetricsFile, err)
717 ctx.Verbosef("%s timestamp not later after running soong, expected %s > %s",
724 ctx.Verbosef("Failed to read %s: %s", soongBuildMetricsFile, err)
731 ctx.Verbosef("Failed to unmarshal %s: %s", soongBuildMetricsFile, err)
Dstaging_snapshot.go100 ctx.Verbosef("scanModifiedStagingOutputs error: %s", err)
Dpath.go200 ctx.Verbosef("Unknown PATH tool %q used: %#v", log.Basename, log.Args)
Dbuild.go193 ctx.Verbosef("Total RAM: %.3vGB", ram)
Dconfig.go186 ctx.Verbosef("Loading config file %v\n", cfgFile)
198 ctx.Verbosef("Finished loading config file %v\n", cfgFile)
906 ctx.Verbosef("Failed to list locales (%q), falling back to %q", err, locales)
/build/soong/cmd/soong_ui/
Dmain.go227 log.Verbosef(" [%d] %s", i, arg)
272 buildCtx.Verbosef("Detected %.3v GB total RAM", float32(config.TotalRAM())/(1024*1024*1024))
273 buildCtx.Verbosef("Parallelism (local/remote/highmem): %v/%v/%v",
286 log.Verbosef("Took %dms to start up.",
594 ctx.Verbosef("Current file limits: %d soft, %d hard", limits.Cur, limits.Max)
/build/soong/ui/logger/
Dlogger.go57 Verbosef(format string, v ...interface{}) methodSpec
288 func (s *stdLogger) Verbosef(format string, v ...interface{}) { func
/build/soong/cuj/
Dcuj.go104 log.Verbosef("Took %dms to start up.",
/build/soong/cmd/multiproduct_kati/
Dmain.go125 log.Verbosef("Current file limits: %d soft, %d hard", limits.Cur, limits.Max)
327 log.Verbosef("Using %d parallel jobs", jobs)
/build/soong/ui/tracer/
Dtracer.go178 t.log.Verbosef("Event: %#v", event)