make the logblame power toggle test slightly better
(cherry-picked from commit 0e71236dd6)
Signed-off-by: Joe Onorato <joeo@google.com>
Bug: 37252687
Test: development/tools/logblame/power_toggle_test
Change-Id: Ie218bb0094bf1574de2e9ab51775984f4969307f
This commit is contained in:
committed by
Mark Salyzyn
parent
a45b17e0d8
commit
01d49e3749
@@ -16,7 +16,9 @@ $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs
|
|||||||
analyze_pid=$!
|
analyze_pid=$!
|
||||||
|
|
||||||
sleep 5
|
sleep 5
|
||||||
for i in {0..10..1}; do
|
for i in {0..5..1}; do
|
||||||
|
adb shell input keyevent KEYCODE_POWER
|
||||||
|
sleep 5
|
||||||
adb shell input keyevent KEYCODE_POWER
|
adb shell input keyevent KEYCODE_POWER
|
||||||
sleep 5
|
sleep 5
|
||||||
adb shell wm dismiss-keyguard
|
adb shell wm dismiss-keyguard
|
||||||
|
|||||||
Reference in New Issue
Block a user