Skip to content

Reduce verbosity of CI logging

So far as I can tell the two main problematic lines relating to cursors are not actually problems. This is evidenced not just by looking at the source where they are logged, but also because they are only Log.INFO and Log.DEBUG messages. As such, I've created a robolectric "shadow" log which excludes these messages.

In addition, I've also created a shadow for ContextImpl which prevents the Warning: unknown service appops messages. This results in the following pipeline: https://gitlab.com/pserwylo/fdroidclient/-/jobs/21257173/raw

Merge request reports