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

Commit 62044148 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Make change and version bump to r_aml_300802000 for mainline module file:...

Make change and version bump to r_aml_300802000 for mainline module file: adb/apex/apex_manifest.json

Change-Id: I74a98a83b018b40df0711373ab9b5b7103d68836
parents 1687e42a 70bd4b1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.adbd",
  "version": 300801900
  "version": 300802000
}
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ int PmsgRead(struct logger_list* logger_list, struct log_msg* log_msg) {
          ((logger_list->start.tv_sec != buf.l.realtime.tv_sec) ||
           (logger_list->start.tv_nsec <= buf.l.realtime.tv_nsec)))) &&
        (!logger_list->pid || (logger_list->pid == buf.p.pid))) {
      char* msg = reinterpret_cast<char*>(&log_msg->entry) + log_msg->entry.hdr_size;
      char* msg = reinterpret_cast<char*>(&log_msg->entry) + sizeof(log_msg->entry);
      *msg = buf.prio;
      fd = atomic_load(&logger_list->fd);
      if (fd <= 0) {