0

Is there a way to verify app launched successfully using monkey runner? Other than using image verification. May be using dumpsys?

user3018934
  • 121
  • 2
  • 6

1 Answers1

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