Botsing

Logo

Crash reproduction made easy!

View the Project on GitHub STAMP-project/botsing

Preprocessing a stack trace with Botsing

The latest version of Botsing preprocessing command line tool (botsing-preprocessing-X-X-X.jar) is available at https://github.com/STAMP-project/botsing/releases.

Botsing preprocessing has these mandatory parameters (key/value):

The actions to perform (clean) in the input log file are:

Example

To clean the nested stack trace:

java -jar botsing-preprocessing.jar -i=crash_log.txt -o=output_log.log -f -p=com.example.*

or to remove the error message in the log file

java -jar botsing-preprocessing.jar -e -i=crash_log.txt -o==output_log.log

Note that you can use also both actions (-f and -e).

Maven plugin

See the documentation for the Maven plugin for more information.