mirror of https://github.com/nohajc/termux-adb
37 lines
976 B
Markdown
37 lines
976 B
Markdown
---
|
|
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.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Smartphone (please complete the following information):**
|
|
- Device: [e.g. Pixel 6]
|
|
- Android version: [e.g. Android 12]
|
|
|
|
**Attach output of the following commands**
|
|
- `RUST_LOG=debug ./termux-adb` (run with debug logs enabled)
|
|
- `pkg show android-tools` (show package info)
|
|
- `adb version` (show adb version)
|
|
|
|
**Attach contents of the following files (after running with debug logs enabled)**
|
|
- `/data/data/com.termux/files/usr/tmp/adb.10233.log`
|
|
- `/data/data/com.termux/files/usr/tmp/termux-adb.10233.log`
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|