Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DArtifactSaver.java95 dumpCommandOutput("cmd window dump-visible-window-views", out); in onError()
115 dumpCommandOutput("bugreportz -s", artifactFile(description, "Bugreport", "zip")); in onError()
118 dumpCommandOutput( in onError()
122 dumpCommandOutput( in onError()
126 dumpCommandOutput( in onError()
157 dumpCommandOutput(cmd, out); in dumpCommandAndOutput()
160 public static void dumpCommandOutput(String cmd, File out) { in dumpCommandOutput() method in ArtifactSaver
162 dumpCommandOutput(cmd, buffered); in dumpCommandOutput()
167 private static void dumpCommandOutput(String cmd, OutputStream out) throws IOException { in dumpCommandOutput() method in ArtifactSaver