Skip to content

Commit

Permalink
add more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiChou committed Jun 20, 2023
1 parent 0e00431 commit 0a90f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/tiny.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ rpc.exports = {

const dylibPath = [root, relative].join('/');
if (!Process.findModuleByName(dylibPath)) {
console.log('load dylib', dylibPath);
Module.load(dylibPath);
}

Expand Down

0 comments on commit 0a90f76

Please sign in to comment.