commit | 85d985c95eb36d06adbd41ba23dd3fb52534682c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Sep 12 20:57:51 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Sep 12 20:57:51 2022 +0000 |
tree | f0d47f80d30d7d99cb3500c6a3377edb0fe0d503 | |
parent | 21368e957c8c8a19b35fddbdd076f42940d20562 [diff] |
libbinder: clarify ServiceManager.cpp logs These come from the service manager client. Bug: 246336344 Test: N/A Change-Id: I30867abbdcb2dc0f71be3e8815756ea573cefc91
diff --git a/libs/binder/IServiceManager.cpp b/libs/binder/IServiceManager.cpp index c0a8d74..5db3eef 100644 --- a/libs/binder/IServiceManager.cpp +++ b/libs/binder/IServiceManager.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "ServiceManager" +#define LOG_TAG "ServiceManagerCppClient" #include <binder/IServiceManager.h>