You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the app reconnects to a head unit during the same session, sometimes the graphics (including the blank image) uploaded by the screen manager do not get sent to Core due to the SDLUploadFileOperation not being able to get the file data. The inputStream for the SDLFile does not have any bytes available, resulting in an sdl_fileManager_fileDoesNotExistError error. Cleanup may have to be performed by the screen manager when the app disconnects from the head unit (we are not doing any cleanup now).
Reproduction Steps
Connect the app to the head unit and open the SDL app (iAP connection).
Disconnect the app from the head unit by pulling the USB cord (do not kill the app).
Reconnect the app to the head unit and open the SDL app.
Expected Behavior
All the graphics should upload successfully on reconnection.
Observed Behavior
Some of the graphics fail to upload successfully. A sdl_fileManager_fileDoesNotExistError error is returned.
OS & Version Information
iOS Version: 11.3
SDL iOS Version: 5.3
Testing Against: TDK (SYNC 3)
Test Case, Sample Code, and / or Example App
Tested using the SDL_iOS example app
The text was updated successfully, but these errors were encountered:
Bug Report
When the app reconnects to a head unit during the same session, sometimes the graphics (including the blank image) uploaded by the screen manager do not get sent to Core due to the
SDLUploadFileOperation
not being able to get the file data. TheinputStream
for theSDLFile
does not have any bytes available, resulting in ansdl_fileManager_fileDoesNotExistError
error. Cleanup may have to be performed by the screen manager when the app disconnects from the head unit (we are not doing any cleanup now).Reproduction Steps
Expected Behavior
All the graphics should upload successfully on reconnection.
Observed Behavior
Some of the graphics fail to upload successfully. A
sdl_fileManager_fileDoesNotExistError
error is returned.OS & Version Information
Test Case, Sample Code, and / or Example App
Tested using the SDL_iOS example app
The text was updated successfully, but these errors were encountered: