Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4540718
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T15:07:31+00:00 2026-05-21T15:07:31+00:00

I had an application running well, i dont know what happened now I am

  • 0

I had an application running well, i dont know what happened now I am getting this log.. I am new to Android and it’s hard for me to catch.. where it is faulting.. can you tell something by this log? thank you

04-24 04:09:29.561: WARN/ActivityManager(61):   Force finishing activity com.gaming.game/.GameActivity
04-24 04:47:55.491: ERROR/ActivityManager(61): ANR in com.gaming.game (com.gaming.game/.GameActivity)
04-24 04:47:55.491: ERROR/ActivityManager(61): Reason: keyDispatchingTimedOut
04-24 04:47:55.491: ERROR/ActivityManager(61): Parent: com.gaming.game/.gaming
04-24 04:47:55.491: ERROR/ActivityManager(61): Load: 0.86 / 0.54 / 0.41
04-24 04:47:55.491: ERROR/ActivityManager(61): CPU usage from 48945ms to 2842ms ago:
04-24 04:47:55.491: ERROR/ActivityManager(61):   9.2% 61/system_server: 6.9% user + 2.2% kernel / faults: 1381 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   1.2% 672/com.android.launcher: 0.6% user + 0.6% kernel / faults: 368 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   0.6% 448/com.android.defcontainer: 0.1% user + 0.5% kernel / faults: 56 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   1% 41/adbd: 0.1% user + 0.9% kernel / faults: 64 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   0.3% 125/com.android.systemui: 0.2% user + 0% kernel / faults: 1 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   0.2% 123/com.android.phone: 0% user + 0.1% kernel / faults: 2 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   0% 587/logcat: 0% user + 0% kernel
04-24 04:47:55.491: ERROR/ActivityManager(61):   0% 35/installd: 0% user + 0% kernel / faults: 6 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   0% 120/jp.co.omronsoft.openwnn: 0% user + 0% kernel / faults: 3 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   0% 313/com.android.quicksearchbox: 0% user + 0% kernel / faults: 2 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   0% 4/events/0: 0% user + 0% kernel
04-24 04:47:55.491: ERROR/ActivityManager(61):   0% 32/rild: 0% user + 0% kernel
04-24 04:47:55.491: ERROR/ActivityManager(61):   0% 33/zygote: 0% user + 0% kernel / faults: 18 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):   0% 499/com.svox.pico: 0% user + 0% kernel / faults: 18 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):  +0% 1565/com.gaming.game: 0% user + 0% kernel
04-24 04:47:55.491: ERROR/ActivityManager(61): 31% TOTAL: 19% user + 11% kernel + 0% irq + 0.2% softirq
04-24 04:47:55.491: ERROR/ActivityManager(61): CPU usage from 796ms to 1401ms later:
04-24 04:47:55.491: ERROR/ActivityManager(61):   43% 1565/com.gaming.game: 0% user + 43% kernel / faults: 1 minor
04-24 04:47:55.491: ERROR/ActivityManager(61):     43% 1567/HeapWorker: 0% user + 43% kernel
04-24 04:47:55.491: ERROR/ActivityManager(61):   10% 61/system_server: 6.6% user + 3.3% kernel
04-24 04:47:55.491: ERROR/ActivityManager(61):     10% 100/InputDispatcher: 6.6% user + 3.3% kernel
04-24 04:47:55.491: ERROR/ActivityManager(61): 76% TOTAL: 4.6% user + 72% kernel
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T15:07:32+00:00Added an answer on May 21, 2026 at 3:07 pm

    ERROR/ActivityManager(61): ANR in com.gaming.game (com.gaming.game/.GameActivity)
    Reason: keyDispatchingTimedOut 04-24 04:47:55.491:

    Your activity is taking too long to respond as is being killed.

    Take a look at this post: http://danbarnett.net/android-anr-keydispatchingtimedout-178.html

    This ANR, or Application Not
    Responding, error occurs when a
    process on the main thread takes too
    long (something like 5 seconds).
    Android kills that process and any
    related by design to spare the
    device’s resources.

    The solution is to run
    resource-expensive tasks on another
    thread, and then post, or update the
    main thread accordingly. A common use
    for this is network calls (and this
    was what my problem was). The
    following is an example of how to
    implement this logic, in my case to
    check if an update is needed:

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If i had two different application running under the same solution but using different
I had an application written without ARC, now I added ARC and I do
I had an application that hooked onto 1 single database. The app now needs
I am having a aomplex and well-running application in ASP.NET that i have created
We had an application using axis2 1.0. We recently migrated to axis2 1.4. After
I had an application that was downloading a .CSV file from a password-protected website
I had developed an application in which I have to display images from specific
I had developed an application for sending email. On click of email button it
I had a GUI application with the following layout: wxFrame --> wxBoxSizer --> wxImagePanel
I had a commenting application in my web site. The comments will store in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.