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

Fix HMI errors during application registration #111

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

AKalinich-Luxoft
Copy link
Contributor

@AKalinich-Luxoft AKalinich-Luxoft commented Aug 28, 2018

The following changes were done:

  • Fix errors while handling OnRCStatus notification.
    Sometimes application model for specified app_id could not be found in RPCController array and it returns null object. However widgetPhone view does not handle that case so sometimes it could be seen errors in console output related to that problem.
  • Removed redundant logic for checking RC applications
    There was a problem that RC applications from another device was not displayed in HMI app list. This issue was related to redundant logic of checking RC application properties such as device info. Now this logic is not required so RC applications must behave as well as non-RC applications.

Fixes #112

Sometimes application model for specified app_id
could not be found in RPCController array and it
returns null object. However widgetPhone view does
not handle that case so sometimes it could be seen
errors in console output related to that problem.
Null check was added in this commit.
There was a problem that RC applications from another
device was not displayed in HMI app list. This issue
was related to redundant logic of checking RC application
properties such as device info.
Now this logic is not required so RC applications must
behave as well as non-RC applications.
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.

1 participant