diff options
-rw-r--r-- | libs/utils/Trace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/Trace.cpp b/libs/utils/Trace.cpp index f5aaea3..5e005d3 100644 --- a/libs/utils/Trace.cpp +++ b/libs/utils/Trace.cpp @@ -45,7 +45,7 @@ void Tracer::init() { "/sys/kernel/debug/tracing/trace_marker"; sTraceFD = open(traceFileName, O_WRONLY); if (sTraceFD == -1) { - ALOGE("error opening trace file: %s (%d)", strerror(errno), errno); + ALOGW("error opening trace file: %s (%d)", strerror(errno), errno); sEnabledTags = 0; // no tracing can occur } else { loadSystemProperty(); |