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

Commit 2793aa84 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable hidden API logging."

parents 0ed64376 1234beb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2382,7 +2382,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                }
            }
            int logSampleRate = Settings.Global.getInt(mContext.getContentResolver(),
                    Settings.Global.HIDDEN_API_ACCESS_LOG_SAMPLING_RATE, -1);
                    Settings.Global.HIDDEN_API_ACCESS_LOG_SAMPLING_RATE, 0x200);
            if (logSampleRate < 0 || logSampleRate > 0x10000) {
                logSampleRate = -1;
            }