diff options
author | 2022-09-12 20:57:51 +0000 | |
---|---|---|
committer | 2022-09-12 20:57:51 +0000 | |
commit | 85d985c95eb36d06adbd41ba23dd3fb52534682c (patch) | |
tree | f0d47f80d30d7d99cb3500c6a3377edb0fe0d503 /libs | |
parent | 21368e957c8c8a19b35fddbdd076f42940d20562 (diff) |
libbinder: clarify ServiceManager.cpp logs
These come from the service manager client.
Bug: 246336344
Test: N/A
Change-Id: I30867abbdcb2dc0f71be3e8815756ea573cefc91
Diffstat (limited to 'libs')
-rw-r--r-- | libs/binder/IServiceManager.cpp | 2 |
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> |