Ошибка при просмотре файлов в папке "автозагрузка" Android
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
### ⚠️ Before posting ⚠️
- [x] This is a **bug**, not a question or an enhancement.
- [x] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate.
- [x] I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
- [x] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Steps to reproduce
1) Открытие папки "автозагрузка" через андроид приложение. Вес папки чуть больше 120Гб
2) Прокрутка файлов вниз (скроллинг)
### Expected behaviour
Погрузка файлов для превью просмотра
### Actual behaviour
Краш прилодения с ошибкой
### Android version
16
### Device brand and model
Honor 200
### Stock or custom OS?
Stock
### Nextcloud android app version
33.1.0
### Nextcloud server version
31.0.10 (Nexcloud AIO)
### Using a reverse proxy?
Yes
### Android logs
### Cause of error
```java
Exception in thread "Thread-27" java.lang.OutOfMemoryError: Failed to allocate a 25408 byte allocation with 4357024 free bytes and 4254KB until OOM, target footprint 536870912, growth limit 536870912; giving up on allocation because <1% of heap free after GC.
at org.apache.jackrabbit.webdav.MultiStatus.getResponses(MultiStatus.java:128)
at com.owncloud.android.lib.resources.files.ReadFolderRemoteOperation.readData(ReadFolderRemoteOperation.java:133)
at com.owncloud.android.lib.resources.files.ReadFolderRemoteOperation.run(ReadFolderRemoteOperation.java:70)
at com.owncloud.android.lib.common.operations.RemoteOperation.execute(RemoteOperation.java:193)
at com.owncloud.android.operations.RefreshFolderOperation.fetchAndSyncRemoteFolder(RefreshFolderOperation.java:460)
at com.owncloud.android.operations.RefreshFolderOperation.run(RefreshFolderOperation.java:275)
at com.owncloud.android.lib.common.operations.RemoteOperation.run(RemoteOperation.java:387)
at java.lang.Thread.run(Thread.java:1564)
```
### App information
* ID: `com.nextcloud.client`
* Version: `330010090`
* Build flavor: `gplay`
### Device information
* Brand: `HONOR`
* Device: `HNELIX`
* Model: `ELI-NX9`
* Id: `HONORELI-N39`
* Product: `ELI-NX9`
### Firmware
* SDK: `36`
* Release: `16`
* Incremental: `10.0.0.127C636E3R2P1`
### Server error logs
```bash
Ошибки на сервере в момент появления ошибки отсутствуют
```
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.