droid
droid copied to clipboard
Check the source code for exception swallowing
There are places in the code where exceptions are swallowed: caught but not processed. Can be a source of hard to find bugs. This would require searching the source code for such exceptions, reporting on them, then evaluate (possibly discuss here) which exceptions might be critical and would require a better handling.