[유치수] [NOBTS] 난독화 스크립트에서 jdk util을 제외하도록 설정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@3922 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2014-05-21 09:46:56 +00:00
parent a49c14901f
commit 8a6fc962ab
+11
View File
@@ -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 {
<methods>;
}
# com.nhn.pinpoint.profiler.tools.NetworkAvailabilityChecker
-keep class * extends com.nhn.pinpoint.profiler.tools.PinpointTools {
<methods>;