Merge "Adds support for the CertBlacklister." into jb-dev

This commit is contained in:
Geremy Condra
2012-05-14 15:53:48 -07:00
committed by Android (Google) Code Review
3 changed files with 318 additions and 0 deletions

View File

@ -623,6 +623,13 @@ class ServerThread extends Thread {
} catch (Throwable e) {
reportWtf("starting CommonTimeManagementService service", e);
}
try {
Slog.i(TAG, "CertBlacklister");
CertBlacklister blacklister = new CertBlacklister(context);
} catch (Throwable e) {
reportWtf("starting CertBlacklister", e);
}
if (context.getResources().getBoolean(
com.android.internal.R.bool.config_enableDreams)) {