Class RemoveLogging

java.lang.Object
proguard.examples.RemoveLogging

public class RemoveLogging extends 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 Details

    • RemoveLogging

      public RemoveLogging()
  • Method Details

    • main

      public static void main(String[] args)