SkDebug.cpp 334 B

1234567891011121314
  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. */
  7. #include "include/core/SkTypes.h"
  8. #if defined(SK_BUILD_FOR_GOOGLE3)
  9. void SkDebugfForDumpStackTrace(const char* data, void* unused) {
  10. SkDebugf("%s", data);
  11. }
  12. #endif