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

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

Merge "libbinder: already sent checks abort" am: bba314f8 am: 07a20e9a am: c9f6b885

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

Change-Id: I7d2bbee1ef31986afdbca146ca06e079d1dd0da1
parents 6c0e27f4 c9f6b885
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");