-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
【Android】1.3.3版本多进程初始化,导致数据丢失 #1245
Comments
Your so-called log doesn't print anything valuable. It's impossible to do any further investigation. |
What further information do we need to provide? |
These. |
I found that the same mmapID has multi-process access, but it is still declared in SINGLE_PROCESS_MODE mode, and there is currently a problem that the data that has been written to disk before cannot be read after restarting; |
Definitly. It must be open in |
1、初始化代码
override fun onCreate() {
super.onCreate()
2、日志打印
问题:
多进程初始化后,之前保存的数据丢失
The text was updated successfully, but these errors were encountered: