How to check memory leak in Xamarin.Android?

Viewed 3541

Could anyone share suggestions or ways to check memory in the Xamarin.Android platform using Xamarin Studio?

I have tried with the below option available in Xamarin Studio,

Tools > Instruments > Allocations

But in that, I can select only iOS devices in the options as in below image,

enter image description here

Is there any solution for this?

2 Answers
Related