Merge "Turn off "too slow" logs."
This commit is contained in:
committed by
Android (Google) Code Review
commit
a026b48972
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user