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

Commit a76e171b authored by Rubin Xu's avatar Rubin Xu Committed by android-build-merger
Browse files

Merge "Return correct length from pmsgRead()"

am: fc2a8b2b

* commit 'fc2a8b2b':
  Return correct length from pmsgRead()

Change-Id: I868b2ad0258edd409f10fdf8bfb27f44c39de77d
parents 9e351d2f fc2a8b2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ static int pmsgRead(struct android_log_logger_list *logger_list,
                    log_msg->entry_v4.uid = buf.p.uid;
                }

                return ret;
                return ret + log_msg->entry_v4.hdr_size;
            }
        }