From b9eb2865af05d9ade572e71934a9e6a50421aa7d Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Fri, 14 Jun 2013 20:17:30 -0400 Subject: Memory tracking is now handled by a service. Multiple processes may be tracked and viewed simultaneously. Also, some changes to the graph: * show uss and pss together * adjust opacity controls Change-Id: I20eebaa8cc8faf78b46af2a35d71ee538207f02b --- src/com/android/launcher3/MemoryDumpActivity.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/com/android/launcher3/MemoryDumpActivity.java') diff --git a/src/com/android/launcher3/MemoryDumpActivity.java b/src/com/android/launcher3/MemoryDumpActivity.java index 19b1c4ed1..51bc30808 100644 --- a/src/com/android/launcher3/MemoryDumpActivity.java +++ b/src/com/android/launcher3/MemoryDumpActivity.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.android.launcher3; import android.app.Activity; -- cgit v1.2.3