ValidationTool freezes when attempting to render check_399
Steps to Reproduce:
- Run ValidationTool
- Connect to emulator
- Click on
check_399
Expected:
See the rendering within the ValidationTool

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.
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
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?