Class Batch.Debug

  • Enclosing class:
    Batch

    public static final class Batch.Debug
    extends java.lang.Object
    Batch Debug module
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void startDebugActivity​(android.content.Context context)
      Start the debug activity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • startDebugActivity

        public static void startDebugActivity​(@NonNull
                                              android.content.Context context)
        Start the debug activity. Requires Batch to be started. You should not leave this method in your application as it is just a tool allowing developer to debug Batch info.

        Warning: This method might expose critical data.

        Parameters:
        context -