Monday, April 7, 2014

stop logcat error message appears on the Unable to start service Intent {act = com.android.email.ACCOUN


Logcat always be kept running virtual machines appeared recently when the following error message, the program can run normally, but this is why, what are the solutions it?
 
10-01 08:35:53.919: D / ExchangeService (678): Received deviceId from Email app: null
!!! 10-01 08:35:53.919: D / ExchangeService (678): deviceId unknown; stopping self and retrying
10-01 08:35:59.085: D / ExchangeService (678):!!! EAS ExchangeService, onStartCommand, startingUp = false, running = false
10-01 08:35:59.095: W / ActivityManager (297): Unable to start service Intent {act = com.android.email.ACCOUNT_INTENT} U = 0: not found
10-01 08:35:59.095: D / ExchangeService (678):!!! Email application not found; stopping self
10-01 08:35:59.125: W / ActivityManager (297): Unable to start service Intent {act = com.android.email.ACCOUNT_INTENT} U = 0: not found
10-01 08:35:59.175: E / ActivityThread (678): Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy $ ProxyConnection @ 40d07088 that was originally bound here
10-01 08:35:59.175: E / ActivityThread (678): android.app.ServiceConnectionLeaked: Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy $ ProxyConnection @ 40d07088 that was originally bound here
10-01 08:35:59.175: E / ActivityThread (678): at android.app.LoadedApk $ ServiceDispatcher . (LoadedApk.java: 969)
10-01 08:35:59.175: E / ActivityThread (678): at android.app.LoadedApk.getServiceDispatcher (LoadedApk.java: 863)
10-01 08:35:59.175: E / ActivityThread (678): at android.app.ContextImpl.bindService (ContextImpl.java: 1418)
10-01 08:35:59.175: E / ActivityThread (678): at android.app.ContextImpl.bindService (ContextImpl.java: 1407)
10-01 08:35:59.175: E / ActivityThread (678): at android.content.ContextWrapper.bindService (ContextWrapper.java: 473)
10-01 08:35:59.175: E / ActivityThread (678): at com.android.emailcommon.service.ServiceProxy.setTask (ServiceProxy.java: 157)
10-01 08:35:59.175: E / ActivityThread (678): at com.android.emailcommon.service.ServiceProxy.setTask (ServiceProxy.java: 145)
10-01 08:35:59.175: E / ActivityThread (678): at com.android.emailcommon.service.ServiceProxy.test (ServiceProxy.java: 191)
10-01 08:35:59.175: E / ActivityThread (678): at com.android.exchange.ExchangeService $ 7.run (ExchangeService.java: 1850)
10-01 08:35:59.175: E / ActivityThread (678): at com.android.emailcommon.utility.Utility $ 2.doInBackground (Utility.java: 551)
10-01 08:35:59.175: E / ActivityThread (678): at com.android.emailcommon.utility.Utility $ 2.doInBackground (Utility.java: 549)
10-01 08:35:59.175: E / ActivityThread (678): at android.os.AsyncTask $ 2.call (AsyncTask.java: 287)
10-01 08:35:59.175: E / ActivityThread (678): at java.util.concurrent.FutureTask.run (FutureTask.java: 234)
10-01 08:35:59.175: E / ActivityThread (678): at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java: 1080)
10-01 08:35:59.175: E / ActivityThread (678): at java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java: 573)
10-01 08:35:59.175: E / ActivityThread (678): at java.lang.Thread.run (Thread.java: 856)
10-01 08:35:59.205: E / StrictMode (678): null
10-01 08:35:59.205: E / StrictMode (678): android.app.ServiceConnectionLeaked: Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy $ ProxyConnection @ 40d07088 that was originally bound here
10-01 08:35:59.205: E / StrictMode (678): at android.app.LoadedApk $ ServiceDispatcher . (LoadedApk.java: 969)
10-01 08:35:59.205: E / StrictMode (678): at android.app.LoadedApk.getServiceDispatcher (LoadedApk.java: 863)
10-01 08:35:59.205: E / StrictMode (678): at android.app.ContextImpl.bindService (ContextImpl.java: 1418)
10-01 08:35:59.205: E / StrictMode (678): at android.app.ContextImpl.bindService (ContextImpl.java: 1407)
10-01 08:35:59.205: E / StrictMode (678): at android.content.ContextWrapper.bindService (ContextWrapper.java: 473)
10-01 08:35:59.205: E / StrictMode (678): at com.android.emailcommon.service.ServiceProxy.setTask (ServiceProxy.java: 157)
10-01 08:35:59.205: E / StrictMode (678): at com.android.emailcommon.service.ServiceProxy.setTask (ServiceProxy.java: 145)
10-01 08:35:59.205: E / StrictMode (678): at com.android.emailcommon.service.ServiceProxy.test (ServiceProxy.java: 191)
10-01 08:35:59.205: E / StrictMode (678): at com.android.exchange.ExchangeService $ 7.run (ExchangeService.java: 1850)
10-01 08:35:59.205: E / StrictMode (678): at com.android.emailcommon.utility.Utility $ 2.doInBackground (Utility.java: 551)
10-01 08:35:59.205: E / StrictMode (678): at com.android.emailcommon.utility.Utility $ 2.doInBackground (Utility.java: 549)
10-01 08:35:59.205: E / StrictMode (678): at android.os.AsyncTask $ 2.call (AsyncTask.java: 287)
10-01 08:35:59.205: E / StrictMode (678): at java.util.concurrent.FutureTask.run (FutureTask.java: 234)
10-01 08:35:59.205: E / StrictMode (678): at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java: 1080)
10-01 08:35:59.205: E / StrictMode (678): at java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java: 573)
10-01 08:35:59.205: E / StrictMode (678): at java.lang.Thread.run (Thread.java: 856)
10-01 08:35:59.205: W / ActivityManager (297): Unbind failed: could not find connection for android.os.BinderProxy @ 40f2d9c8
10-01 08:35:59.245: E / ActivityThread (678): Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy $ ProxyConnection @ 40d07430 that was originally bound here
10-01 08:35:59.245: E / ActivityThread (678): android.app.ServiceConnectionLeaked: Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy $ ProxyConnection @ 40d07430 that was originally bound here
10-01 08:35:59.245: E / ActivityThread (678): at android.app.LoadedApk $ ServiceDispatcher . (LoadedApk.java: 969)
10-01 08:35:59.245: E / ActivityThread (678): at android.app.LoadedApk.getServiceDispatcher (LoadedApk.java: 863)
10-01 08:35:59.245: E / ActivityThread (678): at android.app.ContextImpl.bindService (ContextImpl.java: 1418)
10-01 08:35:59.245: E / ActivityThread (678): at android.app.ContextImpl.bindService (ContextImpl.java: 1407)
10-01 08:35:59.245: E / ActivityThread (678): at android.content.ContextWrapper.bindService (ContextWrapper.java: 473)
10-01 08:35:59.245: E / ActivityThread (678): at com.android.emailcommon.service.ServiceProxy.setTask (ServiceProxy.java: 157)
10-01 08:35:59.245: E / ActivityThread (678): at com.android.emailcommon.service.ServiceProxy.setTask (ServiceProxy.java: 145)
10-01 08:35:59.245: E / ActivityThread (678): at com.android.emailcommon.service.AccountServiceProxy.getDeviceId (AccountServiceProxy.java: 116)
10-01 08:35:59.245: E / ActivityThread (678): at com.android.exchange.ExchangeService.getDeviceId (ExchangeService.java: 1249)
10-01 08:35:59.245: E / ActivityThread (678): at com.android.exchange.ExchangeService $ 7.run (ExchangeService.java: 1856)
10-01 08:35:59.245: E / ActivityThread (678): at com.android.emailcommon.utility.Utility $ 2.doInBackground (Utility.java: 551)
10-01 08:35:59.245: E / ActivityThread (678): at com.android.emailcommon.utility.Utility $ 2.doInBackground (Utility.java: 549)
10-01 08:35:59.245: E / ActivityThread (678): at android.os.AsyncTask $ 2.call (AsyncTask.java: 287)
10-01 08:35:59.245: E / ActivityThread (678): at java.util.concurrent.FutureTask.run (FutureTask.java: 234)
10-01 08:35:59.245: E / ActivityThread (678): at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java: 1080)
10-01 08:35:59.245: E / ActivityThread (678): at java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java: 573)
10-01 08:35:59.245: E / ActivityThread (678): at java.lang.Thread.run (Thread.java: 856)
10-01 08:35:59.285: E / StrictMode (678): null
10-01 08:35:59.285: E / StrictMode (678): android.app.ServiceConnectionLeaked: Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy $ ProxyConnection @ 40d07430 that was originally bound here
10-01 08:35:59.285: E / StrictMode (678): at android.app.LoadedApk $ ServiceDispatcher . (LoadedApk.java: 969)
10-01 08:35:59.285: E / StrictMode (678): at android.app.LoadedApk.getServiceDispatcher (LoadedApk.java: 863)
10-01 08:35:59.285: E / StrictMode (678): at android.app.ContextImpl.bindService (ContextImpl.java: 1418)
10-01 08:35:59.285: E / StrictMode (678): at android.app.ContextImpl.bindService (ContextImpl.java: 1407)
10-01 08:35:59.285: E / StrictMode (678): at android.content.ContextWrapper.bindService (ContextWrapper.java: 473)
10-01 08:35:59.285: E / StrictMode (678): at com.android.emailcommon.service.ServiceProxy.setTask (ServiceProxy.java: 157)
10-01 08:35:59.285: E / StrictMode (678): at com.android.emailcommon.service.ServiceProxy.setTask (ServiceProxy.java: 145)
10-01 08:35:59.285: E / StrictMode (678): at com.android.emailcommon.service.AccountServiceProxy.getDeviceId (AccountServiceProxy.java: 116)
10-01 08:35:59.285: E / StrictMode (678): at com.android.exchange.ExchangeService.getDeviceId (ExchangeService.java: 1249)
10-01 08:35:59.285: E / StrictMode (678): at com.android.exchange.ExchangeService $ 7.run (ExchangeService.java: 1856)
10-01 08:35:59.285: E / StrictMode (678): at com.android.emailcommon.utility.Utility $ 2.doInBackground (Utility.java: 551)
10-01 08:35:59.285: E / StrictMode (678): at com.android.emailcommon.utility.Utility $ 2.doInBackground (Utility.java: 549)
10-01 08:35:59.285: E / StrictMode (678): at android.os.AsyncTask $ 2.call (AsyncTask.java: 287)
10-01 08:35:59.285: E / StrictMode (678): at java.util.concurrent.FutureTask.run (FutureTask.java: 234)
10-01 08:35:59.285: E / StrictMode (678): at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java: 1080)
10-01 08:35:59.285: E / StrictMode (678): at java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java: 573)
10-01 08:35:59.285: E / StrictMode (678): at java.lang.Thread.run (Thread.java: 856)
10-01 08:35:59.285: W / ActivityManager (297): Unbind failed: could not find connection for android.os.BinderProxy @ 4101d3a8
<-! Main posts under Banner (D4) -><-! Posts under the main text (D5) ->
Reply:
bind service after no call unbindService, so there will be this error.
Reply:
cited a floor tantahe reply:
bind service after no call unbindService, so there will be this error.

Does not bind service, ah, I wrote just a few simple procedures, is a few buttons, test sqlite, breadcast so on.
Because still learning, not related to the service.
Reply:
Solution found on stackoverflow, though not solve the problem from the cause, but there is no longer kept out logcat the error.

 
A simpler fix is ​​to disable "Exchange Services" in the emulated device under Settings: Apps: All

(You may need to swipe over to see the "All" tab)

No comments:

Post a Comment