HomeSort by relevance Sort by last modified time
    Searched refs:bugreport_file (Results 1 - 3 of 3) sorted by null

  /development/testrunner/
adb_interface.py 100 bugreport_file = open(path, "w")
101 bugreport_file.write(bug_output)
102 bugreport_file.close()
  /packages/services/Car/tools/bootanalyze/
bugreport_anayze.py 62 parser.add_argument('bugreport_file', nargs=1, help='bugreport txt file',
137 def __init__(self, config_file, bugreport_file):
140 self.f = bugreport_file
381 parser = Parser(args.config, args.bugreport_file[0])
bootanalyze.py 246 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)

Completed in 210 milliseconds