Advertisement
Guest User

Untitled

a guest
Feb 25th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. I/ActivityManager( 408): Start proc com.koushikdutta.superuser for activity com.koushikdutta.superuser/.MainActivity: pid=3039 uid=10140 gids={50140, 1028}
  2. W/ThrottleService( 408): unable to find stats for iface rmnet0
  3. D/AndroidRuntime( 3039): Shutting down VM
  4. W/dalvikvm( 3039): threadid=1: thread exiting with uncaught exception (group=0x40c5f930)
  5. E/AndroidRuntime( 3039): FATAL EXCEPTION: main
  6. E/AndroidRuntime( 3039): java.lang.Error: Unresolved compilation problems:
  7. E/AndroidRuntime( 3039): The import com.koushikdutta.widgets.BetterListActivity cannot be resolved
  8. E/AndroidRuntime( 3039): The import com.koushikdutta.widgets.BetterListFragment cannot be resolved
  9. E/AndroidRuntime( 3039): The import com.koushikdutta.widgets.ListContentFragment cannot be resolved
  10. E/AndroidRuntime( 3039): The import com.koushikdutta.widgets.ListItem cannot be resolved
  11. E/AndroidRuntime( 3039): BetterListActivity cannot be resolved to a type
  12. E/AndroidRuntime( 3039): ListContentFragment cannot be resolved to a type
  13. E/AndroidRuntime( 3039): ListContentFragment cannot be resolved to a type
  14. E/AndroidRuntime( 3039): ListContentFragment cannot be resolved to a type
  15. E/AndroidRuntime( 3039): BetterListActivity cannot be resolved to a type
  16. E/AndroidRuntime( 3039): The method setContent(ListItem, UidPolicy) from the type MainActivity refers to the missing type ListItem
  17. E/AndroidRuntime( 3039): The method getFragment() from the type MainActivity refers to the missing type ListContentFragment
  18. E/AndroidRuntime( 3039): The constructor MenuInflater(MainActivity) is undefined
  19. E/AndroidRuntime( 3039): The method getFragment() from the type MainActivity refers to the missing type ListContentFragment
  20. E/AndroidRuntime( 3039): The method onConfigurationChanged(Configuration) of type new SettingsFragment(){} must override or implement a supertype method
  21. E/AndroidRuntime( 3039): The method onConfigurationChanged(Configuration) is undefined for the type SettingsFragment
  22. E/AndroidRuntime( 3039): BetterListActivity cannot be resolved to a type
  23. E/AndroidRuntime( 3039): BetterListFragment cannot be resolved to a type
  24. E/AndroidRuntime( 3039): The method onCreate(Bundle, View) of type MainActivity must override or implement a supertype method
  25. E/AndroidRuntime( 3039): BetterListActivity cannot be resolved to a type
  26. E/AndroidRuntime( 3039): The method getFragment() from the type MainActivity refers to the missing type ListContentFragment
  27. E/AndroidRuntime( 3039): The method getFragment() from the type MainActivity refers to the missing type ListContentFragment
  28. E/AndroidRuntime( 3039): The method getFragment() from the type MainActivity refers to the missing type ListContentFragment
  29. E/AndroidRuntime( 3039): BetterListActivity cannot be resolved to a type
  30. E/AndroidRuntime( 3039): ListItem cannot be resolved to a type
  31. E/AndroidRuntime( 3039): BetterListFragment cannot be resolved to a type
  32. E/AndroidRuntime( 3039): The method getFragment() from the type MainActivity refers to the missing type ListContentFragment
  33. E/AndroidRuntime( 3039): The method onConfigurationChanged(Configuration) of type new LogFragment(){} must override or implement a supertype method
  34. E/AndroidRuntime( 3039): The method onConfigurationChanged(Configuration) is undefined for the type LogFragment
  35. E/AndroidRuntime( 3039): The method getFragment() from the type MainActivity refers to the missing type ListContentFragment
  36. E/AndroidRuntime( 3039): BetterListFragment cannot be resolved to a type
  37. E/AndroidRuntime( 3039): The method getLongDateFormat(Context) in the type DateFormat is not applicable for the arguments (MainActivity)
  38. E/AndroidRuntime( 3039): ListItem cannot be resolved to a type
  39. E/AndroidRuntime( 3039): The method addItem(int, new ListItem(){}) is undefined for the type MainActivity
  40. E/AndroidRuntime( 3039): ListItem cannot be resolved to a type
  41. E/AndroidRuntime( 3039): The method getFragment() from the type MainActivity refers to the missing type ListContentFragment
  42. E/AndroidRuntime( 3039): ListItem cannot be resolved to a type
  43. E/AndroidRuntime( 3039): The method setContent(ListItem, UidPolicy) from the type MainActivity refers to the missing type ListItem
  44. E/AndroidRuntime( 3039): The method loadPackageIcon(Context, String) in the type Helper is not applicable for the arguments (MainActivity, String)
  45. E/AndroidRuntime( 3039): The method getPolicies(Context) in the type SuDatabaseHelper is not applicable for the arguments (MainActivity)
  46. E/AndroidRuntime( 3039):
  47. E/AndroidRuntime( 3039): at com.koushikdutta.superuser.MainActivity.<init>(MainActivity.java:19)
  48. E/AndroidRuntime( 3039): at java.lang.Class.newInstanceImpl(Native Method)
  49. E/AndroidRuntime( 3039): at java.lang.Class.newInstance(Class.java:1319)
  50. E/AndroidRuntime( 3039): at android.app.Instrumentation.newActivity(Instrumentation.java:1054)
  51. E/AndroidRuntime( 3039): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
  52. E/AndroidRuntime( 3039): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2354)
  53. E/AndroidRuntime( 3039): at android.app.ActivityThread.access$600(ActivityThread.java:150)
  54. E/AndroidRuntime( 3039): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1244)
  55. E/AndroidRuntime( 3039): at android.os.Handler.dispatchMessage(Handler.java:99)
  56. E/AndroidRuntime( 3039): at android.os.Looper.loop(Looper.java:137)
  57. E/AndroidRuntime( 3039): at android.app.ActivityThread.main(ActivityThread.java:5193)
  58. E/AndroidRuntime( 3039): at java.lang.reflect.Method.invokeNative(Native Method)
  59. E/AndroidRuntime( 3039): at java.lang.reflect.Method.invoke(Method.java:511)
  60. E/AndroidRuntime( 3039): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
  61. E/AndroidRuntime( 3039): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement