commit | a0126e0857481866dab5060384d611c83ca53d0e | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Mon May 02 13:22:51 2016 -0700 |
committer | Greg Hackmann <ghackmann@google.com> | Tue Sep 20 14:33:28 2016 -0700 |
tree | 7e633c09150367a44222f1c1a145d2a843178e1b | |
parent | d7151c06f11c05ad3dcab175a6e4b4ea694dab96 [diff] |
AlarmManagerService: explain some timerfd_create() failures When AlarmManagerService is broken, starting the framework fails in weird and inconsistent ways. So if we detect your kernel is missing the required timerfd support, give up immediately and explain why. Bug: 28357356 Test: manually break timerfd_create syscall, check adb logcat during boot Change-Id: Iaa153fca38e9cd8e801f3e71c3e1ae2351907828 Signed-off-by: Greg Hackmann <ghackmann@google.com>