summaryrefslogtreecommitdiff
path: root/include/android_runtime/AndroidRuntime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/android_runtime/AndroidRuntime.h')
-rw-r--r--include/android_runtime/AndroidRuntime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android_runtime/AndroidRuntime.h b/include/android_runtime/AndroidRuntime.h
index 9a3b990c45bc..ed77d9aead08 100644
--- a/include/android_runtime/AndroidRuntime.h
+++ b/include/android_runtime/AndroidRuntime.h
@@ -44,7 +44,7 @@ public:
Tool,
};
- void setArgv0(const char* argv0);
+ void setArgv0(const char* argv0, bool setProcName = false);
void addOption(const char* optionString, void* extra_info = NULL);
/**