Skip to content

Add temporary debug hack to see what causes JsonDecodingException in FileV2

Torsten Grote requested to merge grote/fdroidclient:tvBannerDebug into master

This will still cause the crash, but now it should give us the content of the string we get from the parcel. My guess is that it will be the empty string which doesn't help us much to understand the issue, but we can at least check for empty strings and work around it.

Merge request reports