Home
last modified time | relevance | path

Searched refs:unwinder (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/desktop/
Droot_canal_main.cc77 unwindstack::AndroidLocalUnwinder unwinder; in crash_callback() local
79 if (!unwinder.Unwind(tid, data)) { in crash_callback()
85 ERROR("{}", unwinder.FormatFrame(frame)); in crash_callback()
/packages/modules/Bluetooth/system/gd/facade/
Dfacade_main.cc90 unwindstack::AndroidLocalUnwinder unwinder; in crash_callback() local
92 if (!unwinder.Unwind(tid, data)) { in crash_callback()
98 log::error("{}", unwinder.FormatFrame(frame)); in crash_callback()