Home | History | Annotate | Download | only in adb

Lines Matching refs:bugreport

54 #include "bugreport.h"
177 " adb bugreport [<path>] - return all information from the device that should be included in a zipped bug report.\n"
1737 } else if (!strcmp(argv[0], "bugreport")) {
1738 Bugreport bugreport;
1739 return bugreport.DoIt(transport_type, serial, argc, argv);