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

Commit 83afad49 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: 95ac3956

* commit '95ac3956':
  Frameworks/base: Shorten system property

Change-Id: Iea64e7929d0e747c62da091b3c61d21bb2a668b3
parents d57dac93 95ac3956
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;