模拟Android的低网络连接

我想测试我的应用程序的低网络连接情况.除了站在电梯里,最好的办法是什么?我试过用铝箔包裹我的手机,但它没有多大帮助.

我需要在真实设备上测试它,而不是在模拟器中测试它.

解决方法:

您可以使用模拟器.看一下这个页面:Android Emulator.注意接下来的两个论点:

> -netdelay< delay>

Set network latency emulation to . Default value is none. See
the table in Network Delay Emulation for supported values.

> -netspeed< speed>

Set network speed emulation to . Default value is full. See
the table in Network Speed Emulation for supported values.

上一篇:分布式事物-MySQL XA 协议


下一篇:c# – 如何在Windows Phone 8.1(通用应用程序)中确定我是连接到WiFi还是移动网络?