Access specific app memory logs
Solved
Support
-
wrote on Jul 16, 2023, 4:26 PM last edited by
I'm working on an app and there is a memory leak.
I'd like to pinpoint from which moment the problematic pattern started.How can I access the raw app memory logs?
-
I'm working on an app and there is a memory leak.
I'd like to pinpoint from which moment the problematic pattern started.How can I access the raw app memory logs?
-
@ruihildt are you referring to the data of the memory graphs? these are stored in whisper databases and queried via graphite. It's not a straightforward way to debug memory problems. Are you not able to use a profiler or such?
-
-