La aplicación de llamadas de mi Samsung Galaxy Ace tarda mucho en iniciarse (unos 20 segundos). Cuando finalmente se inicia y cancelo la llamada y vuelvo a llamar, la aplicación se inicia normalmente. Cuando apago la pantalla y la vuelvo a encender, la app se inicia de nuevo con retraso. Estuve mirando la salida del LogCat y me da esto:
07-21 21:11:08.710: D/PowerManagerService(1502): releaseWakeLock flags=0x1 tag=ActivityManager-Launch
07-21 21:11:11.390: D/BatteryService(1502): update start
07-21 21:11:14.703: W/PowerManagerService(1502): Timer 0x3->0x3|0x0
07-21 21:11:21.421: D/BatteryService(1502): update start
07-21 21:11:22.531: W/ActivityManager(1502): Timeout of broadcast BroadcastRecord{407bdff8 android.intent.action.SCREEN_OFF} - receiver=android.os.BinderProxy@40bd2f18, started 20000ms ago
07-21 21:11:22.531: W/ActivityManager(1502): Receiver during timeout: BroadcastFilter{40bf3618 ReceiverList{40bd2f88 23024 com.google.android.youtube/10057 remote:40bd2f18}}
07-21 21:11:22.554: I/Launcher(19091): ACTION_SCREEN_OFF
07-21 21:11:22.578: D/PowerManagerService(1502): acquireWakeLock flags=0x1 tag=GeofencerStateMachine
07-21 21:11:22.578: D/PowerManagerService(1502): releaseWakeLock flags=0x1 tag=GeofencerStateMachine
I think it has something to do with this line:
07-21 21:11:22.531: W/ActivityManager(1502): Timeout of broadcast BroadcastRecord{407bdff8 android.intent.action.SCREEN_OFF} - receiver=android.os.BinderProxy@40bd2f18, started 20000ms ago
pero no sé cómo arreglarlo.