Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XDE.exe using > 35% CPU all of the time - is this expected behaviour? (VS Android Emulator)

I have an Android Marshmallow device in the Visual Studio Android Emulator (April 2016 release), and it starts fine and seems to work. However, while running, the XDE.exe process is killing my CPU (35-40%+) while Hyper-V is only using ~8-10% max.

Is this normal and expected behavior? If not, how can I fix it?

I was able to track the high CPU usage down to the following DLL:

C:\Program Files (x86)\Microsoft XDE\10.0.10586.0\Plugins\Microsoft.VisualStudio.Emulator.XdePlugin.dll

... and the following thread that runs this method, which is a loop:

Microsoft.VisualStudio.Emulator.StatusCallback.XdeDeviceStatusCallbackService.StatusCallbackThreadProc()

I do not see such high CPU usage of XDE when running the Windows 10 mobile emulator images.

like image 576
Ivan Zlatev Avatar asked Jun 27 '16 12:06

Ivan Zlatev


1 Answers

I answer you in order

Yes it's normal.

You have an issue in the official Win Dev Center.

like image 159
josedlujan Avatar answered Nov 10 '22 20:11

josedlujan