mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 16:56:15 +10:00
[유치수] [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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user