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

Commit 07a20e9a authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder: already sent checks abort" am: bba314f8

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1738080

Change-Id: I992717d722bf027eaaf9018b93b3517a4add70aa
parents 7e43d5d7 bba314f8
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");