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 922469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:02:11+00:00 2026-05-15T19:02:11+00:00

Here is my LogCat log: 07-17 14:05:10.226: INFO/ActivityManager(71): Starting activity: Intent { cmp=com.mohit.gtd/.TaskEdit }

  • 0

Here is my LogCat log:

07-17 14:05:10.226: INFO/ActivityManager(71): Starting activity: Intent { cmp=com.mohit.gtd/.TaskEdit }  
07-17 14:05:10.316: VERBOSE/GTDActivity(579): Starting TaskEdit activity  
07-17 14:05:10.576: DEBUG/PhoneWindow(579): couldn't save which view has focus because the focused view com.android.internal.policy.impl.PhoneWindow$DecorView@43e477b0 has no id.  
07-17 14:05:10.775: DEBUG/AndroidRuntime(579): Shutting down VM  
07-17 14:05:10.785: WARN/dalvikvm(579): threadid=1: thread exiting with uncaught exception (group=0x4001d800)  
07-17 14:05:10.825: ERROR/AndroidRuntime(579): FATAL EXCEPTION: main  
07-17 14:05:10.825: ERROR/AndroidRuntime(579): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mohit.gtd/com.mohit.gtd.TaskEdit}: java.lang.NullPointerException
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at android.app.ActivityThread.access$2300(ActivityThread.java:125)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at android.os.Handler.dispatchMessage(Handler.java:99)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at android.os.Looper.loop(Looper.java:123)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at android.app.ActivityThread.main(ActivityThread.java:4627)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at java.lang.reflect.Method.invokeNative(Native Method)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at java.lang.reflect.Method.invoke(Method.java:521)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at dalvik.system.NativeStart.main(Native Method)
07-17 14:05:10.825: ERROR/AndroidRuntime(579): Caused by: java.lang.NullPointerException
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at com.mohit.gtd.TaskEdit.onCreate(TaskEdit.java:18)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
07-17 14:05:10.825: ERROR/AndroidRuntime(579):     ... 11 more
07-17 14:05:10.875: WARN/ActivityManager(71):   Force finishing activity com.mohit.gtd/.TaskEdit
07-17 14:05:10.916: WARN/ActivityManager(71):   Force finishing activity com.mohit.gtd/.GtdActivity
07-17 14:05:11.426: WARN/ActivityManager(71): Activity pause timeout for HistoryRecord{43fb2be0 com.mohit.gtd/.TaskEdit}
07-17 14:05:13.625: INFO/Process(579): Sending signal. PID: 579 SIG: 9
07-17 14:05:13.775: INFO/ActivityManager(71): Process com.mohit.gtd (pid 579) has died.
07-17 14:05:13.835: INFO/WindowManager(71): WIN DEATH: Window{43fd4e70 com.mohit.gtd/com.mohit.gtd.GtdActivity paused=true}
07-17 14:05:13.976: WARN/InputManagerService(71): Got RemoteException sending setActive(false) notification to pid 579 uid 10032
07-17 14:05:22.884: WARN/ActivityManager(71): Activity destroy timeout for HistoryRecord{43e46998 com.mohit.gtd/.GtdActivity}
07-17 14:05:23.069: WARN/ActivityManager(71): Activity destroy timeout for HistoryRecord{43fb2be0 com.mohit.gtd/.TaskEdit}

What could be causing an error? TaskEdit is a subclass of Activity and it is listed as an activity in the AndroidManifest file.

  • 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-15T19:02:12+00:00Added an answer on May 15, 2026 at 7:02 pm

    You are having a NPE in TaskEdit.java:18.

    What’s there?

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

Sidebar

Related Questions

Here is my LogCat log: 08-25 22:35:27.989: ERROR/AndroidRuntime(327): Caused by: android.database.CursorIndexOutOfBoundsException: Index -1 requested,
Here's a snip that successfully reads off, to Eclipse LogCat, the height and width
Here's a basic regex technique that I've never managed to remember. Let's say I'm
Here's a problem I ran into recently. I have attributes strings of the form
Here is the issue I am having: I have a large query that needs
Here's my scenario - I have an SSIS job that depends on another prior
Here is a simplification of my database: Table: Property Fields: ID, Address Table: Quote
Here is my code, which takes two version identifiers in the form 1, 5,
Here's a coding problem for those that like this kind of thing. Let's see
Here is the scenario: I'm writing an app that will watch for any changes

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.