Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 010c6b67 authored by Joe Onorato's avatar Joe Onorato
Browse files

Log the command line to soong.log when soong_ui starts

Change-Id: Ie39333e4771cddf4c828d5e3474e2e43001db807
Test: manual
parent 4cf52f17
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -218,6 +218,11 @@ func main() {

	trace.SetOutput(filepath.Join(logsDir, c.logsPrefix+"build.trace"))

	log.Verbose("Command Line: ")
	for i, arg := range os.Args {
		log.Verbosef("  [%d] %s", i, arg)
	}

	defer func() {
		stat.Finish()
		criticalPath.WriteToMetrics(met)