From e5fb4fa8fa0824ad517c7dd9e24e05ce6c609396 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Wed, 28 Aug 2019 12:29:05 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd6b4428..8c878bd4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,9 +8,9 @@ assignees: '' --- ### Describe the bug -A clear and concise description of what the bug is. - +Please add a clear description of what the bug is, **and** fill the list below. - CameraView version: *version number* +- Camera engine used: *camera1/camera2/both* - Reproducible in official demo app: *yes/no* - Device / Android version: *Pixel, API 28* @@ -23,11 +23,23 @@ Steps to reproduce the behavior, possibly in the demo app: ### Expected behavior A clear and concise description of what you expected to happen. +### XML layout +Part of the XML layout with the CameraView declaration, so we can read its attributes. + +```xml + + +``` + ### Screenshots If applicable, add screenshots to help explain your problem. ### Logs Use `CameraLogger.setLogLevel(LEVEL_VERBOSE)` to see all logs into LogCat. + Use `CameraLogger.registerLogger()` to export to file or crash reporting service. ### APK