Skip to content

Commit

Permalink
Adjust hooking error message
Browse files Browse the repository at this point in the history
Whoops, not anymore! :P
  • Loading branch information
osm0sis authored Dec 14, 2023
1 parent 93c53f5 commit cff8ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cff8ca8

Please sign in to comment.