Class DebugStackTop

java.lang.Object
proguard.examples.instrument.DebugStackTop

public class DebugStackTop extends Object
Example showing how to use an InstructionSequenceReplacer to add logging before a method call which prints the value on the top of the stack i.e. a method parameter.