diff options
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 386d88f16e..d61663cd10 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -447,7 +447,7 @@ class Runtime { void PreZygoteFork(); bool InitZygote(); - void DidForkFromZygote(JNIEnv* env, NativeBridgeAction action, const char* isa); + void InitNonZygoteOrPostFork(JNIEnv* env, NativeBridgeAction action, const char* isa); const instrumentation::Instrumentation* GetInstrumentation() const { return &instrumentation_; |