Merge "Frameworks/base: Shorten system property" into nyc-dev
am: a8f51e3e46
* commit 'a8f51e3e46c705b0477bf20a8e417ab57e09afee':
Frameworks/base: Shorten system property
Change-Id: I9e90c9ed260cd74f1585d5851c65a6c78f245daf
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user