aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-07-10 16:15:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-07-10 16:15:25 +0000
commitae0ae1f417d3a0aea8ae0478e625ec5a69331ba0 (patch)
treef59713c255fe02f960407503860ee2eaa411ea77
parent7100660d5379dc3fd8124daa3bdeb4c92d041b35 (diff)
parent203742b8f455cc55fa64ebd45043671a53572e88 (diff)
downloadtradefederation-o-iot-preview-5.tar.gz
Merge "Reboot Stress: check console-ramoops-0"android-o-preview-4android-o-iot-preview-5o-iot-preview-5
-rw-r--r--prod-tests/src/com/android/stability/tests/RebootStressTest.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/prod-tests/src/com/android/stability/tests/RebootStressTest.java b/prod-tests/src/com/android/stability/tests/RebootStressTest.java
index c432328b0..221caed4a 100644
--- a/prod-tests/src/com/android/stability/tests/RebootStressTest.java
+++ b/prod-tests/src/com/android/stability/tests/RebootStressTest.java
@@ -44,7 +44,10 @@ import java.util.Map;
public class RebootStressTest implements IRemoteTest, IDeviceTest, IShardableTest {
private static final String[] LAST_KMSG_PATHS = {
- "/proc/last_kmsg", "/sys/fs/pstore/console-ramoops"};
+ "/sys/fs/pstore/console-ramoops-0",
+ "/sys/fs/pstore/console-ramoops",
+ "/proc/last_kmsg",
+ };
// max number of ms to allowed for the post-boot waitForDeviceAvailable check
private static final long DEVICE_AVAIL_TIME = 3 * 1000;