Martin Kralik c324286fb7 truncate redbox error
Summary: If a redbox error is too long it's not shown at all:
{F24443416}
This diff truncates it to its first 10000 chars, which should be good enough:
{F24443417}

The reason is a limitation of UILabel which backs text property on the used UITableViewCell.
Ideally we would use a custom cell with UITextView, but I don't feel there is any value in displaying super long error messages in a redbox.

public

Reviewed By: jspahrsummers, nicklockwood

Differential Revision: D2690638

fb-gh-sync-id: d9b3fcecd2602e8c2618afe1bb97221c2e506605
2015-11-24 06:29:29 -08:00
..
2015-03-26 02:42:24 -08:00
2015-09-14 09:40:33 -07:00
2015-11-10 05:25:28 -08:00
2015-11-17 15:20:32 -08:00
2015-11-17 15:20:32 -08:00
2015-11-24 06:29:29 -08:00