Advertisement
Guest User

Untitled

a guest
Jul 26th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 6.39 KB | None | 0 0
  1. 07-26 22:29:11.490: I/MainActivity(303): onCreate of MainActivity called.
  2. 07-26 22:29:11.580: I/MainActivity(303): populateDataList of MainActivity called.
  3. 07-26 22:29:11.580: I/MyCustomParentObject(303): Constructor of MyCustomParentObject called.
  4. 07-26 22:29:11.590: I/MyCustomParentObject(303): setImageId of MyCustomParentObject called.
  5. 07-26 22:29:11.590: I/MyCustomParentObject(303): setTitle of MyCustomParentObject called.
  6. 07-26 22:29:11.590: I/MyCustomParentObject(303): Constructor of MyCustomParentObject called.
  7. 07-26 22:29:11.590: I/MyCustomParentObject(303): setImageId of MyCustomParentObject called.
  8. 07-26 22:29:11.590: I/MyCustomParentObject(303): setTitle of MyCustomParentObject called.
  9. 07-26 22:29:11.590: I/MyCustomParentObject(303): Constructor of MyCustomParentObject called.
  10. 07-26 22:29:11.601: I/MyCustomParentObject(303): setImageId of MyCustomParentObject called.
  11. 07-26 22:29:11.601: I/MyCustomParentObject(303): setTitle of MyCustomParentObject called.
  12. 07-26 22:29:11.610: I/MyExpandableRecyclerAdapter(303): Constructor of MyExpandableRecyclerAdapter called.
  13. 07-26 22:29:11.710: I/MyExpandableRecyclerAdapter(303): onCreateParentViewHolder of MyExpandableRecyclerAdapter called.
  14. 07-26 22:29:11.710: I/MyExpandableRecyclerAdapter(303): IN onCreateParentViewHolder, THE TYPE OF AN ITEM IN THE parentItemList IS practice_projects.expandablerecyclerviewgithub_test_one.MyCustomParentObject@45f6e650
  15. 07-26 22:29:11.720: I/dalvikvm(303): Could not find method android.view.View.setRotation, referenced from method com.bignerdranch.expandablerecyclerview.ViewHolder.ParentViewHolder.cancelAnimation
  16. 07-26 22:29:11.720: W/dalvikvm(303): VFY: unable to resolve virtual method 14894: Landroid/view/View;.setRotation (F)V
  17. 07-26 22:29:11.720: D/dalvikvm(303): VFY: replacing opcode 0x6e at 0x000f
  18. 07-26 22:29:11.730: I/dalvikvm(303): Could not find method android.view.View.setRotation, referenced from method com.bignerdranch.expandablerecyclerview.ViewHolder.ParentViewHolder.setAnimationDuration
  19. 07-26 22:29:11.730: W/dalvikvm(303): VFY: unable to resolve virtual method 14894: Landroid/view/View;.setRotation (F)V
  20. 07-26 22:29:11.730: D/dalvikvm(303): VFY: replacing opcode 0x6e at 0x0011
  21. 07-26 22:29:11.740: I/dalvikvm(303): Could not find method android.view.View.setRotation, referenced from method com.bignerdranch.expandablerecyclerview.ViewHolder.ParentViewHolder.setCustomClickableViewAndItem
  22. 07-26 22:29:11.740: W/dalvikvm(303): VFY: unable to resolve virtual method 14894: Landroid/view/View;.setRotation (F)V
  23. 07-26 22:29:11.740: D/dalvikvm(303): VFY: replacing opcode 0x6e at 0x001e
  24. 07-26 22:29:11.740: I/dalvikvm(303): Could not find method android.view.View.setRotation, referenced from method com.bignerdranch.expandablerecyclerview.ViewHolder.ParentViewHolder.setCustomClickableViewOnly
  25. 07-26 22:29:11.740: W/dalvikvm(303): VFY: unable to resolve virtual method 14894: Landroid/view/View;.setRotation (F)V
  26. 07-26 22:29:11.750: D/dalvikvm(303): VFY: replacing opcode 0x6e at 0x001f
  27. 07-26 22:29:11.750: I/dalvikvm(303): Could not find method android.view.View.setRotation, referenced from method com.bignerdranch.expandablerecyclerview.ViewHolder.ParentViewHolder.setExpanded
  28. 07-26 22:29:11.750: W/dalvikvm(303): VFY: unable to resolve virtual method 14894: Landroid/view/View;.setRotation (F)V
  29. 07-26 22:29:11.750: D/dalvikvm(303): VFY: replacing opcode 0x6e at 0x0016
  30. 07-26 22:29:11.750: I/dalvikvm(303): Could not find method android.view.View.setRotation, referenced from method com.bignerdranch.expandablerecyclerview.ViewHolder.ParentViewHolder.setExpanded
  31. 07-26 22:29:11.760: W/dalvikvm(303): VFY: unable to resolve virtual method 14894: Landroid/view/View;.setRotation (F)V
  32. 07-26 22:29:11.760: D/dalvikvm(303): VFY: replacing opcode 0x6e at 0x0025
  33. 07-26 22:29:11.760: D/dalvikvm(303): VFY: dead code 0x0028-0028 in Lcom/bignerdranch/expandablerecyclerview/ViewHolder/ParentViewHolder;.setExpanded (Z)V
  34. 07-26 22:29:11.780: I/MyParentViewHolder(303): Constructor of MyParentViewHolder called.
  35. 07-26 22:29:11.780: I/Class(303): +++++++++++++++++++++++++THE TYPE OF THE RecyclerView.ViewHolder WHICH HAS BEEN PASSED AS AN ARGUMENT IS MyParentViewHolder++++++++++++++++++++++++++++
  36. 07-26 22:29:11.790: I/MyExpandableRecyclerAdapter(303): onBindParentViewHolder of MyExpandableRecyclerAdapter called.
  37. 07-26 22:29:11.790: I/MyCustomParentObject(303): getTitle of MyCustomParentObject called.
  38. 07-26 22:29:11.790: I/MyCustomParentObject(303): getImageId of MyCustomParentObject called.
  39. 07-26 22:29:11.810: I/MyExpandableRecyclerAdapter(303): onCreateParentViewHolder of MyExpandableRecyclerAdapter called.
  40. 07-26 22:29:11.810: I/MyExpandableRecyclerAdapter(303): IN onCreateParentViewHolder, THE TYPE OF AN ITEM IN THE parentItemList IS practice_projects.expandablerecyclerviewgithub_test_one.MyCustomParentObject@45f6e650
  41. 07-26 22:29:11.820: I/MyParentViewHolder(303): Constructor of MyParentViewHolder called.
  42. 07-26 22:29:11.820: I/Class(303): +++++++++++++++++++++++++THE TYPE OF THE RecyclerView.ViewHolder WHICH HAS BEEN PASSED AS AN ARGUMENT IS MyParentViewHolder++++++++++++++++++++++++++++
  43. 07-26 22:29:11.820: I/MyExpandableRecyclerAdapter(303): onBindParentViewHolder of MyExpandableRecyclerAdapter called.
  44. 07-26 22:29:11.830: I/MyCustomParentObject(303): getTitle of MyCustomParentObject called.
  45. 07-26 22:29:11.830: I/MyCustomParentObject(303): getImageId of MyCustomParentObject called.
  46. 07-26 22:29:11.840: I/MyExpandableRecyclerAdapter(303): onCreateParentViewHolder of MyExpandableRecyclerAdapter called.
  47. 07-26 22:29:11.840: I/MyExpandableRecyclerAdapter(303): IN onCreateParentViewHolder, THE TYPE OF AN ITEM IN THE parentItemList IS practice_projects.expandablerecyclerviewgithub_test_one.MyCustomParentObject@45f6e650
  48. 07-26 22:29:11.850: I/MyParentViewHolder(303): Constructor of MyParentViewHolder called.
  49. 07-26 22:29:11.850: I/Class(303): +++++++++++++++++++++++++THE TYPE OF THE RecyclerView.ViewHolder WHICH HAS BEEN PASSED AS AN ARGUMENT IS MyParentViewHolder++++++++++++++++++++++++++++
  50. 07-26 22:29:11.850: I/MyExpandableRecyclerAdapter(303): onBindParentViewHolder of MyExpandableRecyclerAdapter called.
  51. 07-26 22:29:11.850: I/MyCustomParentObject(303): getTitle of MyCustomParentObject called.
  52. 07-26 22:29:11.850: I/MyCustomParentObject(303): getImageId of MyCustomParentObject called.
  53. 07-26 22:29:11.950: I/ActivityManager(58): Displayed activity practice_projects.expandablerecyclerviewgithub_test_one/.MainActivity: 1432 ms (total 1432 ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement