Skip to content

Conversation

@amytsengtw
Copy link
Contributor

Test Configuration:
Tested with a malformed AndroidDevice configuration in YAML.
Expected Output:
Successfully verified that the hint "Ensure 'adb devices' shows your device" is displayed instead of a raw traceback.

except Exception as e:
msg = (
f'Failed to initialize objects for controller "{module_config_name}". '
'Check if the device is connected and the config is correct.'
Copy link
Collaborator

Choose a reason for hiding this comment

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

a controller can be anything, so we intentionally didn't say "device" in the error message.
and we should not have Android specific logic in the generic controller manager module.

I'm rejecting this PR

@xpconanfan
Copy link
Collaborator

A controller can be anything, so we intentionally didn't say "device" in the error message.
And we should not have Android specific logic in the generic controller manager module.

Hence I'm rejecting this PR

@xpconanfan xpconanfan closed this Dec 27, 2025
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.

2 participants