Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c451ac3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Include stack traces from keystore2 in bugreports on debuggable builds"...

Merge "Include stack traces from keystore2 in bugreports on debuggable builds" am: db904dd3 am: 92e674bb am: 62c884e0

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1696845

Change-Id: I22fe65943c2716437816ef3e5ca7e54e2e7bb9e8
parents 8dae4a80 62c884e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ 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,
};