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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T06:02:49+00:00 2026-06-17T06:02:49+00:00

Is it normal for an application to have approximately 100 instances of local binders?

  • 0

Is it normal for an application to have approximately 100 instances of local binders? The number climbs to that high, and never drops down to what it initially is. What could be the scenarios to have this large number of binders?

  • 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-06-17T06:02:51+00:00Added an answer on June 17, 2026 at 6:02 am

    (Rewritten as the author is asking about the number of local binders listed using adb shell dumpsys meminfo). I can’t answer the question about whether this is normal, as I’d never spotted that command before!

    But here is a bit of information about the scenarios which could cause it.

    A local binder is any object which the Android ‘Binder’ kernel IPC driver believes can receive function calls from another process.

    Such things could include:

    • Any objects you’ve declared within your code that derive from IBinder. There are always such objects when you’re declaring an Android service. Very often you’ll also create such objects (as listeners) when you’re using someone else’s service.
    • Equivalent Java IBinder-derived objects within the Android framework. In some cases this might be obvious, such as when you provide some sort of listener to some system service. But other Android framework classes often have Binders involved too. For example, I have a feeling that an Android Bitmap contains an IBinder somewhere within it, in order to arrange for different processes to share the bitmap data without needing to copy it. I’m not sure about that, though.
    • Parts of the Android framework which are in C++ are also Binders. For example, I think each Android application process has a connection to the graphics composition engine (surface flinger) called ISurfaceComposer.

    So, to work out why you have so many Binders, think about these things:

    • Are you in any way expecting notification of any system event from some other process? For example a Broadcast Receiver, or any sort of listener you’ve passed to a system service, etc.
    • Do you yourself use Services and AIDL?
    • Are you passing complex Android framework classes into system APIs?

    My gut feeling is that 100 is unusual; probably nothing actually to worry about, but I’d still be curious to know if you work out what the cause was.

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

Sidebar

Related Questions

I have a monodroid application that uses a .net library that contains normal .resx
I have a webapp that requires security beyond that of a normal web application.
I have a normal textbox in my application. I can paste data to it
I have been writing a small java application (my first!), that does only a
Signed Java Applets have the same security clearance as a normal Java application running
I have an application that the user can start in two different ways, as
I have an application that consumes messages from a JMS topic. As part of
I was just wondering that when you input text just using a normal application
I have 2 applications. One of them is console application, the other is normal
The class I have written works fine as a normal Java application, but when

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.