Home
last modified time | relevance | path

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

/build/soong/scripts/
Dbuild_broken_logs.go85 Logs []ProductLog member
141 products := branch.Logs
214 ret := Branch{Logs: []ProductLog{}}
218 ret.Logs = append(ret.Logs, ParseProduct(ProductBranch{Branch: name, Name: product}))
222 if len(ret.Logs) > 0 {
223 for _, mtype := range ret.Logs[0].WarningModuleTypes {
233 for _, mtype := range ret.Logs[0].ErrorModuleTypes {
245 for _, productLog := range ret.Logs {