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

Commit 3f490475 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

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

* commit '1b7f0f8c':
  Mount tmpfs on /cores
parents e04299a8 1b7f0f8c
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...";