Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkDebug.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2006 The Android Open Source Project
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
8
9#include "include/private/base/SkAssert.h" // IWYU pragma: keep
10#include "include/private/base/SkAttributes.h" // IWYU pragma: keep
11
12#if defined(SK_BUILD_FOR_GOOGLE3)
13void SkDebugfForDumpStackTrace(const char* data, void* unused) {
14 SkDebugf("%s", data);
15}
16#endif
static bool unused
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1