Flutter Engine
The 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
7namespace fml {
8
9static std::string kKUnknownFrameName = "Unknown";
10
11std::string BacktraceHere(size_t offset) {
12 return "";
13}
14
16 // Not supported.
17}
18
20 return false;
21}
22
23} // namespace fml
std::string BacktraceHere(size_t offset)
Definition backtrace.cc:43
bool IsCrashHandlingSupported()
Definition backtrace.cc:140
void InstallCrashHandler()
Definition backtrace.cc:126
static std::string kKUnknownFrameName
Definition backtrace.cc:25
Point offset