Advertisement
bigrushdog

Untitled

Aug 4th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.01 KB | None | 0 0
  1. E/KeyguardHostView(  398): can't find user_selector in layout.
  2. E/KeyguardHostView(  398): java.lang.Throwable
  3. E/KeyguardHostView(  398):  at com.android.internal.policy.impl.keyguard.KeyguardHostView.enableUserSelectorIfNecessary(KeyguardHostView.java:1554)
  4. E/KeyguardHostView(  398):  at com.android.internal.policy.impl.keyguard.KeyguardHostView.addDefaultWidgets(KeyguardHostView.java:1219)
  5. E/KeyguardHostView(  398):  at com.android.internal.policy.impl.keyguard.KeyguardHostView.onFinishInflate(KeyguardHostView.java:380)
  6. E/KeyguardHostView(  398):  at android.view.LayoutInflater.rInflate(LayoutInflater.java:763)
  7. E/KeyguardHostView(  398):  at android.view.LayoutInflater.inflate(LayoutInflater.java:492)
  8. E/KeyguardHostView(  398):  at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  9. E/KeyguardHostView(  398):  at com.android.internal.policy.impl.keyguard.KeyguardViewManager.inflateKeyguardView(KeyguardViewManager.java:235)
  10. E/KeyguardHostView(  398):  at com.android.internal.policy.impl.keyguard.KeyguardViewManager.maybeCreateKeyguardLocked(KeyguardViewManager.java:217)
  11. E/KeyguardHostView(  398):  at com.android.internal.policy.impl.keyguard.KeyguardViewManager.access$200(KeyguardViewManager.java:52)
  12. E/KeyguardHostView(  398):  at com.android.internal.policy.impl.keyguard.KeyguardViewManager$ViewManagerHost.onConfigurationChanged(KeyguardViewManager.java:142)
  13. E/KeyguardHostView(  398):  at android.view.View.dispatchConfigurationChanged(View.java:7767)
  14. E/KeyguardHostView(  398):  at android.view.ViewGroup.dispatchConfigurationChanged(ViewGroup.java:1078)
  15. E/KeyguardHostView(  398):  at android.view.ViewRootImpl.updateConfiguration(ViewRootImpl.java:2894)
  16. E/KeyguardHostView(  398):  at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3036)
  17. E/KeyguardHostView(  398):  at android.os.Handler.dispatchMessage(Handler.java:99)
  18. E/KeyguardHostView(  398):  at android.os.Looper.loop(Looper.java:137)
  19. E/KeyguardHostView(  398):  at android.os.HandlerThread.run(HandlerThread.java:61)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement