Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootanalyze/
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])
Dbootanalyze.py246 bugreport_file = ("bugreport-%s-" + bugreport_hint + "-%s.zip") \
248 print "Boot up time too big, will capture bugreport %s" % (bugreport_file)
249 os.system(ADB_CMD + " bugreport " + bugreport_file)