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
During automated USB/BT connection switching with an engineering sample head unit, the following NSException in SDLProtocolHeader.m was triggered:
NSString *reason = [NSString stringWithFormat:@"The version of header that is being created is unknown: %@", @(version)]; @throw [NSException exceptionWithName:NSInvalidArgumentException reason:reason userInfo:@{ @"requestedVersion": @(version) }];
Reproduction Steps
Set connect/disconnect duty cycle to 30s on programmable USB hub
Pair and connect over BT an iOS device with one or more SDL apps installed
Launch an SDL media app and an SDL non-media app from the HU
Start connect/disconnect testing
Expected Behavior
The apps don't crash even when a disconnection occurs in the middle of SDL communication.
Observed Behavior
The above exception is thrown within an hour of automated tests starting.
OS & Version Information
iOS Version: 8.4.1
SDL iOS Version: 4.6RC2
Testing Against: Pre-production head unit
Test Case, Sample Code, and / or Example App
This should be reproducible with the SDL example app by the above methodology.
Bug Report
During automated USB/BT connection switching with an engineering sample head unit, the following NSException in SDLProtocolHeader.m was triggered:
NSString *reason = [NSString stringWithFormat:@"The version of header that is being created is unknown: %@", @(version)];
@throw [NSException exceptionWithName:NSInvalidArgumentException reason:reason userInfo:@{ @"requestedVersion": @(version) }];
Reproduction Steps
Expected Behavior
The apps don't crash even when a disconnection occurs in the middle of SDL communication.
Observed Behavior
The above exception is thrown within an hour of automated tests starting.
OS & Version Information
Test Case, Sample Code, and / or Example App
This should be reproducible with the SDL example app by the above methodology.
CTSScreensApp 7-30-17, 12-56 PM.crash.zip
The text was updated successfully, but these errors were encountered: