Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dad60f2a authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 34c65888: Change name of system property for traces.

* commit '34c65888':
  Change name of system property for traces.
parents ccb97bd8 34c65888
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ void Tracer::init() {
            // sEnabledTags remains zero indicating that no tracing can occur
        } else {
            char value[PROPERTY_VALUE_MAX];
            property_get("atrace.tags.enableflags", value, "0");
            property_get("debug.atrace.tags.enableflags", value, "0");
            sEnabledTags = (strtoll(value, NULL, 0) & ATRACE_TAG_VALID_MASK)
                    | ATRACE_TAG_ALWAYS;
        }