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

[AutoOnboarding] Fix force close issue #142

Merged
merged 4 commits into from
Jul 12, 2023

Conversation

spdkimo
Copy link
Collaborator

@spdkimo spdkimo commented Jul 3, 2023

[Problem] Disconnecting phone make close the device dialog despite of that onboarding has finished successfully
[Cause] autoDevice.stop() always turns off last onboarded device
[Measure] Add a condition that checks a onboarding status to autoDevice.stop()

  • A couple of variable has been changed as well

[Problem] Disconnecting phone make close the device dialog despite of that onboarding has finished successfully
[Cause] autoDevice.stop() always turns off last onboarded device
[Measure] Add a condition that checks a onboarding status to autoDevice.stop()
1. The phone is disconnected during auto-onboarding process, maintain the current operation.
2. ADB connectivity is shown on status bar for 3000ms
3. The phone is disconnected during repeat-test process, maintain the current operation and display report dialog
dooho-lee
dooho-lee previously approved these changes Jul 10, 2023
Copy link
Collaborator

@dooho-lee dooho-lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a desirable fix. Thank you for you effort

Copy link
Collaborator

@junyong-sim junyong-sim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@spdkimo spdkimo merged commit ddd9e69 into Samsung:main Jul 12, 2023
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

Successfully merging this pull request may close these issues.

[AutoOnboarding] Device dialog is closed when phone disconnects with ioter PC
4 participants