diff options
author | Jesse Hall <jessehall@google.com> | 2014-10-02 21:09:35 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-02 21:09:35 +0000 |
commit | 5a9d721baece3144ec3b9f43715d1c112d90b3d6 (patch) | |
tree | 9290822d8d70b96bae0f063eff0b55900e933379 | |
parent | a866e5a8eb0d331c5970ee106cf8f5bd0903eb7c (diff) | |
parent | 10b131314d461d5fd94aeff0565942e04d03e16b (diff) | |
download | system_core-5a9d721baece3144ec3b9f43715d1c112d90b3d6.zip system_core-5a9d721baece3144ec3b9f43715d1c112d90b3d6.tar.gz system_core-5a9d721baece3144ec3b9f43715d1c112d90b3d6.tar.bz2 |
am 10b13131: am c263e671: Merge "init.trace.rc: fix race condition with class_start core" into lmp-dev
* commit '10b131314d461d5fd94aeff0565942e04d03e16b':
init.trace.rc: fix race condition with class_start core
-rw-r--r-- | rootdir/init.trace.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.trace.rc b/rootdir/init.trace.rc index 50944e6..cd8d350 100644 --- a/rootdir/init.trace.rc +++ b/rootdir/init.trace.rc @@ -1,6 +1,6 @@ ## Permissions to allow system-wide tracing to the kernel trace buffer. ## -on boot +on early-boot # Allow writing to the kernel trace log. chmod 0222 /sys/kernel/debug/tracing/trace_marker |