From fb8a3f6b216638783cd25600a02f7527dabd91cf Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 16 Dec 2025 23:36:36 +0800 Subject: improve logs tag --- tests/projects/android/native_app/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/android/native_app/src/main.cpp') diff --git a/tests/projects/android/native_app/src/main.cpp b/tests/projects/android/native_app/src/main.cpp index b7dda5d34..e906f490e 100644 --- a/tests/projects/android/native_app/src/main.cpp +++ b/tests/projects/android/native_app/src/main.cpp @@ -1,7 +1,7 @@ #include #include -#define LOG_TAG "raydemo_android" +#define LOG_TAG "raydemo" #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) int main(int argc, char** argv) { -- cgit v1.3.1