Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
add native debugging (ptrace) sysprop to ExtSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
muhomorr committed Jun 6, 2023
1 parent 71dde27 commit eeec109
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/java/android/ext/settings/ExtSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ public boolean validateValue(String val) {
}
};

public static final BoolSysProperty NATIVE_DEBUGGING = new BoolSysProperty(
"persist.native_debug", true);

private ExtSettings() {}

// used for making settings defined in this class unreadable by third-party apps
Expand Down

0 comments on commit eeec109

Please sign in to comment.