summaryrefslogtreecommitdiff
path: root/runtime/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index c8aa4e5bb1..c0ff6b3444 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -446,7 +446,11 @@ class Runtime {
void PreZygoteFork();
void InitNonZygoteOrPostFork(
- JNIEnv* env, bool is_system_server, NativeBridgeAction action, const char* isa);
+ JNIEnv* env,
+ bool is_system_server,
+ NativeBridgeAction action,
+ const char* isa,
+ bool profile_system_server = false);
const instrumentation::Instrumentation* GetInstrumentation() const {
return &instrumentation_;