Fixed migration scenario where logs upload sharing server url might not be set
This commit is contained in:
parent
1cccf7d26b
commit
c35a44b1a0
1 changed files with 5 additions and 0 deletions
|
@ -573,6 +573,11 @@ class CoreContext
|
|||
configurationMigration5To6()
|
||||
}
|
||||
|
||||
if (core.logCollectionUploadServerUrl.isNullOrEmpty()) {
|
||||
Log.w("$TAG Logs sharing server URL not set, fixing that")
|
||||
core.logCollectionUploadServerUrl = "https://files.linphone.org/http-file-transfer-server/hft.php"
|
||||
}
|
||||
|
||||
corePreferences.linphoneConfigurationVersion = currentVersion
|
||||
Log.w(
|
||||
"$TAG Core configuration updated to version [${corePreferences.linphoneConfigurationVersion}]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue