diff options
Diffstat (limited to 'libartbase/base/logging.h')
-rw-r--r-- | libartbase/base/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/logging.h b/libartbase/base/logging.h index 68ad9fcfa3..9d83e51058 100644 --- a/libartbase/base/logging.h +++ b/libartbase/base/logging.h @@ -75,7 +75,7 @@ extern void InitLogging(char* argv[], AbortFunction& default_aborter); // performed. extern const char* GetCmdLine(); -// The command used to start the ART runtime, such as "/apex/com.android.runtime/bin/dalvikvm". If +// The command used to start the ART runtime, such as "/apex/com.android.art/bin/dalvikvm". If // InitLogging hasn't been performed then just returns "art". extern const char* ProgramInvocationName(); |