Package proguard.examples
Class RemoveLogging
java.lang.Object
proguard.examples.RemoveLogging
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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoveLogging
public RemoveLogging()
-
-
Method Details
-
main
-