Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set terminate app timeout as zero (or negative) #766

Closed
KazuCocoa opened this issue Oct 6, 2022 · 0 comments
Closed

set terminate app timeout as zero (or negative) #766

KazuCocoa opened this issue Oct 6, 2022 · 0 comments

Comments

@KazuCocoa
Copy link
Member

KazuCocoa commented Oct 6, 2022

(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.

await this.adb.forceStop(appId);

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant