remove temporary fixes
old-commit-hash: 39615f9108e8172a6ede21bbd9b99b43e057ca88
This commit is contained in:
@@ -4,8 +4,6 @@ if [ -z "$BASEDIR" ]; then
|
||||
BASEDIR="/data/openpilot"
|
||||
fi
|
||||
|
||||
unset REQUIRED_NEOS_VERSION
|
||||
unset AGNOS_VERSION
|
||||
source "$BASEDIR/launch_env.sh"
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
|
||||
@@ -178,8 +178,7 @@ def report_tombstone_apport(fn, client):
|
||||
|
||||
|
||||
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())
|
||||
|
||||
tags = {
|
||||
|
||||
Reference in New Issue
Block a user