From 1bb15dc595575b836684dc207a0dbdf6681b2cfd Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 11 Jan 2020 12:44:42 +0100 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8c878bd4..d1f060d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -38,7 +38,7 @@ Part of the XML layout with the CameraView declaration, so we can read its attri If applicable, add screenshots to help explain your problem. ### Logs -Use `CameraLogger.setLogLevel(LEVEL_VERBOSE)` to see all logs into LogCat. +Use `CameraLogger.setLogLevel(LEVEL_INFO)` to see all logs into LogCat. Use `CameraLogger.registerLogger()` to export to file or crash reporting service.