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
The App Icons folder defined in smartDeviceLink.ini will not have any files written to it if the folder is empty. This was likely never noticed because by default the icons folder is storage in which core will place policy.sqlite on every start.
Reproduction Steps
modify smartDeviceLink.ini with this property:
AppIconsFolder = storage/icons/
ensure storage/icons folder is empty or does not yet exist
start Core and HMI, connect an application and send SetAppIcon
Expected Behavior
The app icon is saved in storage/icons
Observed Behavior
The app icon is saved in the app's storage folder and the following log is printed: Can't get the folder size: .../storage/icons
OS & Version Information
OS/Version: any
SDL Core Version: 6.1.1
Testing Against: App
The text was updated successfully, but these errors were encountered:
Bug Report
The App Icons folder defined in
smartDeviceLink.ini
will not have any files written to it if the folder is empty. This was likely never noticed because by default the icons folder isstorage
in which core will placepolicy.sqlite
on every start.Reproduction Steps
smartDeviceLink.ini
with this property:AppIconsFolder = storage/icons/
storage/icons
folder is empty or does not yet existExpected Behavior
The app icon is saved in
storage/icons
Observed Behavior
The app icon is saved in the app's storage folder and the following log is printed:
Can't get the folder size: .../storage/icons
OS & Version Information
The text was updated successfully, but these errors were encountered: