HooksManager.registerAll(db);
Logger.info("...extract iOS certificates...");
IosCertificateHandler.init();
}catch(Exception ioe){
Logger.error("*** Error importing the db: ", ioe);
throw new UnableToImportDbException(ioe);
}finally{
if(db!=null && ! db.isClosed()){
db.close();
}
Logger.info("...releasing the db...");