Merge "Remove dead code from SystemServer"
am: 05eeef4188
Change-Id: I910fb0ac35c8de8fd500b3df0253c65b6b201fb4
This commit is contained in:
@@ -154,6 +154,7 @@ public final class SystemClock {
|
||||
final IAlarmManager mgr = IAlarmManager.Stub
|
||||
.asInterface(ServiceManager.getService(Context.ALARM_SERVICE));
|
||||
if (mgr == null) {
|
||||
Slog.e(TAG, "Unable to set RTC: mgr == null");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user