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

Commit 5758fc47 authored by Andy Hung's avatar Andy Hung Committed by android-build-merger
Browse files

Merge "AAudio: Change dumpsys denial to Denial" am: 4cc8f84d

am: e4814339

Change-Id: If16e46275e7be7fcab85eccc40e25e88bb0ae670
parents d08498c0 e4814339
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ status_t AAudioService::dump(int fd, const Vector<String16>& args) {

    if (!dumpAllowed()) {
        std::stringstream ss;
        ss << "Permission denial: can't dump AAudioService from pid="
        ss << "Permission Denial: can't dump AAudioService from pid="
                << IPCThreadState::self()->getCallingPid() << ", uid="
                << IPCThreadState::self()->getCallingUid() << "\n";
        result = ss.str();