1、本文是中英对照毕业设计论文外文文献翻译, 下载后无需调整复杂的格式直接可 用!一辈子也就一次的事! 文献作者引用出处信息:Kevin Moran, Mario Linares-Va squez, Carlos Bernal-Ca rdenas, Christopher Vendome, and Denys Poshyvanyk, Automatically Discovering, Reporting and Reproducing Android Application Crashes,2018 IEEE International Conference on Software Testin
2、g, Verification and Validation (ICST) (如觉得年份太老,可改为近 2 年,毕竟 很多毕业生都这样做) 英文 5721 单词,37485 字符(字符就是印刷符),中文 9904 汉字。 (如果字数多 了,可自行删减,大多数学校都是要求选取外文的一部分内容进行翻译的。 ) Automatically Discovering, Reporting and Reproducing Android Application Crashes AbstractMobile developers face unique challenges when detecting a
3、nd reporting crashes in apps due to their prevailing GUI event-driven nature and additional sources of inputs (e.g., sensor readings). To support developers in these tasks, we introduce a novel, automated approach called CRASHSCOPE. This tool explores a given Android app using systematic input gener
4、ation, according to several strategies informed by static and dynamic analyses, with the intrinsic goal of triggering crashes. When a crash is detected, CRASHSCOPE generates an augmented crash report containing screenshots, detailed crash reproduction steps, the captured exception stack trace, and a fully replayable script that automatically reproduces the crash on a target device(s). We evaluated CRASHSCOPEs effectiveness in discovering crashes as compared to five state-of-the-art Android