-
Notifications
You must be signed in to change notification settings - Fork 315
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
Crash app when log file is big #185
Comments
I have the same problem.
|
Where is the app's database? I have routed phone. |
I had some trouble exporting large (~50mb) log file on my phone. No matter where I tried t he export (the list view, or from the log view), the exported file ended up being empty. But when exporting from the log view, the screen would go black for a while and the app would soon restart. What ended up working, was locking the screen once the screen went black. Maybe the system was killing the app because it was not responding, but the lock screen altered this default functionality. |
I find it incredibly simple, but this also worked for me.
I don't know what the log file size limit is, but my problematic files are around 40 MB each. Other files around 27 MB were saved without problems. |
The latest update (4.29.1) MIGHT improve this a bit by moving saving to another thread, so hopefully the screen won't get black... Please try. |
Hi
I used a device to get data from an object. I send data with BLE and receive them with “nRF Connect”. I need to process data with MATLAB so by using “nRF logger” I save the log file (.txt) and extract data from it. When I want to save small data (like 30 minutes measurements) it works properly. But if I want to save a big file (8-hour measurements), the app crashes. I think this app can’t create large-size files.
The .txt file of 30 minutes measurements is about 12 MB.
Hint: My phone’s CPU is S778G and has 8G RAM and storage are enough.
I think my problem is same with #83 :
#83
**Versions **
The text was updated successfully, but these errors were encountered: