Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b7f0f8c authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am a94282c6: Mount tmpfs on /cores

* commit 'a94282c6':
  Mount tmpfs on /cores
parents 854252d2 a94282c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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...";