xref: /aosp_15_r20/art/tools/ahat/etc/test-dump.pro (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1
2-keep public class Main {
3  public static void main(java.lang.String[]);
4}
5
6-keep public class SuperDumpedStuff {
7  public void allocateObjectAtUnObfSuperSite();
8}
9
10# Produce useful obfuscated stack traces so we can test useful deobfuscation
11# of stack traces.
12-renamesourcefileattribute SourceFile
13-keepattributes SourceFile,LineNumberTable
14
15