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

Commit e9efc67e 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 am: 1c451ac3

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

Change-Id: I3ca64a0670cf262088a450e254a6cc8984fc4172
parents f515145c 1c451ac3
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,
};