Closed VjKlepikov closed 3 years ago
@yang1070 Could you please confirm the expected result: SDL sends RC.SetGlobalProperties request with default driver seat location properties to HMI RC.SetGlobalProperties ( { "userLocation":{"grid":{"col":0, "level":0,"row":0, "colspan":1,"levelspan":1, "rowspan":1 }}}
@VjKlepikov According to the proposal https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0221-multiple-modules.md The default userLocation should be DRIVER's seat to ensure backwards compatibility.
Therefore, grid":{"col":0, "level":0,"row":0, "colspan":1,"levelspan":1, "rowspan":1 }}
is correct
Bug Report
SDL response with "GENERIC_ERROR" in case request ResetGlobalProperties ("USER_LOCATION")
Precondition:
Reproduction Steps
Expected Behavior
SDL sends RC.SetGlobalProperties request with default driver seat location properties to HMI SDL→HMI: RC.SetGlobalProperties ( { "userLocation":{"grid":{"col":0, "level":0,"row":0, "colspan":1,"levelspan":1, "rowspan":1 }}} HMI→SDL: RC.SetGlobalProperties ( SUCCESS ) SDL→App: ResetGlobalProperties( "success":true, resultCode":"SUCCESS" )
Observed Behavior
SDL→App: ResetGlobalProperties( "success":false , "resultCode":"GENERIC_ERROR")
SDL_logs:
SDL_Log.zip
OS & Version Information