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

Commit 5f40945a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder: fix FATAL_IF_NOT_ONEWAY error" am: 022564e3 am: 7abdb705...

Merge "libbinder: fix FATAL_IF_NOT_ONEWAY error" am: 022564e3 am: 7abdb705 am: 4fc5fe68 am: bc54afd6 am: 3d98209e

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

Change-Id: I9d2d7c6681c9abcdc819136cdb19170676e3ea11
parents 152c9bf5 3d98209e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -679,7 +679,7 @@ status_t IPCThreadState::transact(int32_t handle,
                CallStack::logStack("non-oneway call", CallStack::getCurrent(10).get(),
                    ANDROID_LOG_ERROR);
            } else /* FATAL_IF_NOT_ONEWAY */ {
                LOG_ALWAYS_FATAL("Process may not make oneway calls (code: %u).", code);
                LOG_ALWAYS_FATAL("Process may not make non-oneway calls (code: %u).", code);
            }
        }