diff options
author | Glenn Kasten <gkasten@google.com> | 2012-04-05 13:41:56 -0700 |
---|---|---|
committer | Alex Ray <aray@google.com> | 2013-07-30 13:56:59 -0700 |
commit | ec2e1323a019e26f0eef73a263b536e8da73c4c6 (patch) | |
tree | 9d8f1cc2d752c1d018f78ccf5d1a956a4d3cc82f | |
parent | 4e371cec7fa13273f81b9266c88ca846ece87096 (diff) | |
download | system_core-ec2e1323a019e26f0eef73a263b536e8da73c4c6.zip system_core-ec2e1323a019e26f0eef73a263b536e8da73c4c6.tar.gz system_core-ec2e1323a019e26f0eef73a263b536e8da73c4c6.tar.bz2 |
Add a log tag
Change-Id: If30aa8536130cf6ff9918ce97c5e4e8651ae2fef
-rw-r--r-- | libs/utils/Trace.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/utils/Trace.cpp b/libs/utils/Trace.cpp index d532296..f7d8abe 100644 --- a/libs/utils/Trace.cpp +++ b/libs/utils/Trace.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#define LOG_TAG "Trace" + #include <cutils/properties.h> #include <utils/Log.h> #include <utils/Trace.h> |