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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:16:20+00:00 2026-06-17T09:16:20+00:00

After executing this line: WifiManager man = ((WifiManager) ctx.getSystemService(Context.WIFI_SERVICE)); A thread labeled WifiManager will

  • 0

After executing this line:

WifiManager man = ((WifiManager) ctx.getSystemService(Context.WIFI_SERVICE));

A thread labeled “WifiManager” will show up. In the Java source file for WifiService.java line 203:

 HandlerThread wifiThread = new HandlerThread("WifiService");
 wifiThread.start();
 mWifiHandler = new WifiHandler(wifiThread.getLooper());

Problem is, every time our app is closed and reopened it creates a new thread, run it 5 times and you have 5 threads. Not sure if there is anyway to stop it?

EDIT

Changed to getApplicationContext to make sure the context it was accessing was consistent and all was well. I still get a thread labeled “WifiService,” but I only get one thread over multiple runs.

  • 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-17T09:16:20+00:00Added an answer on June 17, 2026 at 9:16 am

    I believe you are creating a new WifiManager in your started/stopped (Context) Activity.

    A note from Context.getSystemService()

    Note: System services obtained via this API may be closely associated with the Context in which they are obtained from. …

    Also from ContextImpl.java:1478 and :227

    @Override
    public Object getSystemService(String name) {
        ServiceFetcher fetcher = SYSTEM_SERVICE_MAP.get(name);
        return fetcher == null ? null : fetcher.getService(this);
    }
    
    
    
    ...
    service = cache.get(mContextCacheIndex);
    if (service != null) {
        return service;
    }
    ...
    

    It uses a map to cache system services, so I believe if you use the same context like Application, you wouldn’t run into this problem. I am not sure if this is the right way of solving this problem however, if having threads laying around a bigger issue for you, it may worth while.

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

Sidebar

Related Questions

I have an awesome trouble with Gem. After executing this command: rm -f /usr/local/lib/ruby/gems/1.9.1/cache/*
This class hangs at Future.get() method after executing ExecutorService.shutdownNow() called. I don't know what
I was confused that a thread is automatically stops after executing the return statement
hi I need to read the command line standard out after executing a haskell
this shell explain the issue , after executing the .sh file halt and nothing
How to backup the mysql binary files? When executing this in the command line
Why after executing the command openssl sha1 < /dev/null | wc --bytes the output
I connect to a mysql database using pymysql and after executing a request I
I am getting Incorrect syntax near the keyword 'select' after executing the following code.
In Javascript, after executing a function I can immediately get the an element 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.