Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,355 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an Xamarin.Forms app which has an issue where CPU goes over 100% and stays there after unlocking the phone while the app is in the foreground
I have put logging statements in all the places I can think of that may be the cause, but so far no success.
I can't use the debugger, because it disconnects as soon as the screen is turned off. And there doesn't appear to be any way to attach to an already running process.