public class RemoveLogging
extends java.lang.Object
This sample application illustrates how to modify bytecode with the ProGuardCORE API.
It removes Android logging invocations from all methods of all classes that it
processes. It does not attempt to remove the related strings and other arguments
from the code.
Usage:
java proguard.examples.RemoveLogging input.jar output.jar