blob: b0cb6c12421e34ba3e79abc45d08590bce2700b3 [file] [log] [blame]
epoger@google.comec3ed6a2011-07-28 14:26:00 +00001/*
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 */
7
reed@android.com8a1c16f2008-12-17 15:59:43 +00008#include "SkTypes.h"
9
benjaminwagner58afee82015-11-18 13:14:14 -080010#if defined(GOOGLE3)
11void SkDebugfForDumpStackTrace(const char* data, void* unused) {
12 SkDebugf("%s", data);
13}
14#endif