blob: c4ffd357cdc77d304316cc4fb6a42f88e208a9d2 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GARNET_THIRD_PARTY_LIBUNWINDSTACK_FUCHSIA_LOG_LOG_H_
#define GARNET_THIRD_PARTY_LIBUNWINDSTACK_FUCHSIA_LOG_LOG_H_
// Currently Fuchsia doesn't have logging hooked up for this library. This
// file contains just enough declarations to make the code compile.
#define ALOGI(A, B)
#endif // GARNET_THIRD_PARTY_LIBUNWINDSTACK_FUCHSIA_LOG_LOG_H_