Open julianharty opened 5 years ago
We sometimes want to focus on a subset of the exceptions e.g.
Example of the JNI crash cluster
java.lang.UnsatisfiedLinkError in org.kiwix.kiwixlib.JNIKiwix.<clinit>
Example of specific Exception where we might want to retrieve crashes for contentQuery
java.lang.IllegalArgumentException in org.kiwix.kiwixmobile.utils.files.FileUtils.contentQuery
The methods may be obfuscated or in full (see screenshots below)
I would implement this by adding a --exceptionFilter= and --classFilter. The values of which would be passed into downloader.getCrashClusterIds from index.ts
--exceptionFilter=
--classFilter
downloader.getCrashClusterIds
index.ts
We sometimes want to focus on a subset of the exceptions e.g.
Example of the JNI crash cluster
Example of specific Exception where we might want to retrieve crashes for contentQuery
The methods may be obfuscated or in full (see screenshots below)