Is there a way to verify app launched successfully using monkey runner? Other than using image verification. May be using dumpsys?
Asked
Active
Viewed 87 times
1 Answers
0
If you inspect the result of
dumpsys activity activities
then you should find your Activity at the top of the stack, if was launched successfully.

Diego Torres Milano
- 65,697
- 9
- 111
- 134