namespace unwindstack { class AndroidLocalUnwinder;
} // namespace unwindstack
namespace art HIDDEN {
class ArtMethod;
// Remove method parameters by finding matching top-level parenthesis and removing them. // Since functions can be defined inside functions, this can remove multiple substrings.
std::string StripParameters(std::string name);
// Dumps the native stack for thread 'tid' to 'os'. void DumpNativeStack(std::ostream& os,
pid_t tid, constchar* prefix = "", void* ucontext = nullptr, bool skip_frames = true)
NO_THREAD_SAFETY_ANALYSIS;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.