Skip to content

Commit 80024f1

Browse files
committed
Revert "Include stack traces from keystore2 in bugreports on debuggable builds"
This reverts commit e846316. Dumping keystore is not allowed due to an SELinux neverallow rule most recently added in aosp/3311665. Bug: 376065666 Test: Check for denial after taking a bug report Flag: EXEMPT bugfix Change-Id: I0e6a2ff1578602f7616c12e8fc9253dddaa67779
1 parent 2dc2afe commit 80024f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/dumputils/dump_utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ static const char* native_processes_to_dump[] = {
5050

5151
// Native processes to dump on debuggable builds.
5252
static const char* debuggable_native_processes_to_dump[] = {
53-
"/system/bin/keystore2",
5453
"/system/bin/vold",
5554
NULL,
5655
};

0 commit comments

Comments
 (0)