summaryrefslogtreecommitdiff
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
author Hans Boehm <hboehm@google.com> 2025-02-13 10:59:59 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-02-13 10:59:59 -0800
commit35a8b07c110dcf75a0f74554d0d0ee343655abf8 (patch)
treecd0d59d26c1103bb210444d5207a947c31422dcd /runtime/runtime.cc
parent155f88b8911f293d0611fc9f9c76b1b67dd046f2 (diff)
parentb63a35a0495ea4beaa36aad7d81728daacee3be4 (diff)
Extend suspend timeout for debug activities am: 4bcbbe50ab am: b63a35a049
Original change: https://android-review.googlesource.com/c/platform/art/+/3463910 Change-Id: I0ce959085b814157e74b0fb00d74468639d89aa4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index a16bde3469..e2c30d619c 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -2450,8 +2450,8 @@ void Runtime::DumpDeoptimizations(std::ostream& os) {
}
}
-std::optional<uint64_t> Runtime::SiqQuitNanoTime() const {
- return signal_catcher_ != nullptr ? signal_catcher_->SiqQuitNanoTime() : std::nullopt;
+std::optional<uint64_t> Runtime::SigQuitNanoTime() const {
+ return signal_catcher_ != nullptr ? signal_catcher_->SigQuitNanoTime() : std::nullopt;
}
void Runtime::DumpForSigQuit(std::ostream& os) {