HomeSort by relevance Sort by last modified time
    Searched full:bugreport (Results 76 - 100 of 449) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/tools/bugreport/src/com/android/bugreport/stacks/
KernelStackFrameSnapshot.java 17 package com.android.bugreport.stacks;
NativeStackFrameSnapshot.java 17 package com.android.bugreport.stacks;
StackFrameSnapshot.java 17 package com.android.bugreport.stacks;
  /development/tools/bugreport/src/com/android/bugreport/util/
ArgParser.java 17 package com.android.bugreport.util;
Line.java 17 package com.android.bugreport.util;
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.cpp 34 auto Report = llvm::make_unique<BugReport>(*DoubleNonblockingBugType,
58 llvm::make_unique<BugReport>(*MissingWaitBugType, ErrorText, ExplNode);
78 llvm::make_unique<BugReport>(*UnmatchedWaitBugType, ErrorText, ExplNode);
90 BugReport &BR) {
  /packages/apps/Settings/src/com/android/settings/development/
BugReportPreferenceController.java 28 private static final String KEY_BUGREPORT = "bugreport";
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportParser.java 11 * Utility class for parsing a bugreport into its sections.
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
LogGenerator.java 26 BUGREPORT(new BugreportGenerator()),
85 FilesystemUtil.saveBugreport(instr, logDir + "/bugreport-%s.txt");
87 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage()));
99 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage()));
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
AnrReportGenerator.java 89 * Sets bugreport information for ANR post-processing script
94 CLog.w("A bugreport for this invocation already existed at %s, overriding anyways",
97 mCachedBugreport = FileUtil.createTempFile("monkey-anr-report-bugreport", ".txt");
116 CLog.w("Cannot generate report: bugreport or monkey log not populated yet.");
MonkeyBase.java 44 import com.android.tradefed.util.Bugreport;
77 public static final String BUGREPORT_NAME = "bugreport";
458 * Capture a bugreport and send it to a listener.
461 Bugreport bugreport = mTestDevice.takeBugreport(); local
462 if (bugreport == null) {
463 CLog.e("Could not take bugreport");
466 bugreport.log(bugreportName, listener);
470 main = bugreport.getMainFile();
472 CLog.e("Bugreport has no main file")
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
CameraLatencyTest.java 170 // Grab a bugreport if warranted
172 CLog.i("Grabbing bugreport after test '%s' finished with %d failures.",
174 InputStreamSource bugreport = mTestDevice.getBugreport(); local
175 listener.testLog(String.format("bugreport-%s.txt", test.mTestName),
176 LogDataType.BUGREPORT, bugreport);
177 bugreport.cancel();
CameraSettingsTest.java 214 InputStreamSource bugreport = mTestDevice.getBugreport(); local
215 listener.testLog("bugreport", LogDataType.BUGREPORT, bugreport);
216 bugreport.cancel();
  /tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
TelephonyStabilityTest.java 150 // Take a bugreport if at last iteration, if we havent taken a bugreport, or if the
151 // bugreport was taken more than BUGREPORT_SKIP_ITERATIONS ago.
158 InputStreamSource bugreport = mTestDevice.getBugreport(); local
161 LogDataType.BUGREPORT, bugreport);
163 bugreport.cancel();
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 141 private static final String NAME2 = "A bugreport's life";
516 // Finish the bugreport while user's still typing the name.
534 // Finally, share bugreport.
595 // Share the bugreport.
690 * Sends a "bugreport started" intent with the default values.
708 * Sends a "bugreport finished" intent and waits for the result.
718 * Sends a "bugreport finished" intent and waits for the result.
736 * Accepts the notification to share the finished bugreport and waits for the result.
753 * Waits for the notification to share the finished bugreport.
760 * Sends a "bugreport finished" intent
    [all...]
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTestTest.java 226 InputStreamSource res = new ByteArrayInputStreamSource("fake bugreport".getBytes());
228 mMockLogger.testLog(EasyMock.eq("bugreport-checker-pre-module-FAKE_MODULE"),
229 EasyMock.eq(LogDataType.BUGREPORT),
265 InputStreamSource res = new ByteArrayInputStreamSource("fake bugreport".getBytes());
267 mMockLogger.testLog(EasyMock.eq("bugreport-checker-post-module-FAKE_MODULE"),
268 EasyMock.eq(LogDataType.BUGREPORT),
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 148 auto report = llvm::make_unique<BugReport>(
210 auto Report = llvm::make_unique<BugReport>(
233 auto report = llvm::make_unique<BugReport>(
278 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N);
313 auto Report = llvm::make_unique<BugReport>(*BT_initlock, Message, N);
326 auto Report = llvm::make_unique<BugReport>(
ObjCAtSyncChecker.cpp 51 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N);
75 llvm::make_unique<BugReport>(*BT_null, BT_null->getDescription(), N);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
FailureListener.java 85 super.testLog(String.format("%s-bugreport", test.toString()), LogDataType.BUGREPORT,
  /device/generic/goldfish/
init.goldfish.rc 114 service bugreport /system/bin/dumpstate -d -p -B \
115 -o /data/data/com.android.shell/files/bugreports/bugreport
init.ranchu.rc 117 service bugreport /system/bin/dumpstate -d -p -B \
118 -o /data/data/com.android.shell/files/bugreports/bugreport
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
RemoteBugreportUtils.java 38 * Utilities class for the remote bugreport operation.
57 static final String BUGREPORT_MIMETYPE = "application/vnd.android.bugreport";
  /frameworks/base/tests/backup/
test_restore.sh 95 echo "Grabbing bugreport; filename is $filename"
96 a bugreport > "$BUGREPORT_DIR/$filename.txt"
  /hardware/interfaces/wifi/1.0/
IWifiChipEventCallback.hal 78 * out to a bugreport and post processed.
86 * Must only be captured in a bugreport.
  /packages/services/Car/car_product/overlay/frameworks/base/packages/SystemUI/res/values/
arrays_car.xml 46 <item>intent:#Intent;component=com.google.android.car.bugreport/.BugReportActivity;end</item>
60 <item>com.android.car.hvac;com.android.settings;com.android.car.settings;com.android.vending;com.google.android.car.bugreport;com.google.android.car.kitchensink;com.android.car.systemupdater;org.chromium.webview_shell;com.android.contacts;org.codeaurora.bluetooth.bttestapp;com.google.android.projection.sink</item>

Completed in 678 milliseconds

1 2 34 5 6 7 8 91011>>