Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Last active December 17, 2015 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/1b043610fe68d6713cd3 to your computer and use it in GitHub Desktop.
Save saurabh360/1b043610fe68d6713cd3 to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Please ensure your device is connected...
Connected to: iPhone
warning MT1003: Could not kill the application 'com.xamarin.memoryleaktest'. You may have to kill the application manually.
warning MT1108: Could not find developer tools for this 9.2 (13C75) device. Please ensure you are using a compatible Xcode version and then connect this device to Xcode to install the development support files.
error MT1007: Failed to launch the application 'com.xamarin.memoryleaktest' on the device 'iPhone': Look for earlier warnings returned: 0x454. You can still launch the application manually by tapping on it.
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/System.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/Xamarin.iOS.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/PLCrashReporterUnifiedBinding.dll
Thread started: Finalizer #2
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/AForge.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/Mono.Dynamic.Interpreter.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/System.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/Portable.Shim.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/Accord.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/Accord.Math.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/Accord.Statistics.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/Accord.MachineLearning.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/System.Net.Http.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/Xamarin.Insights.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/0954C0EC-6D71-4102-8519-32429EA16B0C/MemoryLeakTest.app/.monotouch-32/MemoryLeakTest.exe
Thread started: #3
Thread started: #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
Thread started: <Thread Pool> #7
Thread started: <Thread Pool> #8
Thread started: <Thread Pool> #9
Thread finished: <Thread Pool> #7
Thread finished: <Thread Pool> #6
Thread finished: <Thread Pool> #9
Thread finished: <Thread Pool> #5
Thread started: <Thread Pool> #10
Thread started: <Thread Pool> #11
Thread started: <Thread Pool> #12
2015-12-17 17:05:33.806 MemoryLeakTest[408:80009] Received memory warning.
2015-12-17 17:05:33.826 MemoryLeakTest[408:80009] ReceiveMemoryWarning - GC.GetTotalMemory = 445 MB
ReceiveMemoryWarning - GC.GetTotalMemory = 445 MB
Thread finished: <Thread Pool> #11
2015-12-17 17:05:36.346 MemoryLeakTest[408:80009] Received memory warning.
2015-12-17 17:05:36.347 MemoryLeakTest[408:80009] ReceiveMemoryWarning - GC.GetTotalMemory = 401 MB
ReceiveMemoryWarning - GC.GetTotalMemory = 401 MB
2015-12-17 17:05:36.386 MemoryLeakTest[408:80009] Received memory warning.
2015-12-17 17:05:36.387 MemoryLeakTest[408:80009] ReceiveMemoryWarning - GC.GetTotalMemory = 401 MB
ReceiveMemoryWarning - GC.GetTotalMemory = 401 MB
Thread finished: <Thread Pool> #12
Thread finished: <Thread Pool> #10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment