remove temporary fixes

pull/19941/head
Willem Melching 4 years ago
parent 8c31ab3cee
commit 39615f9108
  1. 2
      launch_chffrplus.sh
  2. 3
      selfdrive/tombstoned.py

@ -4,8 +4,6 @@ if [ -z "$BASEDIR" ]; then
BASEDIR="/data/openpilot" BASEDIR="/data/openpilot"
fi fi
unset REQUIRED_NEOS_VERSION
unset AGNOS_VERSION
source "$BASEDIR/launch_env.sh" source "$BASEDIR/launch_env.sh"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"

@ -178,8 +178,7 @@ def report_tombstone_apport(fn, client):
def main(): def main():
# TODO: turn on when all tombstones are recovered clear_apport_folder() # Clear apport folder on start, otherwise duplicate crashes won't register
# clear_apport_folder() # Clear apport folder on start, otherwise duplicate crashes won't register
initial_tombstones = set(get_tombstones()) initial_tombstones = set(get_tombstones())
tags = { tags = {

Loading…
Cancel
Save