Home
last modified time | relevance | path

Searched refs:sShouldTakeBugreport (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DArtifactSaver.java43 private static boolean sShouldTakeBugreport = !PresubmitRule.runningInPresubmit(); field in ArtifactSaver
112 if (sShouldTakeBugreport && FailureWatcher.getSystemAnomalyMessage(device) != null) { in onError()
114 sShouldTakeBugreport = false; in onError()