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

Commit 92e674bb 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" am: db904dd3

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

Change-Id: Ie09fe987659a436b186532fd1607938daf9a73b3
parents a73e20aa db904dd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,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,
};