prathamesh_m009

OpenMRS.log

Dec 8th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.65 KB | None | 0 0
  1. 12-08 17:45:52.335 D/OpenMRS (26226): #63 OpenMRSLogger.<init>() : Start logging to file
  2. 12-08 17:46:43.639 D/OpenMRS (26226): #126 LoginPresenter$1.onResponse() : sessionId: 6C2EA66F50CC4D986D1E79AB9731E603 authenticated: false
  3. 12-08 17:46:57.857 D/OpenMRS (26226): #126 LoginPresenter$1.onResponse() : sessionId: 39891FF0096A450E7F39EBD67876943B authenticated: true
  4. 12-08 17:46:59.983 D/OpenMRS (26226): #70 DBOpenHelper.onCreate() : Database creating...
  5. 12-08 17:47:00.028 D/OpenMRS (26226): #100 DBOpenHelper.logOnCreate() : Table patientsCREATE TABLE patients(_id integer primary key autoincrement,synced boolean,display text,uuid text,identifier text,givenName text not null,middleName text,familyName text not null,gender text not null,birthDate data not null,deathDate date,causeOfDeath text,age text,photo blob,address1 text,address2 text,postalCode text,country text,state text,city text,encounters text); ver.9 created
  6. 12-08 17:47:00.043 D/OpenMRS (26226): #100 DBOpenHelper.logOnCreate() : Table conceptsCREATE TABLE concepts(_id integer primary key autoincrement,uuid text not null,display text); ver.9 created
  7. 12-08 17:47:00.046 D/OpenMRS (26226): #100 DBOpenHelper.logOnCreate() : Table visitsCREATE TABLE visits(_id integer primary key autoincrement,patient_id integer not null,uuid data not null,visit_type text,visit_place text,start_date data not null,stop_date date); ver.9 created
  8. 12-08 17:47:00.049 D/OpenMRS (26226): #100 DBOpenHelper.logOnCreate() : Table encountersCREATE TABLE encounters(_id integer primary key autoincrement,visit_id integer,uuid text not null,display text,encounterDatetime data not null,type date,patient_uuid text,form_uuid text); ver.9 created
  9. 12-08 17:47:00.052 D/OpenMRS (26226): #100 DBOpenHelper.logOnCreate() : Table observationsCREATE TABLE observations(_id integer primary key autoincrement,encounter_id integer not null,uuid text not null,display text,displayValue text,diagnosisOrder text,diagnosisList text,diagnosisCertainty text,diagnosisNote text,conceptUuid text); ver.9 created
  10. 12-08 17:47:00.055 D/OpenMRS (26226): #100 DBOpenHelper.logOnCreate() : Table locationsCREATE TABLE locations(_id integer primary key autoincrement,uuid text not null,display text,name text,description text,address1 text,address2 text,city text,state text,country text,postalCode text,parentLocationUuid text); ver.9 created
  11. 12-08 17:47:05.521 D/OpenMRS (26226): #63 OpenMRSLogger.<init>() : Start logging to file
  12. 12-08 17:47:05.540 D/OpenMRS (26226): #63 OpenMRSLogger.<init>() : Start logging to file
  13. 12-08 17:47:52.036 E/OpenMRS (26226): #48 OpenMRSLogger.lambda$new$0$OpenMRSLogger() : Uncaught exception is:
  14. 12-08 17:47:52.036 E/OpenMRS (26226): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.openmrs.mobile.models.PersonName.getGivenName()' on a null object reference
  15. 12-08 17:47:52.036 E/OpenMRS (26226): at org.openmrs.mobile.activities.addeditpatient.SimilarPatientsRecyclerViewAdapter.setPatientName(SimilarPatientsRecyclerViewAdapter.java:180)
  16. 12-08 17:47:52.036 E/OpenMRS (26226): at org.openmrs.mobile.activities.addeditpatient.SimilarPatientsRecyclerViewAdapter.onBindViewHolder(SimilarPatientsRecyclerViewAdapter.java:69)
  17. 12-08 17:47:52.036 E/OpenMRS (26226): at org.openmrs.mobile.activities.addeditpatient.SimilarPatientsRecyclerViewAdapter.onBindViewHolder(SimilarPatientsRecyclerViewAdapter.java:45)
  18. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:6781)
  19. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:6823)
  20. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:5752)
  21. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6019)
  22. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5858)
  23. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5854)
  24. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2230)
  25. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1557)
  26. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1517)
  27. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:612)
  28. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:3924)
  29. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:3641)
  30. 12-08 17:47:52.036 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4194)
  31. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  32. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  33. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1743)
  34. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1586)
  35. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.LinearLayout.onLayout(LinearLayout.java:1495)
  36. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  37. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  38. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1743)
  39. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1586)
  40. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.LinearLayout.onLayout(LinearLayout.java:1495)
  41. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  42. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  43. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.RelativeLayout.onLayout(RelativeLayout.java:1080)
  44. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  45. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  46. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
  47. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
  48. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  49. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  50. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
  51. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
  52. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  53. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  54. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
  55. 12-08 17:47:52.036 E/OpenMRS (26226): at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
  56. 12-08 17:47:52.036 E/OpenMRS (26226): at com.android.internal.policy.PhoneWindow$DecorView.onLayout(PhoneWindow.java:2680)
  57. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  58. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  59. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2212)
  60. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1968)
  61. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1144)
  62. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6102)
  63. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:860)
  64. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.Choreographer.doCallbacks(Choreographer.java:672)
  65. 12-08 17:47:52.036 E/OpenMRS (26226): at android.view.Choreographer.doFrame(Choreographer.java:608
  66. 12-08 17:47:52.037 E/OpenMRS (26226): #48 OpenMRSLogger.lambda$new$0$OpenMRSLogger() : Uncaught exception is:
  67. 12-08 17:47:52.037 E/OpenMRS (26226): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.openmrs.mobile.models.PersonName.getGivenName()' on a null object reference
  68. 12-08 17:47:52.037 E/OpenMRS (26226): at org.openmrs.mobile.activities.addeditpatient.SimilarPatientsRecyclerViewAdapter.setPatientName(SimilarPatientsRecyclerViewAdapter.java:180)
  69. 12-08 17:47:52.037 E/OpenMRS (26226): at org.openmrs.mobile.activities.addeditpatient.SimilarPatientsRecyclerViewAdapter.onBindViewHolder(SimilarPatientsRecyclerViewAdapter.java:69)
  70. 12-08 17:47:52.037 E/OpenMRS (26226): at org.openmrs.mobile.activities.addeditpatient.SimilarPatientsRecyclerViewAdapter.onBindViewHolder(SimilarPatientsRecyclerViewAdapter.java:45)
  71. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:6781)
  72. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:6823)
  73. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:5752)
  74. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6019)
  75. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5858)
  76. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5854)
  77. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2230)
  78. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1557)
  79. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1517)
  80. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:612)
  81. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:3924)
  82. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:3641)
  83. 12-08 17:47:52.037 E/OpenMRS (26226): at androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4194)
  84. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  85. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  86. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1743)
  87. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1586)
  88. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.LinearLayout.onLayout(LinearLayout.java:1495)
  89. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  90. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  91. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1743)
  92. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1586)
  93. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.LinearLayout.onLayout(LinearLayout.java:1495)
  94. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  95. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  96. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.RelativeLayout.onLayout(RelativeLayout.java:1080)
  97. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  98. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  99. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
  100. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
  101. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  102. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  103. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
  104. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
  105. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  106. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  107. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
  108. 12-08 17:47:52.037 E/OpenMRS (26226): at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
  109. 12-08 17:47:52.037 E/OpenMRS (26226): at com.android.internal.policy.PhoneWindow$DecorView.onLayout(PhoneWindow.java:2680)
  110. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.View.layout(View.java:16672)
  111. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewGroup.layout(ViewGroup.java:5438)
  112. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2212)
  113. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1968)
  114. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1144)
  115. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6102)
  116. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:860)
  117. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.Choreographer.doCallbacks(Choreographer.java:672)
  118. 12-08 17:47:52.037 E/OpenMRS (26226): at android.view.Choreographer.doFrame(Choreographer.java:608
  119. 12-08 17:47:52.060 D/OpenMRS (26226): #63 OpenMRSLogger.<init>() : Start logging to file
  120. 12-08 17:47:52.393 D/OpenMRS (26779): #63 OpenMRSLogger.<init>() : Start logging to file
  121. 12-08 17:48:05.342 D/OpenMRS (26779): #63 OpenMRSLogger.<init>() : Start logging to file
  122. 12-08 17:48:05.345 D/OpenMRS (26779): #63 OpenMRSLogger.<init>() : Start logging to file
  123. 12-08 17:48:37.733 D/OpenMRS (26779): #63 OpenMRSLogger.<init>() : Start logging to file
  124. 12-08 17:48:37.756 E/OpenMRS (26779): #48 OpenMRSLogger.lambda$new$0$OpenMRSLogger() : Uncaught exception is:
  125. 12-08 17:48:37.756 E/OpenMRS (26779): java.lang.NullPointerException: Attempt to invoke interface method 'boolean java.util.List.add(java.lang.Object)' on a null object reference
  126. 12-08 17:48:37.756 E/OpenMRS (26779): at org.openmrs.mobile.dao.PatientDAO.cursorToPatient(PatientDAO.java:90)
  127. 12-08 17:48:37.756 E/OpenMRS (26779): at org.openmrs.mobile.dao.PatientDAO.findPatientByID(PatientDAO.java:183)
  128. 12-08 17:48:37.756 E/OpenMRS (26779): at org.openmrs.mobile.activities.patientdashboard.details.PatientDashboardDetailsPresenter.<init>(PatientDashboardDetailsPresenter.java:41)
  129. 12-08 17:48:37.756 E/OpenMRS (26779): at org.openmrs.mobile.activities.patientdashboard.PatientDashboardPagerAdapter.getItem(PatientDashboardPagerAdapter.java:66)
  130. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.fragment.app.FragmentPagerAdapter.instantiateItem(FragmentPagerAdapter.java:105)
  131. 12-08 17:48:37.756 E/OpenMRS (26779): at org.openmrs.mobile.activities.patientdashboard.PatientDashboardPagerAdapter.instantiateItem(PatientDashboardPagerAdapter.java:111)
  132. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.viewpager.widget.ViewPager.addNewItem(ViewPager.java:1010)
  133. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1158)
  134. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1092)
  135. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.viewpager.widget.ViewPager.onMeasure(ViewPager.java:1622)
  136. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.View.measure(View.java:18830)
  137. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5952)
  138. 12-08 17:48:37.756 E/OpenMRS (26779): at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
  139. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.View.measure(View.java:18830)
  140. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.core.widget.NestedScrollView.measureChildWithMargins(NestedScrollView.java:1502)
  141. 12-08 17:48:37.756 E/OpenMRS (26779): at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
  142. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.core.widget.NestedScrollView.onMeasure(NestedScrollView.java:556)
  143. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.View.measure(View.java:18830)
  144. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5952)
  145. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasureChild(CoordinatorLayout.java:733)
  146. 12-08 17:48:37.756 E/OpenMRS (26779): at com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild(HeaderScrollingViewBehavior.java:95)
  147. 12-08 17:48:37.756 E/OpenMRS (26779): at com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior.onMeasureChild(AppBarLayout.java:1556)
  148. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasure(CoordinatorLayout.java:803)
  149. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.View.measure(View.java:18830)
  150. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5952)
  151. 12-08 17:48:37.756 E/OpenMRS (26779): at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
  152. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:143)
  153. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.View.measure(View.java:18830)
  154. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5952)
  155. 12-08 17:48:37.756 E/OpenMRS (26779): at androidx.appcompat.widget.ActionBarOverlayLayout.onMeasure(ActionBarOverlayLayout.java:401)
  156. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.View.measure(View.java:18830)
  157. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5952)
  158. 12-08 17:48:37.756 E/OpenMRS (26779): at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
  159. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.View.measure(View.java:18830)
  160. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5952)
  161. 12-08 17:48:37.756 E/OpenMRS (26779): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1465)
  162. 12-08 17:48:37.756 E/OpenMRS (26779): at android.widget.LinearLayout.measureVertical(LinearLayout.java:748)
  163. 12-08 17:48:37.756 E/OpenMRS (26779): at android.widget.LinearLayout.onMeasure(LinearLayout.java:630)
  164. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.View.measure(View.java:18830)
  165. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5952)
  166. 12-08 17:48:37.756 E/OpenMRS (26779): at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
  167. 12-08 17:48:37.756 E/OpenMRS (26779): at com.android.internal.policy.PhoneWindow$DecorView.onMeasure(PhoneWindow.java:2645)
  168. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.View.measure(View.java:18830)
  169. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:2141)
  170. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1253)
  171. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1545)
  172. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1144)
  173. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6102)
  174. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:860)
  175. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.Choreographer.doCallbacks(Choreographer.java:672)
  176. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.Choreographer.doFrame(Choreographer.java:608)
  177. 12-08 17:48:37.756 E/OpenMRS (26779): at android.view.Choreographer$FrameDi
  178. 12-08 17:48:37.759 D/OpenMRS (26779): #63 OpenMRSLogger.<init>() : Start logging to file
  179. 12-08 17:48:38.079 D/OpenMRS (26861): #63 OpenMRSLogger.<init>() : Start logging to file
  180. 12-08 17:49:24.262 D/OpenMRS (26861): #63 OpenMRSLogger.<init>() : Start logging to file
  181. 12-08 17:49:24.637 D/OpenMRS (27142): #63 OpenMRSLogger.<init>() : Start logging to file
  182. 12-08 17:51:02.056 D/OpenMRS (27142): #63 OpenMRSLogger.<init>() : Start logging to file
  183. 12-08 17:51:02.417 D/OpenMRS (27241): #63 OpenMRSLogger.<init>() : Start logging to file
  184. 12-08 17:57:40.930 D/OpenMRS (27241): #63 OpenMRSLogger.<init>() : Start logging to file
  185. 12-08 17:57:41.274 D/OpenMRS (27777): #63 OpenMRSLogger.<init>() : Start logging to file
Add Comment
Please, Sign In to add comment