Skip to content

Commit

Permalink
Fix anr
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF committed Jul 18, 2021
1 parent c53c0e4 commit be38201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualApp/libsandhook/src/main/cpp/sandhook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void ensureMethodCached(art::mirror::ArtMethod *hookMethod, art::mirror::ArtMeth
if (SDK_INT >= ANDROID_P)
return;

SandHook::StopTheWorld stopTheWorld;
//SandHook::StopTheWorld stopTheWorld;

uint32_t index = backupMethod->getDexMethodIndex();
if (SDK_INT < ANDROID_O2) {
Expand Down

0 comments on commit be38201

Please sign in to comment.