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
api-impl: use liblog for android.util.Log; use Log.v for debugging prints and Log.w for stub tracing
This commit is contained in:
@@ -29,11 +29,11 @@ extern "C" {
|
||||
#define android_util_Log_LOG_ID_SYSTEM 3L
|
||||
/*
|
||||
* Class: android_util_Log
|
||||
* Method: isLoggable
|
||||
* Signature: (Ljava/lang/String;I)Z
|
||||
* Method: println_native
|
||||
* Signature: (IILjava/lang/String;Ljava/lang/String;)I
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_util_Log_isLoggable
|
||||
(JNIEnv *, jclass, jstring, jint);
|
||||
JNIEXPORT jint JNICALL Java_android_util_Log_println_1native
|
||||
(JNIEnv *, jclass, jint, jint, jstring, jstring);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user