logging: Use more inclusive language.

Also generic syntax clean up and removing some unused aspects (sorting
the list and the TODO increasing performance based on this sorting).

Test: logging unit tests
Change-Id: I56bb3866c13cb4c28bd48665bf32ec620cf0278e
diff --git a/logd/Android.bp b/logd/Android.bp
index e0a1168..036cb7e 100644
--- a/logd/Android.bp
+++ b/logd/Android.bp
@@ -58,8 +58,8 @@
         "LogReaderThread.cpp",
         "LogBufferElement.cpp",
         "LogStatistics.cpp",
-        "LogWhiteBlackList.cpp",
         "LogTags.cpp",
+        "PruneList.cpp",
         "SerializedFlushToState.cpp",
         "SerializedLogBuffer.cpp",
         "SerializedLogChunk.cpp",