| Index: build/android/pylib/instrumentation/test_runner.py
|
| diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py
|
| index 7ff1ed6bddc9ec75b9987286820988a2211cc431..aab0c12448105e250682debc66fd9dee17d26860 100644
|
| --- a/build/android/pylib/instrumentation/test_runner.py
|
| +++ b/build/android/pylib/instrumentation/test_runner.py
|
| @@ -97,7 +97,7 @@ class TestRunner(base_test_runner.BaseTestRunner):
|
| """Sets up the test harness and device before all tests are run."""
|
| super(TestRunner, self).SetUp()
|
| if not self.device.HasRoot():
|
| - logging.warning('Unable to enable java asserts for %s, non rooted device',
|
| + logging.warning('Unable to enable java asserts for %s; run `adb root`.',
|
| str(self.device))
|
| else:
|
| if self.device.SetJavaAsserts(self.options.set_asserts):
|
|
|