Parcourir la source

更新 'include/log.hpp'

dream il y a 7 mois
Parent
commit
29346bed58
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      include/log.hpp

+ 1 - 1
include/log.hpp

@@ -5,7 +5,7 @@
 #ifndef LOG_HPP
 #define LOG_HPP
 #include <android/log.h>
-#define LOG_TAG AY_OBFUSCATE("AbandonedGrave")
+#define LOG_TAG AY_OBFUSCATE("Android_verify")
 
 #ifdef DEBUG_LOG
 #define LOG_DEBUG(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)