We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When starting up my app the first thing I am trying to delete the realm file.
The attached screenshot shows that if fails to delete the management directory. /data/user/0/com.agrimap.mobile.android/files/default.realm.management
I checked the File.delete() method and it internally catches android.system.ErrnoException: remove failed: ENOTEMPTY (Directory not empty)
The directory appears to have three files in it. log_acces, log_a, log_b
Realm version(s): 0.90.1 Android Studio version: 2.1.1 Which Android version and device: Emulator - Nexus 4
The text was updated successfully, but these errors were encountered:
Thanks a lot for reporting this! It should be a bug and will be fixed right away.
Sorry, something went wrong.
Remove log files in Realm.deleteRealm
c9c8213
Close #2834
Remove log files in Realm.deleteRealm (#2839)
165915e
DeleteRealm
beeender
No branches or pull requests
When starting up my app the first thing I am trying to delete the realm file.
The attached screenshot shows that if fails to delete the management directory.
/data/user/0/com.agrimap.mobile.android/files/default.realm.management
I checked the File.delete() method and it internally catches
android.system.ErrnoException: remove failed: ENOTEMPTY (Directory not empty)
The directory appears to have three files in it.
log_acces, log_a, log_b
Version of Realm and tooling
Realm version(s): 0.90.1
Android Studio version: 2.1.1
Which Android version and device: Emulator - Nexus 4
The text was updated successfully, but these errors were encountered: