Android 10, program that writes log files to
Dim rp As RuntimePermissions
log_dir = rp.GetSafeDirDefaultExternal ("App_123")
Until yesterday it worked correctly, since this morning it has been sending out
"An error has occurred in sub: mia_sub.logga (java line 1129) java.io.FileNotFoundException: log_file.txt open failed: EROFS (Read-only file system)"
Whats happens?
Dim rp As RuntimePermissions
log_dir = rp.GetSafeDirDefaultExternal ("App_123")
Until yesterday it worked correctly, since this morning it has been sending out
"An error has occurred in sub: mia_sub.logga (java line 1129) java.io.FileNotFoundException: log_file.txt open failed: EROFS (Read-only file system)"
Whats happens?