Merge "logd: Turn off default prune by worst UID"

This commit is contained in:
Mark Salyzyn 2014-04-07 19:43:38 +00:00 committed by Gerrit Code Review
commit 6b91fefdb2

View file

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