¡@

Home 

2014/10/16 ¤W¤È 08:25:15

android Programming Glossary: strictmode

Android emulator spams logcat with "Service com.android.exchange.ExchangeService has leaked ServiceConnection … that was originally bound here

http://stackoverflow.com/questions/13765122/android-emulator-spams-logcat-with-service-com-android-exchange-exchangeservice

java.lang.Thread.run Thread.java 856 12 07 14 24 28.312 E StrictMode 587 null 12 07 14 24 28.312 E StrictMode 587 android.app.ServiceConnectionLeaked.. 07 14 24 28.312 E StrictMode 587 null 12 07 14 24 28.312 E StrictMode 587 android.app.ServiceConnectionLeaked Service com.android.exchange.ExchangeService.. that was originally bound here 12 07 14 24 28.312 E StrictMode 587 at android.app.LoadedApk ServiceDispatcher. init LoadedApk.java..

NetworkOnMainThreadException

http://stackoverflow.com/questions/5150637/networkonmainthreadexception

but you never know if one has not escaped. I am also using StrictMode and have not seen anything. Is my code just clean or is this..

Android emulator spams logcat with "Service com.android.exchange.ExchangeService has leaked ServiceConnection … that was originally bound here

http://stackoverflow.com/questions/13765122/android-emulator-spams-logcat-with-service-com-android-exchange-exchangeservice

573 12 07 14 24 28.301 E ActivityThread 587 at java.lang.Thread.run Thread.java 856 12 07 14 24 28.312 E StrictMode 587 null 12 07 14 24 28.312 E StrictMode 587 android.app.ServiceConnectionLeaked Service com.android.exchange.ExchangeService.. 587 at java.lang.Thread.run Thread.java 856 12 07 14 24 28.312 E StrictMode 587 null 12 07 14 24 28.312 E StrictMode 587 android.app.ServiceConnectionLeaked Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy.. ProxyConnection@40d0c8d8 that was originally bound here 12 07 14 24 28.312 E StrictMode 587 at android.app.LoadedApk ServiceDispatcher. init LoadedApk.java 969 12 07 14 24 28.312 E StrictMode 587 at android.app.LoadedApk.getServiceDispatcher..

NetworkOnMainThreadException

http://stackoverflow.com/questions/5150637/networkonmainthreadexception

is off the main thread using Roboguice RoboAsyncTask but you never know if one has not escaped. I am also using StrictMode and have not seen anything. Is my code just clean or is this not thrown on the emulator How are we supposed to prepare for..