am 82a6014d: rootdir: init.rc: Allow all processes access to /data/dontpanic
Merge commit '82a6014d90c94a2032e014901917e1d503475d5e' into eclair-plus-aosp * commit '82a6014d90c94a2032e014901917e1d503475d5e': rootdir: init.rc: Allow all processes access to /data/dontpanic
This commit is contained in:
commit
f914c821e1
|
@ -70,7 +70,8 @@ loglevel 3
|
|||
# storing dumps on platforms which do not have a dedicated dump partition.
|
||||
|
||||
mkdir /data/dontpanic
|
||||
chmod 0770 /data/dontpanic
|
||||
# STOPSHIP!
|
||||
chmod 0777 /data/dontpanic
|
||||
|
||||
# Collect apanic data, free resources and re-arm trigger
|
||||
copy /proc/apanic_console /data/dontpanic/apanic_console
|
||||
|
|
Loading…
Reference in New Issue