You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
825 B
34 lines
825 B
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Describe the bug
|
|
A clear and concise description of what the bug is.
|
|
|
|
- CameraView version: *version number*
|
|
- Reproducible in official demo app: *yes/no*
|
|
- Device / Android version: *Pixel, API 28*
|
|
|
|
### To Reproduce
|
|
Steps to reproduce the behavior, possibly in the demo app:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. See error
|
|
|
|
### Expected behavior
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
### 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
|
|
Link to a Github repo where the bug is reproducible.
|
|
|