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

Commit 88880fd8 authored by Steve Fung's avatar Steve Fung Committed by Gerrit Code Review
Browse files

Merge "crash_reporter: Fix a couple crash_sender issues"

parents eeedcc41 4a1bc382
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := crash_sender
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES)
LOCAL_REQUIRED_MODULES := curl periodic_scheduler
LOCAL_REQUIRED_MODULES := curl grep periodic_scheduler
LOCAL_SRC_FILES := crash_sender
include $(BUILD_PREBUILT)

+1 −0
Original line number Diff line number Diff line
@@ -27,3 +27,4 @@ service crash_reporter /system/bin/crash_reporter --init
service crash_sender /system/bin/periodic_scheduler 3600 14400 crash_sender \
    /system/bin/crash_sender
    class late_start
    group system
+1 −2
Original line number Diff line number Diff line
@@ -22,8 +22,7 @@
set -e -u

SCRIPT_NAME="$(basename "$0")"
#CHECK_DELAY=300  # Check every 5 minutes.
CHECK_DELAY=15  # Check every 5 minutes.
CHECK_DELAY=300  # Check every 5 minutes.
KILL_DELAY=10    # How long to let the job clean up after a timeout.
# Let the unittests override.
: ${SPOOL_DIR:=/data/misc/crash_reporter/spool/cron-lite}