Add --default-method-call-hook and --default-class-load-hook
--default-class-load-hook: Add class-load hook to all classes.
--default-method-call-hook: Add method-call hook to all methods.
They provides way to detect which classes and methods are used.
Test: ./scripts/run-all-tests.sh
Bug: 292141694
Change-Id: I42902a5a8ae7cf554258be3f131c95bcedc59764
diff --git a/tools/hoststubgen/scripts/run-all-tests.sh b/tools/hoststubgen/scripts/run-all-tests.sh
index 6bc0ddb..7600942 100755
--- a/tools/hoststubgen/scripts/run-all-tests.sh
+++ b/tools/hoststubgen/scripts/run-all-tests.sh
@@ -34,6 +34,7 @@
run ./hoststubgen/test-framework/run-test-without-atest.sh
run ./hoststubgen/test-tiny-framework/run-test-manually.sh
+run atest tiny-framework-dump-test
run ./scripts/build-framework-hostside-jars-and-extract.sh
# This script is already broken on goog/master