Class LogcatReporter
-
- All Implemented Interfaces:
public class LogcatReporter
-
-
Constructor Summary
Constructors Constructor Description LogcatReporter()
-
Method Summary
-
-
Method Detail
-
install
static void install()
-
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.
-
-
-
-