am 020f35f2: rootdir: init.rc: Allow all processes access to apanic/ramconsole crash data.
Merge commit '020f35f274594f55eec956fdcfec90ad3d7a5c65' into eclair-plus-aosp * commit '020f35f274594f55eec956fdcfec90ad3d7a5c65': rootdir: init.rc: Allow all processes access to apanic/ramconsole crash data.
This commit is contained in:
commit
991e9189a4
|
@ -75,13 +75,21 @@ loglevel 3
|
|||
# Collect apanic data, free resources and re-arm trigger
|
||||
copy /proc/apanic_console /data/dontpanic/apanic_console
|
||||
chown root system /data/dontpanic/apanic_console
|
||||
# STOPSHIP!
|
||||
chmod 0664 /data/dontpanic/apanic_console
|
||||
|
||||
copy /proc/apanic_threads /data/dontpanic/apanic_threads
|
||||
chown root system /data/dontpanic/apanic_threads
|
||||
# STOPSHIP!
|
||||
chmod 0664 /data/dontpanic/apanic_threads
|
||||
|
||||
write /proc/apanic_console 1
|
||||
|
||||
# Collect ramconsole data
|
||||
copy /proc/last_kmsg /data/dontpanic/last_kmsg
|
||||
chown root system /data/dontpanic/last_kmsg
|
||||
# STOPSHIP!
|
||||
chmod 0664 /data/dontpanic/last_kmsg
|
||||
|
||||
# Same reason as /data above
|
||||
mount yaffs2 mtd@cache /cache nosuid nodev
|
||||
|
|
Loading…
Reference in New Issue