There's nothing in logcat apart from garbage collector actions. I'm already listening to ConnectivityManager (ConnectivityManager.CONNECTIVITY_ACTION) and TelephonyManager (PhoneStateListener.LISTEN_DATA_CONNECTION_STATE) events to track network modifications. Nothing is caught when the problem occurs.
I'm going to check on server side if the connection is still alive or not. I'll give you the information as soon as possible. On 23 sep, 22:58, Kostya Vasilyev <[email protected]> wrote: > Oh, and check the logcat - I think you should see connection manager events > at the time your connection goes bad. > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com > > 23.09.2010 14:00 пользователь "Cydrike" <[email protected]> написал: > > Hello Kostya, > > I've tried what you said but my problem remains. I'm fact the problem > only occurs when the device goes in sleep mode. If I let it connected > to my PC (the screen never goes totally black), every thing is working > fine. I've got a wakeLock in my application: > > final PowerManager pm = (PowerManager) > getSystemService(Context.POWER_SERVICE); > m_partialWakeLock = pm.newWakeLock((PowerManager.PARTIAL_WAKE_LOCK | > PowerManager.ACQUIRE_CAUSES_WAKEUP), APPLICATION_NAME); > > I've implemented something that connect to my server each 3min when in > sleep mode. It's not using the connection which is supposed to be > alive because I can't send data on it. The server is as is and I can't > change anything on it. This mechanism works, I manage to successfully > connect to my server. But still after 5min my opened connection > doesn't receive data anymore. > > Something in the sleep mode is putting my connection in "hold", I > don't know. I'm not even sure that the connection is closed. It seems > it's just stuck somewhere. > > The server is closing correclty any connection since when not in sleep > mode I always detect it. So my first message has wrong information. > > Cédric > > On 22 sep, 12:26, Kostya Vasilyev <[email protected]> wrote:> Like I said > before, detecting a ... > > >>> Kostya Vasilyev -- WiFi Manager + pretty widget -- > > http://kmansoft.wordpress.com-Masquerletexte des messages précédents - > > > >>> - Afficher le texte des messages précédents -- Masquer le texte des > > messages précédents -> >>... > > Kostya Vasilyev -- WiFi Manager + pretty widget -- > > http://kmansoft.wordpress.com-Masquer le texte des messages précédents - > > > > > - Afficher le texte des messages précédents - > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" g... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

