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

Commit bba314f8 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libbinder: already sent checks abort"

parents 531a3864 d37e6dd1
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ bool BBinder::isRequestingSid()

void BBinder::setRequestingSid(bool requestingSid)
{
    ALOGW_IF(mParceled,
    LOG_ALWAYS_FATAL_IF(mParceled,
                        "setRequestingSid() should not be called after a binder object "
                        "is parceled/sent to another process");

@@ -380,7 +380,7 @@ sp<IBinder> BBinder::getExtension() {
}

void BBinder::setMinSchedulerPolicy(int policy, int priority) {
    ALOGW_IF(mParceled,
    LOG_ALWAYS_FATAL_IF(mParceled,
                        "setMinSchedulerPolicy() should not be called after a binder object "
                        "is parceled/sent to another process");

@@ -431,7 +431,7 @@ bool BBinder::isInheritRt() {
}

void BBinder::setInheritRt(bool inheritRt) {
    ALOGW_IF(mParceled,
    LOG_ALWAYS_FATAL_IF(mParceled,
                        "setInheritRt() should not be called after a binder object "
                        "is parceled/sent to another process");

@@ -454,7 +454,7 @@ pid_t BBinder::getDebugPid() {
}

void BBinder::setExtension(const sp<IBinder>& extension) {
    ALOGW_IF(mParceled,
    LOG_ALWAYS_FATAL_IF(mParceled,
                        "setExtension() should not be called after a binder object "
                        "is parceled/sent to another process");