简体   繁体   English

应该与QA共享哪个版本进行测试? 签名发布apk或Signed debug apk?

[英]Which build should be shared with QA for testing? Signed release apk or Signed debug apk?

I need my app to be tested thoroughly in all respects. 我需要在各方面彻底测试我的应用程序。 For that purpose I need my app apk to be shared with QA team. 为此,我需要我的app apk与QA团队共享。 Which build should I generate for testing purpose? 我应该为测试目的生成哪个版本? Signed release apk or signed debug apk? 签名发布apk或签名调试apk?

Signed Debug, will also give you the ability to ADB into the devices and access logs/act on crashes. 签名调试,还将使您能够将ADB插入设备并访问日志/执行崩溃操作。

You might consider using something like Crashlytics in addition to capture any stacktraces you might not have the ability to get yourself at the time of a crash. 您可以考虑使用Crashlytics之类的东西 ,除了捕获任何可能无法在崩溃时获得自己的堆栈跟踪

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

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