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

Commit c025b022 authored by Hector Dearman's avatar Hector Dearman Committed by android-build-merger
Browse files

Merge "Fix log message enable -> disable" am: 9cfe96f8 am: c37af254

am: cbfd6d1d

Change-Id: If1d48441817c84e7778463d94beb0913ee3068fb
parents bddeed7e cbfd6d1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ Return<::android::hardware::atrace::V1_0::Status> AtraceDevice::disableAllCatego
    for (auto& c : kTracingMap) {
        for (auto& p : c.second.paths) {
            if (!android::base::WriteStringToFile("0", p.first)) {
                LOG(ERROR) << "Failed to enable tracing on: " << p.first;
                LOG(ERROR) << "Failed to disable tracing on: " << p.first;
                if (p.second) {
                    ret = Status::ERROR_TRACING_POINT;
                }