diff options
author | 2025-03-20 10:31:33 -0700 | |
---|---|---|
committer | 2025-03-20 10:31:33 -0700 | |
commit | de365a6c1bfd64d2e9ef9da49e30f3565ecaf599 (patch) | |
tree | 53fdbde17419b89304fd885886013611c93e4056 | |
parent | d0aab34af40ba8a6355fd65c5c1bcdc45d85b511 (diff) | |
parent | 80024f17fc4dc2c3ddc895f962f0a74162b67e0f (diff) |
Merge "Revert "Include stack traces from keystore2 in bugreports on debuggable builds"" into main
-rw-r--r-- | libs/dumputils/dump_utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp index 43ee33eb86..2d18d80678 100644 --- a/libs/dumputils/dump_utils.cpp +++ b/libs/dumputils/dump_utils.cpp @@ -50,7 +50,6 @@ static const char* native_processes_to_dump[] = { // Native processes to dump on debuggable builds. static const char* debuggable_native_processes_to_dump[] = { - "/system/bin/keystore2", "/system/bin/vold", NULL, }; |