Class | Description |
---|---|
AddMethodInvocationLogging |
This sample application illustrates how to modify bytecode with the ProGuardCORE API.
|
DebugStackTop |
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. |
DebugStackTopExample |
Example for
DebugStackTop . |