Strip more SymbolInfo from dump
Test: ./strip_debug_info.pl libhidlbase.so.dump Bug: 37488823 Change-Id: Ifa18edf45cd5310633bec7ab0cb85018d4c74c9a
This commit is contained in:
@@ -24,12 +24,15 @@ use Data::Dumper;
|
||||
"TypeInfo",
|
||||
# in SymbolInfo
|
||||
"Class",
|
||||
"Const",
|
||||
"Header",
|
||||
"Line",
|
||||
"NameSpace",
|
||||
"Param",
|
||||
"Return",
|
||||
"Source",
|
||||
"SourceLine"
|
||||
"SourceLine",
|
||||
"TParam"
|
||||
);
|
||||
|
||||
sub StripDebug {
|
||||
|
||||
Reference in New Issue
Block a user