Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 464 Bytes

File metadata and controls

39 lines (26 loc) · 464 Bytes

Demo

Manual

./gradlew -q :manual:run

Proxy

./gradlew -q :auto:proxy:run

AspectJ

./gradlew -q :auto:aspectj:run

Uninstrumented app

./gradlew -q :app:run

App instrumented with javaagent

./gradlew -q :app:runWithJavaagent

App instrumented with compile-time instrumentation

Uncomment the instrumentation.compile-time plugin, and run

./gradlew -q :app:run