Is there a way to get memory usage info from an iOS device or simulator while a test is running? I often seen the app under test crash (or get killed) during the test, and device logs and Appium's logs suggest that the app was killed due to using up all available memory. I'm thinking there might be some memory leaks, but I can't get the app killed while I reproduce the actions of the test manually.