CrashScope Gets Android Crash Data So You Can Reproduce It
Written by Mike James   
Friday, 09 June 2017

One of the standard problems on any platform is reproducing a crash. that a user has reported. The problem is that you don't gather the sort of data before the crash that would help reproduce it. Now there is a program that will provide you with the information you need.

A team of researchers, Kevin Moran, Mario Linares-Vasquez, Carlos Bernal-Cárdenas, Christopher Vendome under the supervision of Dr Denys Poshyvanyk at the College of William & Mary in Virgina have tackled a very practical problem.  How can you automatically gather the data needed to reproduce a crash?

 

crashscope1

The structure of CrashScope

CrashScope is an automated testing tool that not only exercises your app it also records the data needed to reproduce it:

This tool explores a given Android app using systematic input generation, 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 devices.

In testing it was discovered that CrashScope is as good as existing automatic testing tools in provoking a crash but it was better at reporting and reproducing the crash. The whole process is completely automated. You submit your apk to CrashScope and it generates suitable inputs which are recorded. When a crash occurs a human readable report tells the programmer what happened. Probably more important is the generation of a script that automatically runs through the steps that lead up to the crash. In principle all you have to do is run this script again and you can study the crash in detail.

You can see it in action in the following video: 

 

You can try CrashScope out using an online service. You have to sign up to it at the moment, but an open source version is planned for the near future.

bug200

 

More Information

CrashScope: A Practical Automated Android Testing Tool

Automatically Discovering, Reporting and Reproducing Android Application Crashes

Related Articles

Google Increases Android Bug Rewards

Are Bugs Seasonal?

10,000 Bugs Found - A Milestone for Static Analysis

Finding Bugs In The First C++ Compiler

Locating Bugs In ChakraCore

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Ibis 8 Adds Streaming
05/03/2024

Ibis 8.0 has been released with stream processing backends. The new release includes Apache Flink as a streaming backend, and RisingWave, a streaming database backend. There's also a new batch backend [ ... ]



Google Releases Gemma Open Models
28/02/2024

Google has released a set of lightweight open models that have been built from the same research and technology used to create Google's recent Gemini models.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

10,000 Bugs Found - A Milestone for Static Analysis
Last Updated ( Friday, 09 June 2017 )