Проблема производительности #255
Updated by Victor K. over 5 years ago
Crashlytics detected a new issue.
*BCData.java line 824* in @@
This issue is affecting at least 1 user who has crashed at least 1 time.
More information: https://fabric.io/droidoncar/android/apps/com.roher.carservice/issues/e1070fd7620b12258d179cad0adbce4e?utm_medium=service_hooks-redmine&utm_source=issue_impact
Stacktrace:
<pre>
Fatal Exception: java.lang.OutOfMemoryError: Failed to allocate a 268 byte allocation with 160776 free bytes and 157KB until OOM; failed due to fragmentation (required continguous free 32768 bytes for a new buffer where largest contiguous free 0 bytes)
at java.util.HashMap.makeTable + 551(HashMap.java:551)
at java.util.HashMap.(HashMap.java:158)
at java.util.HashMap.(HashMap.java:195)
at android.app.SharedPreferencesImpl$EditorImpl.commitToMemory + 402(SharedPreferencesImpl.java:402)
at android.app.SharedPreferencesImpl$EditorImpl.apply + 362(SharedPreferencesImpl.java:362)
at com.roher.carservice.cardata.BCData.saveDataInternal + 824(BCData.java:824)
at com.roher.carservice.cardata.BCData.saveData + 571(BCData.java:571)
at com.roher.carservice.cardata.BCData.updateTripTime + 980(BCData.java:980)
at com.roher.carservice.cardata.BCData.access$100 + 19(BCData.java:19)
at com.roher.carservice.cardata.BCData$EverySecondTask.run + 1238(BCData.java:1238)
at java.util.Timer$TimerImpl.run + 284(Timer.java:284)
</pre>