简体   繁体   English

针对iOS和Android应用程序的基于Web的远程测试和调试服务

[英]Remote web based testing and debugging service for iOS and Android application

Are there any good tools for getting statistics about applications released to testers? 是否有任何好的工具来获取有关发布给测试人员的应用程序的统计信息? So far I have found the http://www.hockeyapp.net/ - I went through tutorials and it seems to be nothing more then the crash log collector and new versions notifier. 到目前为止,我已经找到了http://www.hockeyapp.net/-我已经完成了教程,似乎只是崩溃日志收集器和新版本通知程序而已。 I would like to collect also debug logs, have possibility to configure application, see number of testers, time they spend by testing, get information about devices they used, possibly see the network traces of my application. 我还想收集调试日志,可以配置应用程序,查看测试人员的数量,他们通过测试花费的时间,获取有关使用的设备的信息,还可以查看应用程序的网络跟踪。

I understand it of course will need more integration of the "service SDK" with our code, but this we can accept. 我知道当然需要将“服务SDK”与我们的代码进行更多集成,但这是我们可以接受的。

Regards, STeN 问候,STeN

您可以做的是,可以创建一个可以接受日志字符串,日期时间,用户ID等的api,并且可以在设备端创建一个调用此api的myLog函数,因此可以在运行时调试每个用户的操作。

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

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