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

Commit 337805be authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[Bugfix][Coredump] Fix coredump_enable() in envsetup.sh" am: f6aae160 am: cbc5cc85

parents 1e1f9f1c cbc5cc85
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1111,7 +1111,7 @@ function coredump_enable()
        return;
        return;
    fi;
    fi;
    echo "Setting core limit for $PID to infinite...";
    echo "Setting core limit for $PID to infinite...";
    adb shell /system/bin/ulimit -p $PID -c unlimited
    adb shell /system/bin/ulimit -P $PID -c unlimited
}
}


# core - send SIGV and pull the core for process
# core - send SIGV and pull the core for process