objective c - iPhone memory leak monitoring when not hooked up to a computer -


I have an application that needs to be unplugged from the computer to be used (via this port one There is an interface with the device) I do not think that will work to use the instruments. Is there any way to monitor the memory allocation / leak without connecting to the computer? Thank you.

You should be able to use the device via WiFi instead of USB. See . I have never tried, but this is a supported feature.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -