wvcdm: filter logs by app uid

This commit is a combination of the following:
* http://go/wvgerrit/117003
* http://go/wvgerrit/118303

Bug: 162255728
Test: MediaDrmTest#testGetLogMessages
Change-Id: I5699b64d5c4bab463e5b587595fa7d324dc1d93f
This commit is contained in:
Robert Shih
2021-03-01 08:53:15 -08:00
parent 1ffc6ab16a
commit 7cb52c1ccf
19 changed files with 127 additions and 16 deletions

View File

@@ -241,6 +241,7 @@ cc_library_static {
shared_libs: [
"liblog",
"libcrypto",
"libhidlbase",
],
cflags: ["-DCORE_UTIL_IMPLEMENTATION"],
@@ -291,6 +292,7 @@ cc_library_shared {
"libbase",
"libcrypto",
"libdl",
"libhidlbase",
"liblog",
"libprotobuf-cpp-lite",
"libstagefright_foundation",