Package proguard.examples.instrument
-
Class Summary Class Description AddMethodInvocationLogging This sample application illustrates how to modify bytecode with the ProGuardCORE API.DebugStackTop Example showing how to use anInstructionSequenceReplacerto add logging before a method call which prints the value on the top of the stack i.e.DebugStackTopExample Example forDebugStackTop.