Skip to content

Commit 616593f

Browse files
palaychGenkzsz11
authored andcommitted
Revert "iorap: Enable by default"
AOSP disabled iorap in March tag: ArrowOS/android_build@b73d551 This reverts commit b1730cd. Change-Id: I877af01fed38d6e12ba6100e7e5fa43eab01a5b0
1 parent 4fceea9 commit 616593f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

startop/iorap/src/com/google/android/startop/iorap/IorapForwardingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ protected boolean isIorapEnabled() {
158158
// These two mendel flags should match those in iorapd native process
159159
// system/iorapd/src/common/property.h
160160
boolean isTracingEnabled =
161-
getMendelFlag("iorap_perfetto_enable", "iorapd.perfetto.enable", true);
161+
getMendelFlag("iorap_perfetto_enable", "iorapd.perfetto.enable", false);
162162
boolean isReadAheadEnabled =
163163
getMendelFlag("iorap_readahead_enable", "iorapd.readahead.enable", false);
164164
// Same as the property in iorapd.rc -- disabling this will mean the 'iorapd' binder process

0 commit comments

Comments
 (0)