| name | debug-android-issue |
|---|---|
| description | Reproduce and debug Android issues in Compose, lifecycle, and data layers |
Android defects involving UI rendering, app lifecycle, concurrency, or data flow.
- Reproduce with exact app state and device/emulator context.
- Inspect logs, crashes, and lifecycle transitions.
- Isolate fault domain (UI, state, data, or platform interaction).
- Implement minimal safe fix and confirm behavior.
- Add regression checks for the failing path.
- Root-cause summary
- Proposed fix with risk notes
- Verification checklist