system/corennnnn
Revisão | 7068c177cd6947feabac3d9319fd0d77d53764e2 (tree) |
---|---|
Hora | 2016-12-09 16:22:09 |
Autor | Ching Tzung Lin <ctlin@goog...> |
Commiter | Chih-Wei Huang |
Mount debugfs earlier regardless build variant
ag/835596 can be reverted after this CL is merged.
BUG:26455292
Change-Id: I453b0f1d08d822f8cd2d4d33f1c1b21f0d7f543a
@@ -26,6 +26,8 @@ on early-init | ||
26 | 26 | # Set the security context of /postinstall if present. |
27 | 27 | restorecon /postinstall |
28 | 28 | |
29 | + mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755 | |
30 | + | |
29 | 31 | start ueventd |
30 | 32 | |
31 | 33 | on init |