zhanghai / zhanghai/MaterialFiles
建议优化报错信息显示
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 9k
- Forks
- 736
- PR merge metrics
- No merged PRs in 30d
Description
rt,现在的报错信息比较那啥,比如下面这样:
me . zhanghai . android . files . provider . remote . RemoteFileSystemException : Root isn ' t available
小白可能看不懂,一看是报错,还以为是这程序的锅,实际上是自己没root
建议优化成小白也能看懂的那种:
1.发生了什么
2.应该怎么做
然后可以选择展示详细的报错信息,就是上面那一串
感谢
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the example RemoteFileSystemException is surfaced in the Android app. Define which user-facing explanation and suggested action should accompany a missing-root error, and how the detailed exception text can remain available. Done means the resulting error presentation is understandable to non-technical users while retaining access to diagnostic details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100