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

  /frameworks/base/cmds/bugreport/
Android.mk 4 LOCAL_SRC_FILES:= bugreport.c
6 LOCAL_MODULE:= bugreport
  /system/extras/bugmailer/
bugmailer.sh 5 bugreport=$storagePath/bugreport-$timestamp
18 # run bugreport
19 /system/bin/dumpstate -o $bugreport $@
23 chown root.sdcard_rw $bugreport.txt
27 # make it convenient to send bugreport to oneself
28 /system/bin/send_bug $bugreport.txt $screenshot
  /system/extras/bugmailer/src/com/android/commands/sendbug/
SendBug.java 54 final File bugreport = new File(bugreportPath); local
63 if (bugreport.exists()) {
64 final Uri bugreportUri = Uri.fromFile(bugreport);
  /frameworks/base/tests/backup/
test_restore.sh 95 echo "Grabbing bugreport; filename is $filename"
96 a bugreport > "$BUGREPORT_DIR/$filename.txt"
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 53 def Bugreport(url, bugreport_dir, adb_cmd):
54 """Pull a bugreport from the device."""
60 handle.writelines("Bugreport for crash in url - %s\n\n" % url)
63 cmd = "%s bugreport >> %s" % (adb_cmd, bugreport_filename)
138 if not options.bugreport:
141 bugreport_dir = options.bugreport
212 Bugreport(crashed_test, bugreport_dir, adb_cmd)
269 option_parser.add_option("-b", "--bugreport",
271 help="the directory to store bugreport for crashes")
  /build/core/
user_tags.mk 67 bugreport \
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1197 milliseconds