From 8a6fc962abc1eb28098f9dac67c66a6ee88cec8e Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Wed, 21 May 2014 09:46:56 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[NOBTS]=20?= =?UTF-8?q?=EB=82=9C=EB=8F=85=ED=99=94=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=EC=97=90=EC=84=9C=20jdk=20util=EC=9D=84=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=84=A4=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@3922 84d0f5b1-2673-498c-a247-62c4ff18d310 --- proguard-1.0.2-SNAPSHOT.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/proguard-1.0.2-SNAPSHOT.conf b/proguard-1.0.2-SNAPSHOT.conf index f7cf04b58..938e14bb5 100644 --- a/proguard-1.0.2-SNAPSHOT.conf +++ b/proguard-1.0.2-SNAPSHOT.conf @@ -55,6 +55,17 @@ -dontshrink -dontoptimize +-keeppackagenames com.nhn.pinpoint.profiler.util.jdk + +-keep class com.nhn.pinpoint.profiler.util.jdk.* { + *; +} + +# com.nhn.pinpoint.profiler.tools.NetworkAvailabilityChecker +-keep class * extends com.nhn.pinpoint.profiler.tools.PinpointTools { + ; +} + # com.nhn.pinpoint.profiler.tools.NetworkAvailabilityChecker -keep class * extends com.nhn.pinpoint.profiler.tools.PinpointTools { ;