Home
last modified time | relevance | path

Searched refs:backtrace (Results 1 – 9 of 9) sorted by relevance

/aosp14/system/core/libutils/
H A DCallStack_test.cpp25 __attribute__((__noinline__)) extern "C" void CurrentCaller(android::String8& backtrace) { in CurrentCaller() argument
28 backtrace = cs.toString(); in CurrentCaller()
32 android::String8 backtrace; in TEST() local
33 CurrentCaller(backtrace); in TEST()
35 ASSERT_NE(-1, backtrace.find("(CurrentCaller")) << "Full backtrace:\n" << backtrace; in TEST()
/aosp14/system/core/debuggerd/
H A Dcrash_dump.cpp625 bool backtrace = false; in main() local
633 backtrace = false; in main()
635 backtrace = true; in main()
651 if (backtrace) { in main()
H A DAndroid.bp195 "libdebuggerd/backtrace.cpp",
H A Ddebuggerd_test.cpp1058 TEST_F(CrasherTest, backtrace) { in TEST_F() argument
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DLeakChecker.cpp59 if (!merged.leaks[0].backtrace.num_frames) { in logUnreachable()
/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dutility.h85 void dump_memory(log_t* log, unwindstack::Memory* backtrace, uint64_t addr, const std::string&);
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp163 const google::protobuf::RepeatedPtrField<BacktraceFrame>& backtrace, in print_backtrace() argument
166 for (const auto& frame : backtrace) { in print_backtrace()
/aosp14/frameworks/base/core/proto/android/os/
H A Dincident.proto21 import "frameworks/base/core/proto/android/os/backtrace.proto";
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md319 backtrace of the underlying fastboot commands leading up the failure in this test.