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

1 2 3 45 6 7 8 91011>>

  /tools/tradefederation/core/prod-tests/src/com/android/continuous/
SmokeTest.java 47 @Option(name = "bugreport-device-wait-time", description = "How many seconds to wait for the " +
48 "device to become available so we can capture a bugreport. Useful in case the smoke " +
  /tools/tradefederation/core/src/com/android/tradefed/result/
FileMetadataCollector.java 95 case BUGREPORT:
96 return LogType.BUGREPORT;
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
ITestSuite.java 62 name = "bugreport-on-failure",
64 "Take a bugreport on every test failure. Warning: This may require a lot"
285 CLog.w("There are failed system status checkers: %s capturing a bugreport",
289 String.format("bugreport-checker-pre-module-%s", moduleName),
290 LogDataType.BUGREPORT,
320 CLog.w("There are failed system status checkers: %s capturing a bugreport",
324 String.format("bugreport-checker-post-module-%s", moduleName),
325 LogDataType.BUGREPORT,
TestFailureListener.java 34 * Listener used to take action such as screenshot, bugreport, logcat collection upon a test failure
126 String.format("%s-bugreport", test.toString()),
127 LogDataType.BUGREPORT,
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
MonitoringUtils.java 59 listener.testLog(String.format("bugreport-connectivity-%s", tag),
  /development/tools/bugreport/src/com/android/bugreport/logcat/
Logcat.java 17 package com.android.bugreport.logcat;
  /development/tools/bugreport/src/com/android/bugreport/stacks/
JavaStackFrameSnapshot.java 17 package com.android.bugreport.stacks;
  /external/bison/examples/calc++/
calc++-scanner.ll 12 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>. */
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 55 BugReport &BR) override;
86 std::unique_ptr<BugReport> R(
87 new BugReport(*BT, OS.str(), C.generateNonFatalErrorNode()));
96 BugReport &BR) {
MacOSKeychainAPIChecker.cpp 106 std::unique_ptr<BugReport> generateAllocatedDataNotReleasedReport(
123 void markInteresting(BugReport *R, const AllocationPair &AP) const {
129 /// BugReport path. For example, showing the allocation site of the leaked
149 BugReport &BR) override;
262 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N);
307 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N);
363 auto Report = llvm::make_unique<BugReport>(
429 auto Report = llvm::make_unique<BugReport>(
512 std::unique_ptr<BugReport>
540 llvm::make_unique<BugReport>(*BT, os.str(), N, LocUsedForUniqueing
    [all...]
  /packages/experimental/BugReportSender/
AndroidManifest.xml 41 <data android:mimeType="vnd.android/bugreport" />
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 16 * bugreport.
BugReportListActivity.java 141 intent.setDataAndType(Uri.fromFile(file), "vnd.android/bugreport");
162 if (!name.startsWith("bugreport-") || !name.endsWith(".txt")) {
163 Log.w(TAG, "Ignoring non-bugreport: " + files[i]);
  /tools/loganalysis/src/com/android/loganalysis/parser/
ActivityServiceParser.java 25 * A {@link IParser} to parse the activity service dump section of the bugreport
  /tools/loganalysis/src/com/android/loganalysis/rule/
RuleEngine.java 27 * Applies rules to the parsed bugreport
  /tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
TelephonyTest.java 124 InputStreamSource bugreport = mTestDevice.getBugreport(); local
128 LogDataType.BUGREPORT, bugreport);
132 StreamUtil.cancel(bugreport);
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandOptions.java 86 @Option(name = "bugreport-on-invocation-ended", description =
87 "take a bugreport when the test invocation has ended")
91 + "instead of bugreport during the test invocation final bugreport.")
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceAdminTestReceiver.java 60 Log.i(TAG, "Bugreport sharing declined");
67 Log.i(TAG, "Bugreport shared");
74 Log.i(TAG, "Bugreport collection operation failed, code: " + failureCode);
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
FilesystemUtil.java 78 /** Save a bugreport to the given file */
82 String cmdline = String.format("/system/bin/sh -c /system/bin/bugreport>%s",
88 /** Save a bugreport to the given file */
  /system/sepolicy/public/
dumpstate.te 100 # Vibrate the device after we are done collecting the bugreport
108 # Allow the bugreport service to create a file in
109 # /data/data/com.android.shell/files/bugreports/bugreport
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
TestFailureListenerTest.java 68 // Bugreport routine
70 mMockListener.testLog(EasyMock.eq(testId.toString() + "-bugreport"),
71 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(fakeSource));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java 211 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled());
217 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled());
247 class BugReport {
366 private final LimitedCircularArray<BugReport> mLastAlerts =
367 new LimitedCircularArray<BugReport>(MAX_ALERT_REPORTS);
368 private final LimitedCircularArray<BugReport> mLastBugReports =
369 new LimitedCircularArray<BugReport>(MAX_BUG_REPORTS);
503 private BugReport captureBugreport(int errorCode, boolean captureFWDump) {
504 BugReport report = new BugReport();
    [all...]
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java 79 private static final String BUG_REPORT = "https://cnsviewer.corp.google.com/cns/bugreport.txt";
125 " <BugReport>%s</BugReport>\n" +
319 assertNull("Unexpected bugreport", moduleATest1.getBugReport());
342 assertEquals("Incorrect bugreport", BUG_REPORT, moduleBTest3.getBugReport());
351 assertNull("Unexpected bugreport", moduleBTest4.getBugReport());
370 assertNull("Unexpected bugreport", moduleBTest5.getBugReport());
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 156 static bool removeUnneededCalls(PathPieces &pieces, BugReport *R,
310 class NodeMapClosure : public BugReport::NodeResolver {
321 BugReport *R;
328 BugReport *r, InterExplodedGraphMap &Backmap,
339 BugReport *getBugReport() { return R; }
511 BugReport *R = PDB.getBugReport();
868 BugReport *R = PDB.getBugReport();
    [all...]
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 251 * has declined sharing a bugreport.
263 * Action sent to a device administrator to notify that the collection of a bugreport
275 * Action sent to a device administrator to share the bugreport.
347 * A string containing the SHA-256 hash of the bugreport file.
355 * An {@code int} failure code representing the reason of the bugreport failure. One of
366 * An interface representing reason of bugreport failure.
379 * Bugreport completion process failed.
381 * <p>If this error code is received, the requesting of bugreport can be retried.
387 * Bugreport has been created, but is no longer available for collection.
390 * the bugreport for a long period after its creation
    [all...]

Completed in 1367 milliseconds

1 2 3 45 6 7 8 91011>>