Skip to content

Commit

Permalink
Fix log tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ngorskikh committed Apr 1, 2022
1 parent bc8f09e commit 0debdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zygisk_module/jni/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <android/log.h>

#define LOG_TAG "CopyCertificates"
#define LOG_TAG "AdGuardCertificate"

#ifndef NDEBUG
#define dbglog(fmt_, ...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "%s(): " fmt_, __func__, ##__VA_ARGS__)
Expand Down

0 comments on commit 0debdb8

Please sign in to comment.