diff options
| -rw-r--r-- | dex2oat/dex2oat.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index 1296bcf525..0fa27eafa4 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -2782,6 +2782,8 @@ static int dex2oat(int argc, char** argv) { return EXIT_FAILURE; } + // Helps debugging on device. Can be used to determine which dalvikvm instance invoked a dex2oat + // instance. Used by tools/bisection_search/bisection_search.py. VLOG(compiler) << "Running dex2oat (parent PID = " << getppid() << ")"; bool result; |