I got a TransactionTooLargeException. Not reproducible. In the docs it says
TransactionTooLargeException
The Binder transaction failed because it was too large. D
The Binder transaction failed because it was too large.
D
One can use:
android:largeHeap="true"
in Android Manifest under application tag.
This solved the issue in my case!