Flutter Engine
The Flutter Engine
fml
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
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
offset
SeparatedVector2 offset
Definition:
stroke_path_geometry.cc:311
Generated on Sun Jun 23 2024 21:54:57 for Flutter Engine by
1.9.4