wordpress-mobile / wordpress-mobile/WordPress-Android
ApplicationNotResponding: ANR for at least 5000 ms.
Open
Nobody has claimed this yet.
[Pri] Medium
[Type] Crash
Jetpack App
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
Sentry Issue: JETPACK-ANDROID-2E
ApplicationNotResponding: ANR for at least 5000 ms.
at android.os.MessageQueue.nativePollOnce(MessageQueue.java)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loop(Looper.java:183)
at android.app.ActivityThread.main(ActivityThread.java:7700)
at java.lang.reflect.Method.invoke(Method.java)
...
(2 additional frame(s) were not displayed)
Contributor guide
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 with the linked Sentry issue and the ANR stack trace, then inspect the WordPress-Android application entry points involved in the main thread. No source file or test is named, so use the report to identify the blocking work before choosing an implementation path. Done means the ANR cause is identified and the application no longer stalls for at least 5000 ms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kotlin
- Domain
- mobile, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100