Skip to content

Instantly share code, notes, and snippets.

@ericksli
Created April 12, 2017 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericksli/13e5d93688892e943ea0140e71a2cb8c to your computer and use it in GitHub Desktop.
Save ericksli/13e5d93688892e943ea0140e71a2cb8c to your computer and use it in GitHub Desktop.
Check device idle state
#!/bin/bash
while true
do
adb shell dumpsys deviceidle step
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment