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

  /frameworks/native/cmds/bugreport/
Android.mk 4 LOCAL_SRC_FILES:= bugreport.cpp
6 LOCAL_MODULE:= bugreport
  /build/target/product/
base.mk 32 bugreport \
  /frameworks/base/tests/backup/
test_restore.sh 95 echo "Grabbing bugreport; filename is $filename"
96 a bugreport > "$BUGREPORT_DIR/$filename.txt"
  /system/core/adb/
bugreport_test.cpp 17 #include "bugreport.h"
121 class BugreportMock : public Bugreport {
157 const char* args[] = {"bugreport", "to", "principal"};
161 // Tests the 'adb bugreport' option when the device does not support 'bugreportz' - it falls back
162 // to the flat-file format ('bugreport' binary on device)
171 std::string bugreport = "Reported the bug was."; local
173 EXPECT_CALL(br_, SendShellCommand(kTransportLocal, "HannibalLecter", "bugreport", false, _))
174 .WillOnce(DoAll(WithArg<4>(WriteOnStdout(bugreport)), Return(0)));
176 const char* args[] = {"bugreport"};
178 ASSERT_THAT(GetCapturedStdout(), StrEq(bugreport));
    [all...]
Android.mk 186 bugreport.cpp \
250 bugreport.cpp \
commandline.cpp 54 #include "bugreport.h"
177 " adb bugreport [<path>] - return all information from the device that should be included in a zipped bug report.\n"
1738 Bugreport bugreport; local
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java 53 private static final String BUGREPORT_TAG = "BugReport";
340 String bugreport = r.getBugReport(); local
341 if (bugreport != null) {
343 serializer.text(bugreport);
  /system/sepolicy/
property_contexts 84 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
  /device/asus/fugu/
init.fugu.rc 213 # bugreport is triggered by holding down volume down, volume up and power
214 service bugreport /system/bin/dumpstate -d -p -B -z \
215 -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
  /tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py 85 return b'OK:/path/bugreport.zip\n'
87 def bugreport(self, params): member in class:MockAdbProxy
224 and writes the bugreport file to the correct path.
  /device/huawei/angler/
init.angler.rc 363 # bugreport is triggered by holding down volume down, volume up and power
364 service bugreport /system/bin/dumpstate -d -p -B -z \
365 -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
  /device/lge/bullhead/
init.bullhead.rc 434 # bugreport is triggered by holding down volume down, volume up and power
435 service bugreport /system/bin/dumpstate -d -p -B -z \
436 -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
  /device/moto/shamu/
init.shamu.rc 538 # bugreport is triggered by holding down volume down, volume up and power
539 service bugreport /system/bin/dumpstate -d -p -B -z \
540 -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 642 self.log.info("Taking bugreport for %s.", test_name)
646 raise AndroidDeviceError("Failed to take bugreport on %s" %
651 self.adb.bugreport(" > {}".format(full_out_path))
652 self.log.info("Bugreport for %s taken at %s.", test_name,
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 829 milliseconds