Skip to content

Commit 1f79206

Browse files
committed
test
1 parent 4d993d9 commit 1f79206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/android/jni/jni_layer_llama.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ void et_pal_emit_log_message(
4141
const char* message,
4242
size_t length) {
4343
int android_log_level = ANDROID_LOG_UNKNOWN;
44+
4445
if (level == 'D') {
4546
android_log_level = ANDROID_LOG_DEBUG;
4647
} else if (level == 'I') {

0 commit comments

Comments
 (0)