am 6b91fefd
: Merge "logd: Turn off default prune by worst UID"
* commit '6b91fefdb22b33d7cdebe10fab4db834f5f8784d': logd: Turn off default prune by worst UID
This commit is contained in:
commit
21ad8b4b2c
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…
Reference in a new issue