We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it could be really helpful if we would log loaded ARTist module names and their filter spec once, when ARTist loads a module.
HArtist() Version: 00112 Module: `<MODULE-NAME>` # Filters: - `com.android.server.AppOpsService` - `com.android.server.` - `...` # Injections: - Method: `Lsaarland/cispa/artist/codelib/CodeLib;traceLog()V` - Targets: - METHOD_START: "GENERIC_TARGET" - METHOD_CALL_BEFORE: "onTransact(" - Method: `Lsaarland/cispa/artist/codelib/CodeLib;traceLog2()V` - Targets: - METHOD_CALL_BEFORE: "onCreate("
compiler/optimizing/artist/artist.cc
void HArtist::LogVersionOnce(const string& VERSION)
Module::getMethodFilter()
HUniversalArtist::ProvideInjections
The text was updated successfully, but these errors were encountered:
The current version does log "Loaded ARTist module <package_name>" if a module loaded sucessfully. https://github.com/Project-ARTist/art/blob/4ccd3debc7e96c4c6c676295804eecfdab2f8be2/dex2oat/dex2oat.cc#L1214
Sorry, something went wrong.
Thanks @parthipanramesh
That means I would vote for:
What you think?
Yes that sound good! 👍
No branches or pull requests
I think it could be really helpful if we would log loaded ARTist module names and their filter spec once,
when ARTist loads a module.
Example
Helpful files/methods
compiler/optimizing/artist/artist.cc
void HArtist::LogVersionOnce(const string& VERSION)
Module::getMethodFilter()
HUniversalArtist::ProvideInjections
The text was updated successfully, but these errors were encountered: