Adjust hooking error message

Whoops, not anymore! :P
This commit is contained in:
Chris Renshaw
2023-12-14 02:26:58 -04:00
committed by GitHub
parent 93c53f5fb5
commit cff8ca8b61

View File

@@ -83,7 +83,7 @@ static void doHook() {
reinterpret_cast<void **>(&o_system_property_read_callback)
);
if (handle == nullptr) {
LOGD("Couldn't find '__system_property_read_callback' handle. Report to @chiteroman");
LOGD("Couldn't find '__system_property_read_callback' handle");
return;
}
LOGD("Found '__system_property_read_callback' handle at %p", handle);