Advertisement
Guest User

V987 Toggle Network type selection FC

a guest
Sep 18th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. E/AndroidRuntime(16553): FATAL EXCEPTION: main
  2.  
  3. E/AndroidRuntime(16553): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.phone/com.android.phone.MiuiPreferredNetworkTypeListPreference}; have you declared this activity in your AndroidManifest.xml?
  4.  
  5. E/AndroidRuntime(16553): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1624)
  6.  
  7. E/AndroidRuntime(16553): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1423)
  8.  
  9. E/AndroidRuntime(16553): at android.app.ContextImpl.startActivity(ContextImpl.java:1058)
  10.  
  11. E/AndroidRuntime(16553): at android.app.ContextImpl.startActivity(ContextImpl.java:1040)
  12.  
  13. E/AndroidRuntime(16553): at android.content.ContextWrapper.startActivity(ContextWrapper.java:284)
  14.  
  15. E/AndroidRuntime(16553): at miui.app.ToggleManager.startLongClickAction(ToggleManager.java:827)
  16.  
  17. E/AndroidRuntime(16553): at com.android.systemui.settings.ToggleArrangement$3.onItemLongClick(ToggleArrangement.java:86)
  18.  
  19. E/AndroidRuntime(16553): at android.widget.AbsListView.performLongPress(AbsListView.java:2878)
  20.  
  21. E/AndroidRuntime(16553): at android.widget.AbsListView$CheckForLongPress.run(AbsListView.java:2828)
  22.  
  23. E/AndroidRuntime(16553): at android.os.Handler.handleCallback(Handler.java:725)
  24.  
  25. E/AndroidRuntime(16553): at android.os.Handler.dispatchMessage(Handler.java:92)
  26.  
  27. E/AndroidRuntime(16553): at android.os.Looper.loop(Looper.java:153)
  28.  
  29. E/AndroidRuntime(16553): at android.app.ActivityThread.main(ActivityThread.java:5297)
  30.  
  31. E/AndroidRuntime(16553): at java.lang.reflect.Method.invokeNative(Native Method)
  32.  
  33. E/AndroidRuntime(16553): at java.lang.reflect.Method.invoke(Method.java:511)
  34.  
  35. E/AndroidRuntime(16553): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
  36.  
  37. E/AndroidRuntime(16553): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
  38.  
  39. E/AndroidRuntime(16553): at dalvik.system.NativeStart.main(Native Method)
  40.  
  41. D/SettingsProvider( 540): call request for 0
  42.  
  43. V/SettingsProvider( 540): call(global:dropbox:system_app_crash) for 0
  44.  
  45. D/SettingsProvider( 540): lookupValue table global cache contains Key dropbox:system_app_crash , value = null
  46.  
  47. D/SettingsProvider( 540): lookupValue table global cache.fullyMatchesDisk() dropbox:system_app_crash
  48.  
  49. V/Provider/Settings( 540): from db cache, name = dropbox:system_app_crash , value = null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement