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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top