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

Commit 452426b2 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Frameworks/base: Shorten system property" into nyc-dev am: a8f51e3e am: ddaeb30d

am: 962906b6

* commit '962906b6':
  Frameworks/base: Shorten system property

Change-Id: Ieb6d2d33973f7150c0424fabac48573c18bb2dc3
parents 4a8c4224 962906b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ public final class ActivityThread {
                return;
            }
            try {
                int bufferSize = SystemProperties.getInt("debug.traceview-buffer-size-in-mb", 8);
                int bufferSize = SystemProperties.getInt("debug.traceview-buffer-size-mb", 8);
                VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(),
                        bufferSize * 1024 * 1024, 0, samplingInterval != 0, samplingInterval);
                profiling = true;