summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessState.cpp
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-12-02 03:38:22 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-12-02 03:38:22 +0000
commit6f1b5e366546bda42b55ce12df8152326ee3fc8e (patch)
treeb541a75f4f2ffbae9b6407cee1ecadf491d4a21e /libs/binder/ProcessState.cpp
parented61d9795b2f579484ecabe46974c750c4041079 (diff)
parent78ecf588819056c76b7bd6143df0f26c359114f6 (diff)
Merge "libbinder: ProcessState - force mark SM stability" am: eed7614657 am: 78ecf58881
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1514933 Change-Id: I28e4c9b3bcfe8aed81f8e5d043b59161bfdfcd34
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r--libs/binder/ProcessState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp
index 83ca687519..9aedf28964 100644
--- a/libs/binder/ProcessState.cpp
+++ b/libs/binder/ProcessState.cpp
@@ -130,7 +130,7 @@ sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
// The root object is special since we get it directly from the driver, it is never
// written by Parcell::writeStrongBinder.
- internal::Stability::tryMarkCompilationUnit(context.get());
+ internal::Stability::markCompilationUnit(context.get());
return context;
}