mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm822-common: remove debug log function
This commit is contained in:
parent
e386fe0847
commit
bfcc9d042c
3 changed files with 0 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
_date=`date +%F_%H-%M-%S`
|
||||
|
||||
/system/bin/logcat | tee /data/logcat_${_date}.txt
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue