Flutter Engine
Loading...
Searching...
No Matches
backtrace_stub.cc
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
flutter/fml/backtrace.h
"
6
7
namespace
fml
{
8
9
static
std::string
kKUnknownFrameName
=
"Unknown"
;
10
11
std::string
BacktraceHere
(
size_t
offset) {
12
return
""
;
13
}
14
15
void
InstallCrashHandler
() {
16
// Not supported.
17
}
18
19
bool
IsCrashHandlingSupported
() {
20
return
false
;
21
}
22
23
}
// namespace fml
backtrace.h
fml
Definition
ascii_trie.cc:9
fml::BacktraceHere
std::string BacktraceHere(size_t offset)
Definition
backtrace.cc:43
fml::IsCrashHandlingSupported
bool IsCrashHandlingSupported()
Definition
backtrace.cc:140
fml::InstallCrashHandler
void InstallCrashHandler()
Definition
backtrace.cc:126
fml::kKUnknownFrameName
static std::string kKUnknownFrameName
Definition
backtrace.cc:25
fml
backtrace_stub.cc
Generated on Thu Nov 6 2025 16:11:22 for Flutter Engine by
1.9.8