am a94282c6
: Mount tmpfs on /cores
* commit 'a94282c6598ed91e260b7bdf199ff3db7d6c5a92': Mount tmpfs on /cores
This commit is contained in:
@@ -911,6 +911,7 @@ function coredump_setup()
|
|||||||
sleep 1;
|
sleep 1;
|
||||||
adb wait-for-device;
|
adb wait-for-device;
|
||||||
adb shell mkdir -p /cores;
|
adb shell mkdir -p /cores;
|
||||||
|
adb shell mount -t tmpfs tmpfs /cores;
|
||||||
adb shell chmod 0777 /cores;
|
adb shell chmod 0777 /cores;
|
||||||
|
|
||||||
echo "Granting SELinux permission to dump in /cores...";
|
echo "Granting SELinux permission to dump in /cores...";
|
||||||
|
Reference in New Issue
Block a user