DMARC: skip reporting XML parse errors

pull/214/head
M66B 6 months ago
parent c003b31c39
commit 5b813d3423

@ -154,7 +154,7 @@ public class ActivityDMARC extends ActivityBase {
if (ex instanceof NoStreamException)
((NoStreamException) ex).report(ActivityDMARC.this);
else
Log.unexpectedError(getSupportFragmentManager(), ex);
Log.unexpectedError(getSupportFragmentManager(), ex, !(ex instanceof XmlPullParserException));
grpReady.setVisibility(View.VISIBLE);
}
}.execute(this, args, "dmarc:decode");

Loading…
Cancel
Save