summaryrefslogtreecommitdiff
path: root/identity/CredentialData.cpp
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2021-03-31 10:41:27 -0400
committerDavid Zeuthen <zeuthen@google.com>2021-03-31 10:46:42 -0400
commit62d43bf7cbe63c3c22544523cf584c31bcfbb81a (patch)
tree624c84fd48b64519a6e97d7c2e55cb0e5e1696e3 /identity/CredentialData.cpp
parent6eda4846ec000e8395c7ee929b3cf1501483376a (diff)
downloadsecurity-62d43bf7cbe63c3c22544523cf584c31bcfbb81a.tar.gz
identity: Use "credstore" for LOG_TAG everywhere.
Currently we're using file-specific tags which makes it hard for people looking at logcat to infer it's actually from credstore and it also complicates filtering. Just use "credstore" everywhere. Also change logging level from ERROR to INFO in the message "Registered binder service" which is logged on startup. Bug: None Test: Compiles + manual inspection via logcat Test: atest android.security.identity.cts (on goldfish) Change-Id: I336d1a4e4e10b87fd3f08a5046cf5e13f09c9cb6
Diffstat (limited to 'identity/CredentialData.cpp')
-rw-r--r--identity/CredentialData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/CredentialData.cpp b/identity/CredentialData.cpp
index 96c436a8..d95c1ace 100644
--- a/identity/CredentialData.cpp
+++ b/identity/CredentialData.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define LOG_TAG "CredentialData"
+#define LOG_TAG "credstore"
#include <chrono>