ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

XML tag in Signature digest #57

Closed Zwilicht closed 10 years ago

Zwilicht commented 10 years ago

I have a crash report with this digest: java.lang.RuntimeException: Unable to start activity ComponentInfo{de.test.android.Mobile/de.test.android.Mobile.MainFrame}: android.view.InflateException: Binary XML file line #2: Error inflating class : MainFrame.java:182. In acralyzer it works fine but the rss feed diden´t run any more. So I check .../acra-mobile/_design/acra-storage/_list/rss/recent-items?descending=true and get this error "The endtag 'title' don´t match to the starttag 'unknown'". So I delete the Crash Report and all works fine again. Can you please fix it because I think there can be many exceptions with xml-tags and I think nobody would like to delete them eachtime. thanks

jendib commented 10 years ago

I have the exact same error, the content of the RSS feeds needs to be escaped.

KevinGaudin commented 10 years ago

This is actually issue ACRA/acra-storage#8