summaryrefslogtreecommitdiffstats
path: root/libs/utils
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-04-05 13:41:56 -0700
committerGlenn Kasten <gkasten@google.com>2012-04-05 13:43:57 -0700
commit84ed8001d49a5b588fb78413655fe16fab5a3539 (patch)
treeca098849ba56df070543071922629b48c69245df /libs/utils
parent9d61b955db7ccd00d1e5b33e75f37dfd5ac2a456 (diff)
downloadframeworks_native-84ed8001d49a5b588fb78413655fe16fab5a3539.zip
frameworks_native-84ed8001d49a5b588fb78413655fe16fab5a3539.tar.gz
frameworks_native-84ed8001d49a5b588fb78413655fe16fab5a3539.tar.bz2
Add a log tag
Change-Id: If30aa8536130cf6ff9918ce97c5e4e8651ae2fef
Diffstat (limited to 'libs/utils')
-rw-r--r--libs/utils/Trace.cpp2
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>