* commit '1b7f0f8c1def705e255242780ef72090061237ac': Mount tmpfs on /cores
This commit is contained in:
commit
3f49047534
1 changed files with 1 additions and 0 deletions
|
@ -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...";
|
||||
|
|
Loading…
Reference in a new issue