简体   繁体   English

如何调试和测试android网络应用

[英]How to debug and test android networking app

I have an app with 3 different user profiles, each of them are communicating through XMPP. 我有一个具有3个不同用户配置文件的应用程序,每个用户配置文件都通过XMPP进行通信。 There are debugging information in each profile. 每个配置文件中都有调试信息。 I would like to debug all in the same time over real network communication. 我想通过真实的网络通信同时调试所有程序。 Is there a way to have 3 instances of ADB for debugging the same application but from 3 different emulators/devices within the same PC? 有没有一种方法可以让3个ADB实例用于调试同一应用程序,但可以从同一PC的3个不同的仿真器/设备中进行调试? or what would be the best practice for doing so? 或最佳做法是什么?

try this & this links as well. 试试这个这个链接。 For Same App Multiple device Debugging . 对于同一应用程序,多设备调试 I Guess the First Link will help you more. 我猜第一个链接会为您提供更多帮助。 Hope It Helps. 希望能帮助到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM