Loading logd/LogWhiteBlackList.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -47,7 +47,7 @@ void Prune::format(char **strp) { } } PruneList::PruneList() PruneList::PruneList() : mWorstUidEnabled(true) { : mWorstUidEnabled(false) { mNaughty.clear(); mNaughty.clear(); mNice.clear(); mNice.clear(); } } Loading @@ -65,7 +65,7 @@ PruneList::~PruneList() { } } int PruneList::init(char *str) { int PruneList::init(char *str) { mWorstUidEnabled = true; mWorstUidEnabled = false; PruneCollection::iterator it; PruneCollection::iterator it; for (it = mNice.begin(); it != mNice.end();) { for (it = mNice.begin(); it != mNice.end();) { delete (*it); delete (*it); Loading Loading
logd/LogWhiteBlackList.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -47,7 +47,7 @@ void Prune::format(char **strp) { } } PruneList::PruneList() PruneList::PruneList() : mWorstUidEnabled(true) { : mWorstUidEnabled(false) { mNaughty.clear(); mNaughty.clear(); mNice.clear(); mNice.clear(); } } Loading @@ -65,7 +65,7 @@ PruneList::~PruneList() { } } int PruneList::init(char *str) { int PruneList::init(char *str) { mWorstUidEnabled = true; mWorstUidEnabled = false; PruneCollection::iterator it; PruneCollection::iterator it; for (it = mNice.begin(); it != mNice.end();) { for (it = mNice.begin(); it != mNice.end();) { delete (*it); delete (*it); Loading