wordpress-mobile / wordpress-mobile/WordPress-Android

ApplicationNotResponding: ANR for at least 5000 ms.

Open
#18,659 5 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.