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

Commit 22410a88 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder: extended error more info" into main am: cfff052d

parents b50d389b cfff052d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1578,8 +1578,8 @@ void IPCThreadState::logExtendedError() {
    }
#endif

    ALOGE_IF(ee.command != BR_OK, "Binder transaction failure: %d/%d/%d",
             ee.id, ee.command, ee.param);
    ALOGE_IF(ee.command != BR_OK, "Binder transaction failure. id: %d, BR_*: %d, error: %d (%s)",
             ee.id, ee.command, ee.param, strerror(-ee.param));
}

void IPCThreadState::freeBuffer(const uint8_t* data, size_t /*dataSize*/,