Home
last modified time | relevance | path

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

/aosp12/system/extras/boottime_tools/bootanalyze/
H A Dbugreport_anayze.py137 def __init__(self, config_file, bugreport_file): argument
140 self.f = bugreport_file
381 parser = Parser(args.config, args.bugreport_file[0])
H A Dbootanalyze.py248 bugreport_file = ("bugreport-%s-" + bugreport_hint + "-%s.zip") \
250 print("Boot up time too big, will capture bugreport %s" % (bugreport_file))
251 os.system(ADB_CMD + " bugreport " + bugreport_file)