cmsdk: Create CMSystemServer to handle our platform init.

Change-Id: I7b62978e2a284a3a1ec1ffc1d8c72545d7b0c939
This commit is contained in:
Adnan Begovic
2016-04-26 16:57:38 -07:00
committed by Gerrit Code Review
parent 970f0b6e95
commit b51572d697
28 changed files with 288 additions and 101 deletions

View File

@@ -224,7 +224,7 @@ public class ProfileManager {
if (context.getPackageManager().hasSystemFeature(
cyanogenmod.app.CMContextConstants.Features.PROFILES) && sService == null) {
throw new RuntimeException("Unable to get ProfileManagerService. The service either" +
Log.wtf(TAG, "Unable to get ProfileManagerService. The service either" +
" crashed, was not started, or the interface has been called to early in" +
" SystemServer init");
}