logd: Turn off default prune by worst UID

- Algorithm places too much weight on stack dumps

Change-Id: Ibb31a59892870397b780965ec791f47a4ce87eaf
This commit is contained in:
Mark Salyzyn 2014-04-07 12:17:19 -07:00
parent 3e73a99ff2
commit 0bb5288c0e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ void Prune::format(char **strp) {
}
PruneList::PruneList()
: mWorstUidEnabled(true) {
: mWorstUidEnabled(false) {
mNaughty.clear();
mNice.clear();
}