diff options
author | Peter Collingbourne <pcc@google.com> | 2020-03-30 19:03:41 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-03-30 19:03:41 +0000 |
commit | e2b76c5b001fab12df24d206894d17b3f5fd6d9b (patch) | |
tree | 9ac8a4a1dae6216e4f51a177217d5cfd26fc8504 /debuggerd/handler/debuggerd_handler.cpp | |
parent | 3de710f84f32d3dbfdaaea7f3d6f5dab63101f9f (diff) | |
parent | b72e74810ce1f5815b0a01b661b3da6ee1b14ef2 (diff) |
Merge "Move crash_dump into the runtime APEX."
Diffstat (limited to 'debuggerd/handler/debuggerd_handler.cpp')
-rw-r--r-- | debuggerd/handler/debuggerd_handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/handler/debuggerd_handler.cpp b/debuggerd/handler/debuggerd_handler.cpp index 8b4b6304f..9e3a649fa 100644 --- a/debuggerd/handler/debuggerd_handler.cpp +++ b/debuggerd/handler/debuggerd_handler.cpp @@ -83,7 +83,7 @@ using unique_fd = android::base::unique_fd_impl<FdsanBypassCloser>; #define CRASH_DUMP_NAME "crash_dump32" #endif -#define CRASH_DUMP_PATH "/system/bin/" CRASH_DUMP_NAME +#define CRASH_DUMP_PATH "/apex/com.android.runtime/bin/" CRASH_DUMP_NAME // Wrappers that directly invoke the respective syscalls, in case the cached values are invalid. #pragma GCC poison getpid gettid |