Merge "Soong: Fix the package name in metrics.proto file" am: eec8d3aee3
am: 33989c88c3
Change-Id: Ife7e9c2ddeeeda40976c23f8ba07ba4bee53935c
This commit is contained in:
@@ -158,7 +158,7 @@ func main() {
|
||||
stat.AddOutput(status.NewVerboseLog(log, filepath.Join(logsDir, "verbose.log")))
|
||||
stat.AddOutput(status.NewErrorLog(log, filepath.Join(logsDir, "error.log")))
|
||||
|
||||
defer met.Dump(filepath.Join(logsDir, "build_metrics"))
|
||||
defer met.Dump(filepath.Join(logsDir, "soong_metrics"))
|
||||
|
||||
if start, ok := os.LookupEnv("TRACE_BEGIN_SOONG"); ok {
|
||||
if !strings.HasSuffix(start, "N") {
|
||||
|
Reference in New Issue
Block a user