Interface LogcatInterceptor

All Known Implementing Classes:
DefaultLogcatInterceptor

public interface LogcatInterceptor
  • Method Summary

    Modifier and Type
    Method
    Description
    intercept(InterceptedLog interceptedLog)
    Intercept a log entry from the Logcat and allow to modify it or to block it.
  • Method Details

    • intercept

      InterceptedLog intercept(InterceptedLog interceptedLog)
      Intercept a log entry from the Logcat and allow to modify it or to block it.
      Parameters:
      interceptedLog - log intercepted
      Returns:
      The log entry to be logged. If null is returned the log entry won't be logged.