Skip to content

Instantly share code, notes, and snippets.

@deepankarb
Created March 17, 2016 10:30
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 deepankarb/18cde86d2a04dfe116ce to your computer and use it in GitHub Desktop.
Save deepankarb/18cde86d2a04dfe116ce to your computer and use it in GitHub Desktop.
'alrm=$(adb shell dumpsys alarm | grep $app | grep when | cut -f11 -d" "); for a in $alrm; do date --date="@"${a:0:-3}; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment