logd: Turn off default prune by worst UID
- Algorithm places too much weight on stack dumps Change-Id: Ibb31a59892870397b780965ec791f47a4ce87eaf
This commit is contained in:
parent
3e73a99ff2
commit
0bb5288c0e
|
@ -49,7 +49,7 @@ void Prune::format(char **strp) {
|
|||
}
|
||||
|
||||
PruneList::PruneList()
|
||||
: mWorstUidEnabled(true) {
|
||||
: mWorstUidEnabled(false) {
|
||||
mNaughty.clear();
|
||||
mNice.clear();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue