Merge "Turn off "too slow" logs."

This commit is contained in:
Dianne Hackborn
2012-03-26 10:40:50 -07:00
committed by Android (Google) Code Review

View File

@@ -3038,7 +3038,7 @@ public final class ActivityManagerService extends ActivityManagerNative
}
final void logAppTooSlow(ProcessRecord app, long startTime, String msg) {
if (IS_USER_BUILD) {
if (true && IS_USER_BUILD) {
return;
}
String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null);