Advertisement
Guest User

Untitled

a guest
Jul 26th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.86 KB | None | 0 0
  1. 07-26 22:32:11.570: I/MainActivity(332): onCreate of MainActivity called.
  2. 07-26 22:32:11.711: I/MainActivity(332): populateDataList of MainActivity called.
  3. 07-26 22:32:11.711: I/MyCustomParentObject(332): Constructor of MyCustomParentObject called.
  4. 07-26 22:32:11.711: I/MyCustomParentObject(332): setImageId of MyCustomParentObject called.
  5. 07-26 22:32:11.711: I/MyCustomParentObject(332): setTitle of MyCustomParentObject called.
  6. 07-26 22:32:11.711: I/MyCustomParentObject(332): Constructor of MyCustomParentObject called.
  7. 07-26 22:32:11.720: I/MyCustomParentObject(332): setImageId of MyCustomParentObject called.
  8. 07-26 22:32:11.720: I/MyCustomParentObject(332): setTitle of MyCustomParentObject called.
  9. 07-26 22:32:11.720: I/MyCustomParentObject(332): Constructor of MyCustomParentObject called.
  10. 07-26 22:32:11.720: I/MyCustomParentObject(332): setImageId of MyCustomParentObject called.
  11. 07-26 22:32:11.730: I/MyCustomParentObject(332): setTitle of MyCustomParentObject called.
  12. 07-26 22:32:11.740: I/MyExpandableRecyclerAdapter(332): Constructor of MyExpandableRecyclerAdapter called.
  13. 07-26 22:32:11.860: I/MyExpandableRecyclerAdapter(332): onCreateChildViewHolder of MyExpandableRecyclerAdapter called.
  14. 07-26 22:32:11.880: I/MyChildViewHolder(332): Constructor of MyChildViewHolder called.
  15. 07-26 22:32:11.900: I/Class(332): +++++++++++++++++++++++++THE TYPE OF THE RecyclerView.ViewHolder WHICH HAS BEEN PASSED AS AN ARGUMENT IS MyChildViewHolder++++++++++++++++++++++++++++
  16. 07-26 22:32:11.910: D/AndroidRuntime(332): Shutting down VM
  17. 07-26 22:32:11.910: W/dalvikvm(332): threadid=1: thread exiting with uncaught exception (group=0x4001d800)
  18. 07-26 22:32:11.970: E/AndroidRuntime(332): FATAL EXCEPTION: main
  19. 07-26 22:32:11.970: E/AndroidRuntime(332): java.lang.ClassCastException: practice_projects.expandablerecyclerviewgithub_test_one.MyChildViewHolder
  20. 07-26 22:32:11.970: E/AndroidRuntime(332):  at com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter.onBindViewHolder(ExpandableRecyclerAdapter.java:144)
  21. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.support.v7.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:5084)
  22. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4385)
  23. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4278)
  24. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.support.v7.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:1947)
  25. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1359)
  26. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1322)
  27. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.support.v7.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:556)
  28. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.support.v7.widget.RecyclerView.dispatchLayout(RecyclerView.java:2673)
  29. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.support.v7.widget.RecyclerView.onLayout(RecyclerView.java:2971)
  30. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.view.View.layout(View.java:7035)
  31. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.widget.RelativeLayout.onLayout(RelativeLayout.java:909)
  32. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.view.View.layout(View.java:7035)
  33. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.widget.FrameLayout.onLayout(FrameLayout.java:333)
  34. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.view.View.layout(View.java:7035)
  35. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.widget.FrameLayout.onLayout(FrameLayout.java:333)
  36. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.view.View.layout(View.java:7035)
  37. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.view.ViewRoot.performTraversals(ViewRoot.java:1045)
  38. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.view.ViewRoot.handleMessage(ViewRoot.java:1727)
  39. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.os.Handler.dispatchMessage(Handler.java:99)
  40. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.os.Looper.loop(Looper.java:123)
  41. 07-26 22:32:11.970: E/AndroidRuntime(332):  at android.app.ActivityThread.main(ActivityThread.java:4627)
  42. 07-26 22:32:11.970: E/AndroidRuntime(332):  at java.lang.reflect.Method.invokeNative(Native Method)
  43. 07-26 22:32:11.970: E/AndroidRuntime(332):  at java.lang.reflect.Method.invoke(Method.java:521)
  44. 07-26 22:32:11.970: E/AndroidRuntime(332):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
  45. 07-26 22:32:11.970: E/AndroidRuntime(332):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
  46. 07-26 22:32:11.970: E/AndroidRuntime(332):  at dalvik.system.NativeStart.main(Native Method)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement