Update bug_report.md

pull/573/head
Mattia Iavarone 5 years ago committed by GitHub
parent c36d2ce996
commit e5fb4fa8fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .github/ISSUE_TEMPLATE/bug_report.md

@ -8,9 +8,9 @@ assignees: ''
--- ---
### Describe the bug ### 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* - CameraView version: *version number*
- Camera engine used: *camera1/camera2/both*
- Reproducible in official demo app: *yes/no* - Reproducible in official demo app: *yes/no*
- Device / Android version: *Pixel, API 28* - Device / Android version: *Pixel, API 28*
@ -23,11 +23,23 @@ Steps to reproduce the behavior, possibly in the demo app:
### Expected behavior ### Expected behavior
A clear and concise description of what you expected to happen. 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
<CameraView
android:layout_width="match_parent"
android:layout_height="match_parent"
...>
</CameraView>
```
### Screenshots ### Screenshots
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
### Logs ### Logs
Use `CameraLogger.setLogLevel(LEVEL_VERBOSE)` to see all logs into LogCat. Use `CameraLogger.setLogLevel(LEVEL_VERBOSE)` to see all logs into LogCat.
Use `CameraLogger.registerLogger()` to export to file or crash reporting service. Use `CameraLogger.registerLogger()` to export to file or crash reporting service.
### APK ### APK

Loading…
Cancel
Save