mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Set printk loglevel to KERN_WARNING
This commit is contained in:
parent
bf85d5beb3
commit
5d063b3f78
1 changed files with 3 additions and 3 deletions
|
@ -139,9 +139,9 @@ on boot
|
|||
# an ack packet comes out of order
|
||||
write /proc/sys/net/netfilter/nf_conntrack_tcp_be_liberal 1
|
||||
|
||||
# Set the console loglevel to < KERN_INFO
|
||||
# Set the default message loglevel to KERN_INFO
|
||||
write /proc/sys/kernel/printk "6 6 1 7"
|
||||
# Set the console loglevel to < KERN_WARNING
|
||||
# Set the default message loglevel to KERN_WARNING
|
||||
write /proc/sys/kernel/printk "4 4 1 4"
|
||||
|
||||
# Allow access for CCID command/response timeout configuration
|
||||
chown system system /sys/module/ccid_bridge/parameters/bulk_msg_timeout
|
||||
|
|
Loading…
Reference in a new issue