OSDN Git Service

WifiManager: Limit the number of WifiLocks that can be active simultaneously.
authorMike Lockwood <lockwood@android.com>
Thu, 2 Jul 2009 17:25:00 +0000 (13:25 -0400)
committerMike Lockwood <lockwood@android.com>
Thu, 2 Jul 2009 17:25:00 +0000 (13:25 -0400)
commit617750604c69e6068f68266d0e30324273aa990e
treea569ed7afdd79e388815f3e5608b1a0509269afe
parenteec11827a6c06b029030f43c8d54fd871cc3347d
WifiManager: Limit the number of WifiLocks that can be active simultaneously.

This is to prevent a bad app from using up all the global references in the
system process due to allocating too many DeathRecipients.

Signed-off-by: Mike Lockwood <lockwood@android.com>
wifi/java/android/net/wifi/WifiManager.java