Package proguard.examples
Class RemoveLogging
- java.lang.Object
-
- proguard.examples.RemoveLogging
-
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
-
-
Constructor Summary
Constructors Constructor Description RemoveLogging()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-