Class LogcatReporter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LogcatReporter()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void install()
      static void install(int lineCount)
      static void install(int lineCount, int waitTimeInMillis)
      • Methods inherited from class java.lang.Object

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

      • LogcatReporter

        LogcatReporter()
    • Method Detail

      • install

         static void install(int lineCount)
        Parameters:
        lineCount - Maximum lines of Logcat output to send to Crashlytics.
      • install

         static void install(int lineCount, int waitTimeInMillis)
        Parameters:
        lineCount - Maximum lines of Logcat output to send to Crashlytics.
        waitTimeInMillis - Time that the library will wait for the process to send the log to Crashlytics.