summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/MemoryDumpActivity.java
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-06-14 20:17:30 -0400
committerDaniel Sandler <dsandler@android.com>2013-06-21 01:16:27 -0400
commitb9eb2865af05d9ade572e71934a9e6a50421aa7d (patch)
treeff4515d45eff0002b7025ca1838a22be60e084b9 /src/com/android/launcher3/MemoryDumpActivity.java
parent211667e4c2efc6b0b7c5037aca77eecd50bd823d (diff)
downloadandroid_packages_apps_Trebuchet-b9eb2865af05d9ade572e71934a9e6a50421aa7d.tar.gz
android_packages_apps_Trebuchet-b9eb2865af05d9ade572e71934a9e6a50421aa7d.tar.bz2
android_packages_apps_Trebuchet-b9eb2865af05d9ade572e71934a9e6a50421aa7d.zip
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
Diffstat (limited to 'src/com/android/launcher3/MemoryDumpActivity.java')
-rw-r--r--src/com/android/launcher3/MemoryDumpActivity.java16
1 files changed, 16 insertions, 0 deletions
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;