aliAzin / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Notifier doesn't go away #477

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.enable icon when service is running 
2.stop service manually from app
3.

What is the expected output? What do you see instead?
Notifier should go away since service is stopped 

Please paste the application's log here (it should now be on your
clipboard):
 D/WifiService(  272): acquireWifiLockLocked: WifiLock{NetworkLocationProvider type=2 binder=android.os.BinderProxy@40be27f0} Mode: 2
D/WifiService(  272): enable and start wifi due to updateWifiState
W/WifiService(  272): misformatted scan result for: 
00:15:70:5e:a0:fe   2462    -88 [WPA-PSK-TKIP]  
W/WifiService(  272): misformatted scan result for: 
00:02:6f:a1:e0:f3   2422    -85 [WEP]       
W/WifiService(  272): misformatted scan result for: 
00:15:70:5e:a0:fe   2462    -88 [WPA-PSK-TKIP]  
W/WifiService(  272): misformatted scan result for: 
00:02:6f:a1:e0:f3   2422    -85 [WEP]       
D/WifiService(  272): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@40be27f0} Mode: 2
D/WifiService(  272): enable and start wifi due to updateWifiState
D/WifiService(  272): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@4099c168} Mode: 2
D/WifiService(  272): enable and start wifi due to updateWifiState
D/WifiService(  272): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(  272): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@4099c168} Mode: 2
D/WifiService(  272): enable and start wifi due to updateWifiState
D/WifiService(  272): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@4099c168} Mode: 2
D/WifiService(  272): enable and start wifi due to updateWifiState
D/WifiService(  272): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@4099c168} Mode: 2
D/WifiService(  272): enable and start wifi due to updateWifiState
D/WifiService(  272): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
V/WifiStateTracker(  272): setScanResultHandling mWifiState = 3 , 
isDriverStopped = false
V/WifiMonitor(  272): Event [wpa_disabled_ssid_list_clear]
V/WifiStateTracker(  272): setScanResultHandling mWifiState = 3 , 
isDriverStopped = false
V/WifiMonitor(  272): Event [wpa_disabled_ssid_list_clear]

What version of Android are you using?

Original issue reported on code.google.com by gliver...@gmail.com on 27 Feb 2012 at 2:23

GoogleCodeExporter commented 8 years ago
Running 2.3 on HTC Rezound 

Original comment by gliver...@gmail.com on 27 Feb 2012 at 2:24