Tool that extracts exceptions and life of PID from bugreport file generated from android devices.
#Usage: Single bugreport:
bugreportcleaner.jar -p "com.my.package" -i "path/to/bugreport.txt" -o "path/to/output/clean_bugreport.txt" -gc [optional]
Directory of bugreports:
bugreportcleaner.jar -p "com.my.package" -i "path/to/mybugreports" -gc [optional]