From 338bbd6ebaa14f66c8fe9efefb9e963cce67ac86 Mon Sep 17 00:00:00 2001 From: Hyun Jeong Date: Fri, 1 Aug 2014 18:34:49 +0900 Subject: [PATCH] =?UTF-8?q?[Pinpoint/pinpoint-profiler#13]=20profiler-opti?= =?UTF-8?q?onal=EC=97=90=EC=84=9C=20=EC=83=81=EC=86=8D=EB=B0=9B=EB=8A=94?= =?UTF-8?q?=20class/interface=20=EB=82=9C=EB=8F=85=ED=99=94=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proguard-1.0.1.conf | 5 +++++ proguard-1.0.2-SNAPSHOT.conf | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/proguard-1.0.1.conf b/proguard-1.0.1.conf index 5f828a804..71c45dd32 100644 --- a/proguard-1.0.1.conf +++ b/proguard-1.0.1.conf @@ -71,6 +71,11 @@ # com.nhn.pinpoint.bootstrap.Agent -keep class * extends com.nhn.pinpoint.bootstrap.Agent +# com.nhn.pinpoint.monitor.codehale.cpu.metric.CpuLoadMetricSet +-keep class * extends com.nhn.pinpoint.profiler.monitor.codahale.cpu.metric.CpuLoadMetricSet { + ; +} + # Also keep - Enumerations. Keep the special static methods that are required in # enumeration classes. -keepclassmembers enum * { diff --git a/proguard-1.0.2-SNAPSHOT.conf b/proguard-1.0.2-SNAPSHOT.conf index 1231b4a77..d023672dc 100644 --- a/proguard-1.0.2-SNAPSHOT.conf +++ b/proguard-1.0.2-SNAPSHOT.conf @@ -92,6 +92,11 @@ # com.nhn.pinpoint.bootstrap.Agent -keep class * extends com.nhn.pinpoint.bootstrap.Agent +# com.nhn.pinpoint.monitor.codehale.cpu.metric.CpuLoadMetricSet +-keep class * extends com.nhn.pinpoint.profiler.monitor.codahale.cpu.metric.CpuLoadMetricSet { + ; +} + # Also keep - Enumerations. Keep the special static methods that are required in # enumeration classes. -keepclassmembers enum * {