Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 426 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 426 Bytes

BugreportCleaner

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]