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

Commit 0962d372 authored by Michael Jurka's avatar Michael Jurka Committed by Android Git Automerger
Browse files

am 1f3c11b7: Merge "Add more logging for bug 6499508 (getting warmer!)" into jb-dev

* commit '1f3c11b7':
  Add more logging for bug 6499508 (getting warmer!)
parents 586a119c 1f3c11b7
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();