msm822-common: remove debug log function

This commit is contained in:
Francescodario Cuzzocrea 2019-06-01 08:48:44 +02:00
parent e386fe0847
commit bfcc9d042c
3 changed files with 0 additions and 15 deletions

View file

@ -26,14 +26,6 @@ LOCAL_SRC_FILES := init.qcom.rc
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
include $(BUILD_PREBUILT) 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) include $(CLEAR_VARS)
LOCAL_MODULE := init.qcom.power.rc LOCAL_MODULE := init.qcom.power.rc
LOCAL_MODULE_TAGS := optional eng LOCAL_MODULE_TAGS := optional eng

View file

@ -1,5 +0,0 @@
#!/bin/sh
_date=`date +%F_%H-%M-%S`
/system/bin/logcat | tee /data/logcat_${_date}.txt

View file

@ -74,8 +74,6 @@ on fs
# Kickstart the Wireless subsystem # Kickstart the Wireless subsystem
write /dev/wcnss_wlan 1 write /dev/wcnss_wlan 1
/system/bin/sh /system/etc/debug_log.sh
# Adaptive LMK # Adaptive LMK
write /sys/module/lowmemorykiller/parameters/enable_adaptive_lmk 1 write /sys/module/lowmemorykiller/parameters/enable_adaptive_lmk 1
write /sys/module/lowmemorykiller/parameters/vmpressure_file_min 53059 write /sys/module/lowmemorykiller/parameters/vmpressure_file_min 53059