LSPosed / LSPlant

A hook framework for Android Runtime (ART)
https://lsposed.org/LSPlant/
GNU Lesser General Public License v3.0
814 stars 203 forks source link

logging.hpp #51

Closed w296488320 closed 10 months ago

w296488320 commented 10 months ago

if add add_definitions(-DLOG_DISABLED)

use of undeclared identifier 'PLOGE' PLOGE("mmap trampoline");

define PLOGE(fmt, args...) LOGE(fmt " failed with %d: %s", ##args, errno, strerror(errno))

You may forget to set up the PLOGE (...) 0

yujincheng08 commented 10 months ago

oh yes. will fix.