adrianstas / android-notifier

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

App stopped reporting calls #551

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the app in office
2. go home
3. Come back to office 

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

App stops reporting calls and Sms until restarted.

Please paste the application's log here (it should now be on your
clipboard):

 D/WifiService( 1304): ACTION_SCREEN_OFF
D/WifiService( 1304): Dhcp renew - setting timer for 594605875ms
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): ACTION_SCREEN_ON
D/WifiService( 1304): Dhcp renew - cancelling timer
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService( 1304): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService( 1304): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiWatchdogService( 1304): (android.server.ServerThread) Datto 
(dc:9f:db:1c:2d:95) does not require the watchdog
D/WifiService( 1304): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService( 1304): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService( 1304): enable and start wifi due to updateWifiState
I/PhoneInfo(  620): onServiceStateChanged: false
D/WifiService( 1304): got android.net.conn.CONNECTIVITY_CHANGE
D/WifiService( 1304): type: mobile_supl, connected: false
D/WifiService( 1304): [smart wifi] mSmartWiFiStatus: 0 mBatteryLevel: 93
D/WifiService( 1304): enable and start wifi due to updateWifiState
D/WifiService( 1304): [smart wifi] mSmartWiFiStatus: 0 mBatteryLevel: 92 
mWifiConnected: true
D/WifiService( 1304): [smart wifi] ACTION_BATTERY_CHANGED pluggedType: 0
D/RemoteNotifier(  874): Battery status: NOT charging
D/RemoteNotifier(  874): Got battery level: 92
D/RemoteNotifier(  874): Battery level change: 2
D/RemoteNotifier(  874): Got battery update, but state change was not relevant
I/RemoteNotifier(  874): Notification service going down.
D/PhoneWindow( 1484): couldn't save which view has focus because the focused 
view com.android.internal.policy.impl.PhoneWindow$DecorView@40587420 has no id.
D/RemoteNotifier(  874): Using level 5 caller ID
I/RemoteNotifier(  874): Starting notification service
D/RemoteNotifier(  874): Battery status: NOT charging
D/RemoteNotifier(  874): Got battery level: 92
D/RemoteNotifier(  874): Battery level change: 93
D/RemoteNotifier(  874): Notifying of battery state change
D/RemoteNotifier(  874): Sending notification: 
v2/e285dbd64a9a7fc5/8cb3e1242ee270/BATTERY/92/NOT charging, remaining charge: 
92%
D/RemoteNotifier(  874): Sending wifi notification to IP 10.0.68.215
D/RemoteNotifier(  874): Sending over TCP
D/RemoteNotifier(  874): Sent over TCP
I/RemoteNotifier(  874): Sent notification over WiFi.
D/PhoneWindow( 1484): couldn't save which view has focus because the focused 
view com.android.internal.policy.impl.PhoneWindow$DecorView@40587420 has no id.

What version of Android are you using?

2.3.3

Original issue reported on code.google.com by Frederic...@gmail.com on 22 Nov 2013 at 7:25