diff options
author | Steven Laver <lavers@google.com> | 2019-12-12 15:29:36 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-12-12 15:29:36 +0000 |
commit | a239544c7b06814b70fd970de7eaac234682fa52 (patch) | |
tree | a4298d61f9b73642f350799b1157e49b65f4e1e8 /libutils/StrongPointer.cpp | |
parent | 63de1e1c8d7824c241f22de67edf54f4f1eaeea5 (diff) | |
parent | 5319412e5305a3b4bcecf251a2955c09a6e9837e (diff) |
Merge "Merge RP1A.191203.001" into r-keystone-qcom-dev
Diffstat (limited to 'libutils/StrongPointer.cpp')
-rw-r--r-- | libutils/StrongPointer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libutils/StrongPointer.cpp b/libutils/StrongPointer.cpp index ba52502ec..ef467238a 100644 --- a/libutils/StrongPointer.cpp +++ b/libutils/StrongPointer.cpp @@ -21,4 +21,7 @@ namespace android { void sp_report_race() { LOG_ALWAYS_FATAL("sp<> assignment detected data race"); } + +void sp_report_stack_pointer() { LOG_ALWAYS_FATAL("sp<> constructed with stack pointer argument"); } + } |