mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-29 15:28:48 +02:00
perf(memory): drop disposable caches on pressure
This commit is contained in:
@@ -733,6 +733,14 @@ import Gobackend
|
||||
case "clearLogs":
|
||||
GobackendClearLogs()
|
||||
return nil
|
||||
|
||||
case "releaseMemory":
|
||||
GobackendReleaseMemory()
|
||||
return nil
|
||||
|
||||
case "releaseMemoryUnderPressure":
|
||||
GobackendReleaseMemoryUnderPressure()
|
||||
return nil
|
||||
|
||||
case "getLogCount":
|
||||
let response = GobackendGetLogCount()
|
||||
|
||||
Reference in New Issue
Block a user