Merge "logd: crash dumps on userdebug only"
This commit is contained in:
commit
22c1eefb0d
1 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,8 @@ static int drop_privs(bool klogd, bool auditd) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
if (__android_logger_property_get_bool("ro.debuggable", BOOL_DEFAULT_FALSE) &&
|
||||
if (!__android_logger_property_get_bool("ro.debuggable",
|
||||
BOOL_DEFAULT_FALSE) &&
|
||||
prctl(PR_SET_DUMPABLE, 0) == -1) {
|
||||
android::prdebug("failed to clear PR_SET_DUMPABLE");
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue