Replace use of ro.monkey with ro.test_harness.
Bug 3329873 Change-Id: Ia681803c3d0b0afeceb178b8314c9d7227d99355
This commit is contained in:
@@ -465,7 +465,7 @@ class AdbInterface:
|
||||
output = ""
|
||||
error = None
|
||||
if runtime_restart:
|
||||
self.SendShellCommand("setprop ro.monkey 1", retry_count=retry_count)
|
||||
self.SendShellCommand("setprop ro.test_harness 1", retry_count=retry_count)
|
||||
# manual rest bootcomplete flag
|
||||
self.SendShellCommand("setprop dev.bootcomplete 0",
|
||||
retry_count=retry_count)
|
||||
|
||||
Reference in New Issue
Block a user