Loading crash_reporter/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading crash_reporter/init.crash_reporter.rc +1 −0 Original line number Diff line number Diff line Loading @@ -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 crash_reporter/periodic_scheduler +1 −2 Original line number Diff line number Diff line Loading @@ -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} Loading Loading
crash_reporter/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
crash_reporter/init.crash_reporter.rc +1 −0 Original line number Diff line number Diff line Loading @@ -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
crash_reporter/periodic_scheduler +1 −2 Original line number Diff line number Diff line Loading @@ -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} Loading