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

Commit 62c884e0 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

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

Change-Id: I71b056572918ddfe12a7b1a14d7fba3eb2f394e9
parents 781592e2 92e674bb
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,
};