Skip to content

Commit

Permalink
Fix missing PLOGE when disabled log
Browse files Browse the repository at this point in the history
Fix #51
  • Loading branch information
yujincheng08 authored Oct 23, 2023
1 parent a612522 commit c6d6773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsplant/src/main/jni/logging.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define LOGI(...) 0
#define LOGW(...) 0
#define LOGE(...) 0
#define PLOGE(...) 0
#else
#ifndef NDEBUG
#define LOGD(fmt, ...) \
Expand Down

0 comments on commit c6d6773

Please sign in to comment.