am 1b7f0f8c: am a94282c6: Mount tmpfs on /cores

* commit '1b7f0f8c1def705e255242780ef72090061237ac':
  Mount tmpfs on /cores
This commit is contained in:
Nick Kralevich 2014-11-05 05:21:19 +00:00 committed by Android Git Automerger
commit 3f49047534

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...";