What is Sandboxed_process0 and why do i have so many instances of it listed in the memory usage for my app

When I look at my app’s memory usage on my device, there are approximately 30 entries of Sandboxed_process0 that appear under the “details” section. I was running/stopping my app from android studio quite a few times on my physical device as I was working on my app a few hours before (in case that’s relevant). Firstly, I’m wondering what these processes are and secondly whether or not I should be concerned about them (i.e. are they an obvious indication of me leaking some sort of resource, or doing something wrong).

Leave a Comment