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
SDL crashes in case 'AppStorageFolder' doesn't have read/write permission
Reproduction Steps
In case when there is no read/write permission
for the value of AppStorageFolder in smartDeviceLink.ini
the SDL crashes in initialization because the
assertion for the Protocol Handler instance fails.
The reason for this failure is that Protocol Handler
is not initialized due to failure of Application
Manager Init method caused by lack ot r/w permission.
Expected Behavior
SDL log an error and stop working correctly
There is no any dump
Observed Behavior
OS & Version Information
OS/Version:
SDL Core Version:
Testing Against:
The text was updated successfully, but these errors were encountered:
Bug Report
SDL crashes in case 'AppStorageFolder' doesn't have read/write permission
Reproduction Steps
for the value of AppStorageFolder in smartDeviceLink.ini
the SDL crashes in initialization because the
assertion for the Protocol Handler instance fails.
The reason for this failure is that Protocol Handler
is not initialized due to failure of Application
Manager Init method caused by lack ot r/w permission.
Expected Behavior
SDL log an error and stop working correctly
There is no any dump
Observed Behavior
OS & Version Information
The text was updated successfully, but these errors were encountered: