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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:25:16+00:00 2026-05-27T00:25:16+00:00

I am using a collection of my object in my activity. I pass this

  • 0

I am using a collection of my object in my activity. I pass this collection from Activity ActDocumentDetails to ActProductsGallery. When my collection is not so large, I have no problem but when the size of collection is large enough I get this execption:

Activity pause timeout for ActivityRecord{40af3ef8 org.mabna.order/.ui.ActProductsGallery}

How can I resolve this timeout problem?

Thanks in advance,

11-23 09:44:21.930: I/ActivityManager(134): No longer want com.asus.weather (pid 664): hidden #16
11-23 09:44:59.990: I/ActivityManager(134): No longer want com.android.email (pid 1259): hidden #16
11-23 09:44:59.990: I/ActivityManager(134): No longer want com.asus.DLNA (pid 1251): hidden #17
11-23 09:45:00.010: W/ActivityManager(134): Scheduling restart of crashed service com.asus.DLNA/com.asus.DMS.DLNAServerService in 5000ms
11-23 09:45:00.010: W/ActivityManager(134): Scheduling restart of crashed service com.asus.DLNA/.MusicPlaybackService in 15000ms
11-23 09:45:00.020: W/ActivityManager(134): Scheduling restart of crashed service com.asus.emailwidget/.UpdateService in 24997ms
11-23 09:45:05.020: I/ActivityManager(134): Start proc com.asus.DLNA for service com.asus.DLNA/com.asus.DMS.DLNAServerService: pid=1521 uid=10055 gids={3003, 1015}
11-23 09:45:05.060: I/DMS(1521):   ===========================>   onCreate()
11-23 09:45:10.210: W/ActivityManager(134): Activity pause timeout for ActivityRecord{40af3ef8 org.mabna.order/.ui.ActProductsGallery}
11-23 09:45:10.230: W/dalvikvm(1474): threadid=1: thread exiting with uncaught exception (group=0x4028c760)
11-23 09:45:10.230: E/AndroidRuntime(1474): FATAL EXCEPTION: main
11-23 09:45:10.230: E/AndroidRuntime(1474): java.lang.NullPointerException
11-23 09:45:10.230: E/AndroidRuntime(1474):     at android.app.ActivityThread.handleStopActivity(ActivityThread.java:2686)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at android.app.ActivityThread.access$800(ActivityThread.java:122)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1038)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at android.os.Handler.dispatchMessage(Handler.java:99)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at android.os.Looper.loop(Looper.java:132)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at android.app.ActivityThread.main(ActivityThread.java:4123)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at java.lang.reflect.Method.invokeNative(Native Method)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at java.lang.reflect.Method.invoke(Method.java:491)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
11-23 09:45:10.230: E/AndroidRuntime(1474):     at dalvik.system.NativeStart.main(Native Method)
11-23 09:45:10.240: W/ActivityManager(134):   Force finishing activity org.mabna.order/.ui.ActProductsGallery
11-23 09:45:10.270: W/ActivityManager(134):   Force finishing activity org.mabna.order/.ui.ActDocumentDetails
11-23 09:45:10.280: W/ActivityManager(134): Scheduling restart of crashed service org.mabna.order/.services.SrvSmsListener in 24735ms
11-23 09:45:10.280: E/InputDispatcher(134): channel '40f237e8 org.mabna.order/org.mabna.order.ui.ActDocumentDetails (server)' ~ Consumer closed input channel or an error occurred.  events=0x8
11-23 09:45:10.280: E/InputDispatcher(134): channel '40f237e8 org.mabna.order/org.mabna.order.ui.ActDocumentDetails (server)' ~ Channel is unrecoverably broken and will be disposed!
11-23 09:45:10.280: W/ActivityManager(134): Scheduling restart of crashed service org.mabna.order/.services.SrvDataExchange in 34735ms
  • 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-27T00:25:16+00:00Added an answer on May 27, 2026 at 12:25 am

    Perhaps it’s because you’re putting too much into your Intent. Consider having a static field, for example, within your Application object for passing large amounts of data between activities. Or even better a WeakHashMap.

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

Sidebar

Related Questions

i am using collection object. In some cases no of objects become large. in
If I'm not using garbage collection and I have a auto property set as
How can I map the value of an object collection using fluent mapping? I
I'm using object and collection Initializers in the program and thinking how to get
Let's say I have a collection of objects which can be sorted using a
I have a form where users can modify a collection of objects using a
Object reference not set to an instance of an object. using System; using System.Collections.Generic;
I have an Activity object with many properties. One of them is as follows:
I am creating a Will_Paginate::Collection object using the following code @paginatedResults = WillPaginate::Collection.new(1, 5)
I have a list that I need to fill using a JSON collection of

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.