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

Commit b39e5d1f authored by Wei Wang's avatar Wei Wang Committed by android-build-merger
Browse files

Merge "InputFlinger: fix a typo in dump error log" am: 8bae3798 am: 1a5aba33

am: d6cd71e8

Change-Id: I3cfab1a64459b20195d18562a99ed448853a6fbe
parents a09cecee d6cd71e8
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);
    }