Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libary crashes when parsing Paypal's manifest #10

Open
xgouchet opened this issue Oct 6, 2022 · 0 comments
Open

Libary crashes when parsing Paypal's manifest #10

xgouchet opened this issue Oct 6, 2022 · 0 comments
Labels

Comments

@xgouchet
Copy link
Owner

xgouchet commented Oct 6, 2022

org.w3c.dom.DOMException: 
	at org.apache.harmony.xml.dom.NodeImpl.setName(NodeImpl.java:286)
	at org.apache.harmony.xml.dom.AttrImpl.<init>(AttrImpl.java:55)
	at org.apache.harmony.xml.dom.DocumentImpl.createAttribute(DocumentImpl.java:323)
	at org.apache.harmony.xml.dom.ElementImpl.setAttribute(ElementImpl.java:254)
	at fr.xgouchet.axml.CompressedXmlDomListener.startElement(CompressedXmlDomListener.java:51)
	at fr.xgouchet.axml.CompressedXmlParser.parseStartTag(CompressedXmlParser.java:288)
	at fr.xgouchet.axml.CompressedXmlParser.parseCompressedXml(CompressedXmlParser.java:120)
	at fr.xgouchet.axml.CompressedXmlParser.parse(CompressedXmlParser.java:73)
	at fr.xgouchet.axml.CompressedXmlParser.parseDOM(CompressedXmlParser.java:89)
	at fr.xgouchet.packageexplorer.core.utils.ManifestUtilsKt.parseManifestFile(ManifestUtils.kt:96)
	at fr.xgouchet.packageexplorer.core.utils.ManifestUtilsKt.exportManifestDomFromPackage(ManifestUtils.kt:37)
	at fr.xgouchet.packageexplorer.details.app.AppDetailsSource.subscribe(AppDetailsSource.kt:50)
	…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant