You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
refactor source tree organization, switch to meson
This commit is contained in:
41
src/api-impl-jni/generated_headers/android_util_Log.h
Normal file
41
src/api-impl-jni/generated_headers/android_util_Log.h
Normal file
@@ -0,0 +1,41 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_util_Log */
|
||||
|
||||
#ifndef _Included_android_util_Log
|
||||
#define _Included_android_util_Log
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_util_Log_VERBOSE
|
||||
#define android_util_Log_VERBOSE 2L
|
||||
#undef android_util_Log_DEBUG
|
||||
#define android_util_Log_DEBUG 3L
|
||||
#undef android_util_Log_INFO
|
||||
#define android_util_Log_INFO 4L
|
||||
#undef android_util_Log_WARN
|
||||
#define android_util_Log_WARN 5L
|
||||
#undef android_util_Log_ERROR
|
||||
#define android_util_Log_ERROR 6L
|
||||
#undef android_util_Log_ASSERT
|
||||
#define android_util_Log_ASSERT 7L
|
||||
#undef android_util_Log_LOG_ID_MAIN
|
||||
#define android_util_Log_LOG_ID_MAIN 0L
|
||||
#undef android_util_Log_LOG_ID_RADIO
|
||||
#define android_util_Log_LOG_ID_RADIO 1L
|
||||
#undef android_util_Log_LOG_ID_EVENTS
|
||||
#define android_util_Log_LOG_ID_EVENTS 2L
|
||||
#undef android_util_Log_LOG_ID_SYSTEM
|
||||
#define android_util_Log_LOG_ID_SYSTEM 3L
|
||||
/*
|
||||
* Class: android_util_Log
|
||||
* Method: isLoggable
|
||||
* Signature: (Ljava/lang/String;I)Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_util_Log_isLoggable
|
||||
(JNIEnv *, jclass, jstring, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user