Merge "logd: Turn off default prune by worst UID"
This commit is contained in:
commit
6b91fefdb2
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ void Prune::format(char **strp) {
|
|||
}
|
||||
|
||||
PruneList::PruneList()
|
||||
: mWorstUidEnabled(true) {
|
||||
: mWorstUidEnabled(false) {
|
||||
mNaughty.clear();
|
||||
mNice.clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue