My app checks for licensing by means of the Google library LVL3.
The above mentioned verification is made of several steps and every possible exception and error is handled. The app functionality depends on the result of the check so if it fails the app doesn't work. With "fail" I mean a real crash.
I would like to avoid that the app is crashed, so I am asking here if it is anyhow possible that some method of the library can crash of its own, thus impairing the app.