History log of /art/tools/dexfuzz/src/dexfuzz/listeners/BisectionSearchListener.java
Revision Date Author Comments
83d3b79af2b607d2a1991f7438196263e7ea68ef 29-Sep-2016 Wojciech Staszkiewicz <staszkiewicz@google.com> Integrate dexfuzz with bisection search

Adds --bisection-search switch to dexfuzz. When specified makes
dexfuzz run bisection search on discovered output divergences.

Bisection search output is saved to bisection_outputs/ directory which
is assumed to be present.

If --bisection-search is used, bisection_search.py has to be on PATH.

Test: ./run_dex_fuzz_test.py , with hardcoded change to emit a known
divergent program instead of calling jfuzz.

Change-Id: I8fcb45e201761f1f05adee74e6b8636bcc452332