diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 082eda8..bbc0d23 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -26,14 +26,6 @@ LOCAL_SRC_FILES := init.qcom.rc LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) include $(BUILD_PREBUILT) -include $(CLEAR_VARS) -LOCAL_MODULE := debug_log.sh -LOCAL_MODULE_TAGS := optional eng -LOCAL_MODULE_CLASS := ETC -LOCAL_SRC_FILES := etc/debug_log.sh -LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) -include $(BUILD_PREBUILT) - include $(CLEAR_VARS) LOCAL_MODULE := init.qcom.power.rc LOCAL_MODULE_TAGS := optional eng diff --git a/rootdir/etc/debug_log.sh b/rootdir/etc/debug_log.sh deleted file mode 100644 index 8ebcbb4..0000000 --- a/rootdir/etc/debug_log.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -_date=`date +%F_%H-%M-%S` - -/system/bin/logcat | tee /data/logcat_${_date}.txt diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index d95720c..0582c61 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -74,8 +74,6 @@ on fs # Kickstart the Wireless subsystem write /dev/wcnss_wlan 1 - /system/bin/sh /system/etc/debug_log.sh - # Adaptive LMK write /sys/module/lowmemorykiller/parameters/enable_adaptive_lmk 1 write /sys/module/lowmemorykiller/parameters/vmpressure_file_min 53059