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

Commit 8bae3798 authored by Wei Wang's avatar Wei Wang Committed by Gerrit Code Review
Browse files

Merge "InputFlinger: fix a typo in dump error log"

parents eddf8dd3 a7a047ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ status_t InputFlinger::dump(int fd, const Vector<String16>& args) {
    if ((uid != AID_SHELL)
            && !PermissionCache::checkPermission(sDumpPermission, pid, uid)) {
        result.appendFormat("Permission Denial: "
                "can't dump SurfaceFlinger from pid=%d, uid=%d\n", pid, uid);
                "can't dump InputFlinger from pid=%d, uid=%d\n", pid, uid);
    } else {
        dumpInternal(result);
    }