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

Commit b39256cb authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Do not dump metrics if reproxy was never started" am: 13642d47 am:...

Merge "Do not dump metrics if reproxy was never started" am: 13642d47 am: a0d2817f am: fc629ece

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2031425

Change-Id: Id632610d86327efddb5c789f6a1db101e1e7f125
parents 9c15b5a0 fc629ece
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -221,7 +221,6 @@ func main() {
		}
		defer build.UploadMetrics(buildCtx, config, c.simpleOutput, buildStarted, files...)
		defer met.Dump(soongMetricsFile)
		defer build.DumpRBEMetrics(buildCtx, config, rbeMetricsFile)
	}

	// Read the time at the starting point.
+1 −0
Original line number Diff line number Diff line
@@ -264,6 +264,7 @@ func Build(ctx Context, config Config) {

	if config.StartRBE() {
		startRBE(ctx, config)
		defer DumpRBEMetrics(ctx, config, filepath.Join(config.LogsDir(), "rbe_metrics.pb"))
	}

	if what&RunProductConfig != 0 {