am a94282c6: Mount tmpfs on /cores

* commit 'a94282c6598ed91e260b7bdf199ff3db7d6c5a92':
  Mount tmpfs on /cores
This commit is contained in:
Nick Kralevich 2014-11-05 05:10:39 +00:00 committed by Android Git Automerger
commit 1b7f0f8c1d
1 changed files with 1 additions and 0 deletions

View File

@ -911,6 +911,7 @@ function coredump_setup()
sleep 1;
adb wait-for-device;
adb shell mkdir -p /cores;
adb shell mount -t tmpfs tmpfs /cores;
adb shell chmod 0777 /cores;
echo "Granting SELinux permission to dump in /cores...";