-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from KwaiAppTeam/dev
Update java-oom proguard file
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
# keep fork dump related jni function, must needed | ||
#-keep class com.kwai.koom.javaoom.dump.ForkJvmHeapDumper {*;} | ||
-keep class com.kwai.koom.javaoom.dump.ForkJvmHeapDumper {*;} | ||
|
||
# keep heap report json format, must needed | ||
#-keep class com.kwai.koom.javaoom.report.HeapReport { *; } | ||
#-keep class com.kwai.koom.javaoom.report.HeapReport$* { *; } | ||
#-keep class com.kwai.koom.javaoom.report.HeapReport$*$* { *; } | ||
|
||
# keep all java code not obfuscated | ||
# for bug report more easily, suggested | ||
-dontobfuscate | ||
-keep class com.kwai.koom.javaoom.report.HeapReport { *; } | ||
-keep class com.kwai.koom.javaoom.report.HeapReport$* { *; } | ||
-keep class com.kwai.koom.javaoom.report.HeapReport$*$* { *; } |