forked from openkylin/platform_build
am 1b7f0f8c: am a94282c6: Mount tmpfs on /cores
* commit '1b7f0f8c1def705e255242780ef72090061237ac': Mount tmpfs on /cores
This commit is contained in:
commit
3f49047534
|
@ -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 New Issue