You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a couple of reports about app termination status check.
After stopping the app process by force-stop command, the app process actually stopped, but the Android OS restarted the app process immediately (maybe the app was a service to keep running?). The app state check handled such case as still running.
I'll create a proposal later
The text was updated successfully, but these errors were encountered:
(Just an idea note for me.)
Then, the launching status check can be skipped. I mean appium just calls the below, then returns true without the app status check.
appium-android-driver/lib/commands/app-management.js
Line 217 in 70ed466
I got a couple of reports about app termination status check.
After stopping the app process by force-stop command, the app process actually stopped, but the Android OS restarted the app process immediately (maybe the app was a service to keep running?). The app state check handled such case as still running.
I'll create a proposal later
The text was updated successfully, but these errors were encountered: