You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Adjust hooking error message
Whoops, not anymore! :P
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user