| commit | 1f7246129c956ebb2d00f7f2c724905f53dae26c | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 30 23:26:28 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 30 23:26:28 2024 +0000 |
| tree | 9cd092a9ec9999e391f5568fce43cf1c1ea7a327 | |
| parent | 43cadba8685cc1ab85d44c03350be13b782ac782 [diff] | |
| parent | c0b598ac428fecbd7b59b167f019876e783bb6a8 [diff] |
Snap for 11908474 from c0b598ac428fecbd7b59b167f019876e783bb6a8 to 24Q3-release Change-Id: If1a8697ed8aa3d6cce2b004d1718fe54c60003ce
diff --git a/acts/framework/acts/controllers/android_device.py b/acts/framework/acts/controllers/android_device.py index e7f594d..0c774eb 100755 --- a/acts/framework/acts/controllers/android_device.py +++ b/acts/framework/acts/controllers/android_device.py
@@ -1435,6 +1435,9 @@ return self.stop_services() self.log.info("Rebooting") + # Send ACTION_SHUTDOWN broadcast and wait for registered services + self.adb.shell("am broadcast -a android.intent.action.ACTION_SHUTDOWN") + time.sleep(5) self.adb.reboot() timeout_start = time.time()