summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2022-09-12 20:57:51 +0000
committer Steven Moreland <smoreland@google.com> 2022-09-12 20:57:51 +0000
commit85d985c95eb36d06adbd41ba23dd3fb52534682c (patch)
treef0d47f80d30d7d99cb3500c6a3377edb0fe0d503
parent21368e957c8c8a19b35fddbdd076f42940d20562 (diff)
libbinder: clarify ServiceManager.cpp logs
These come from the service manager client. Bug: 246336344 Test: N/A Change-Id: I30867abbdcb2dc0f71be3e8815756ea573cefc91
-rw-r--r--libs/binder/IServiceManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IServiceManager.cpp b/libs/binder/IServiceManager.cpp
index c0a8d74195..5db3eef392 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>