savvasdalkitsis / uhuruphotos-android

🖼️A modern media gallery, with features like backup/sync, semantic search, media map, face recognition, memories and much more built using the latest Android technologies.
https://uhuru.photos
Apache License 2.0
361 stars 28 forks source link

java.lang.OutOfMemoryError in AuthenticationHeadersUseCase.kt:33 #1322

Closed savvasdalkitsis closed 3 weeks ago

savvasdalkitsis commented 1 month ago

Error in uhuruphotos

java.lang.OutOfMemoryError in AuthenticationHeadersUseCase.kt:33 Failed to allocate a 32 byte allocation with 3344 free bytes and 3344B until OOM, target footprint 536870912, growth limit 536870912; giving up on allocation because <1% of heap free after GC.

View on Bugsnag

Stacktrace

AuthenticationHeadersUseCase.kt:33 - com.savvasdalkitsis.uhuruphotos.feature.auth.domain.implementation.usecase.AuthenticationHeadersUseCase.headers
AuthenticationHeaderInjector.kt:30 - com.savvasdalkitsis.uhuruphotos.feature.auth.domain.implementation.service.AuthenticationHeaderInjector.inject
AuthenticationHeaderInterceptor.kt:27 - com.savvasdalkitsis.uhuruphotos.feature.auth.domain.implementation.service.AuthenticationHeaderInterceptor.intercept
WebLoginInterceptor.kt:36 - com.savvasdalkitsis.uhuruphotos.feature.auth.domain.implementation.service.WebLoginInterceptor.intercept
DynamicDomainInterceptor.kt:34 - com.savvasdalkitsis.uhuruphotos.feature.auth.domain.implementation.network.DynamicDomainInterceptor.intercept
UserAgentInterceptor.kt:30 - com.savvasdalkitsis.uhuruphotos.foundation.network.implementation.interceptors.UserAgentInterceptor.intercept

View full stacktrace

Created automatically via Bugsnag