Question

I am debugging my Windows Phone app for some crashes that I can only reproduce when I am using cellular data connection. But when I connect my phone to the PC to debug the crash in Visual Studio, my phone is using my computers (fast) Internet connection and I can't reproduce the crashes then. This is probably somehow related to the slowness of the cellular data connectivity or something...

So is there a way to force the app to use cellular data connectivity even if the phone is connected to the PC over USB?

Or alternatively, can I somehow get some stack traces off the phone when I test it while it's disconnected from the PC?

Était-ce utile?

La solution

Usually I just turn off the wifi on my PC and on the phone. Pretty simple solution. :)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top