Open tir38 opened 2 years ago
All of the regexes / matchers in these answers are too restrictive, some work on some OS's; others don't.
https://stackoverflow.com/a/13212310 https://stackoverflow.com/a/58419560
A simple -i resumed should be good enough:
-i resumed
$ adb shell dumpsys activity | grep -i resumed
All of the regexes / matchers in these answers are too restrictive, some work on some OS's; others don't.
https://stackoverflow.com/a/13212310 https://stackoverflow.com/a/58419560
A simple
-i resumed
should be good enough: