-
Notifications
You must be signed in to change notification settings - Fork 243
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
Loss of communication on Ubuntu 14.04.1 #8
Comments
We think this issue might be limited to Ubuntu 14.04. We'll try to capture some logs next time it happens. |
I found a pattern that is causing the behavior: When the emulator on VMWare 7 goes to the lock screen for Ubuntu and I restart the application on the phone it does not always recognize that connection has been lost with the phone. When you unlock the screen you will see the last displayed screen it remembers, but no messages will be communicated when you interact with it. Even if I manage to get it to recognize that the app is disconnected, then I have problems reconnecting it and can only do so after restarting core. |
Closing this issue as something that only happens in debug builds of SDL core running on computers rather than head units |
Fix of SDL incorrect timeout for Audio/VideoStreaming
…equests-notifications REVSDL-942: refactoring bases of notifications and requests
…811_3 to develop * commit '24b7a8735e2b1b7e020ba6fb07637721e55c4355': SDL-811 , claening up send buffer when exit thread called. and checking terminate_flag prior to call DataSendFailed method SDL-811 , claening up send buffer when exit thread called. and checking terminate_flag prior to call DataSendFailed method
…able_design_for_proprietary_data_exchange Fix OnAppPermissionChange notification triggering
…able_design_for_proprietary_data_exchange Fix OnAppPermissionChange notification triggering
While running SDL Core on Ubuntu 14.04.1 (64-bit) through VMWare 7 there is a loss of communication that occurs randomly while testing connected apps. Buttons on the emulator and phone may be pressed, but the communication from the emulator to the phone does not occur despite seeing a connected status and the current screen on the emulator is unnavigable.
Closing the app on the phone does not update the connection status on the emulator, so to fix this issue it requires restarting VMWare 7 and the phone being used for debugging. Doing one or the other does not seem to solve the issue.
The text was updated successfully, but these errors were encountered: