constraintlayout icon indicating copy to clipboard operation
constraintlayout copied to clipboard

ValidationTool freezes when attempting to render check_399

Open kaeawc opened this issue 5 years ago • 2 comments

Steps to Reproduce:

  1. Run ValidationTool
  2. Connect to emulator
  3. Click on check_399

Expected:

See the rendering within the ValidationTool Screen Shot 2021-01-24 at 10 12 45 AM

Actual:

Emulator renders the test layout, but ValidationTool freezes and becomes unresponsive.

I'm able to reproduce this going back to 2.1.0-alpha1 and 2.

kaeawc avatar Jan 24 '21 16:01 kaeawc

It looks like the real issue is ValidationTool doesn't have a baseline for this layout. Original bug is here https://issuetracker.google.com/issues/170884549 and the layout renders correctly when selected, so I'm going to create a new baseline based on Nexus 5 API 25

kaeawc avatar Jan 24 '21 17:01 kaeawc

Actually seems like the stream reader just freezes when there are too many elements. Doesn't really make sense because there are similarly sized layouts in terms of file size. @camaelon do you know what's going on with this particular test case?

kaeawc avatar Jan 25 '21 00:01 kaeawc