blob: 94da242efc7834fbca65dce996d30c81c441632b [file] [log] [blame]
/*
**
** Copyright 2017, The Android Open Source Project
**
** This file is dual licensed. It may be redistributed and/or modified
** under the terms of the Apache 2.0 License OR version 2 of the GNU
** General Public License.
*/
#ifndef _LIBS_LOG_PROPERTIES_H
#define _LIBS_LOG_PROPERTIES_H
#ifdef __cplusplus
extern "C" {
#endif
int __android_log_is_debuggable();
#ifdef __cplusplus
}
#endif
#endif /* _LIBS_LOG_PROPERTIES_H */