CarlitoBriganteNT / android-notifier

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

Services can't keep alive eventhough the notification icon is on. #604

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Normal use.
2.
3.

What is the expected output? What do you see instead?

Please paste the application's log here (it should now be on your
clipboard):
D/RemoteNotifier(20873): Using real bluetooth utils
D/BluetoothAdapter(20873): 1104771112: getState(). Returning 12
D/BluetoothAdapter(20873): 1104771112: getState(). Returning 12
D/BluetoothAdapter(20873): getBluetoothService(): callingUser = 0 callingUid = 
10343 callingAppId = 10343
D/BluetoothAdapter(20873): getBluetoothService: cb = 
android.bluetooth.BluetoothDevice$1@41d99a40
I/RemoteNotifier(20873): Starting notification service
D/RemoteNotifier(20873): Battery status: Charging
D/RemoteNotifier(20873): Got battery level: 27
D/RemoteNotifier(20873): Battery level change: 28
D/RemoteNotifier(20873): Notifying of battery state change
D/RemoteNotifier(20873): Sending notification: 
v2/d1cb93f21fdb603b/9abfe4dfc438a3/BATTERY/27/Charging, remaining charge: 27%
D/RemoteNotifier(20873): Sending wifi notification to IP 218.102.224.54
D/RemoteNotifier(20873): Sending over UDP
D/RemoteNotifier(20873): Sent over UDP
D/RemoteNotifier(20873): Sending over TCP
D/RemoteNotifier(20873): Sent over TCP
I/RemoteNotifier(20873): Sent notification over WiFi.

What version of Android are you using?
4.4.2

Original issue reported on code.google.com by par...@gmail.com on 25 Feb 2015 at 11:42