Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f500b85 authored by Michael Jurka's avatar Michael Jurka
Browse files

Add more logging for bug 6499508 (getting warmer!)

Change-Id: Id55c6e9641508804d7f4a1b83e1251ea960d4aa5
parent 7b996d19
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -174,6 +174,13 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener
        public View getView(int position, View convertView, ViewGroup parent) {
            if (convertView == null) {
                convertView = createView(parent);
                if (convertView.getParent() != null) {
                    throw new RuntimeException("Recycled child has parent");
                }
            } else {
                if (convertView.getParent() != null) {
                    throw new RuntimeException("Recycled child has parent");
                }
            }
            ViewHolder holder = (ViewHolder) convertView.getTag();