From 6573ce011568cb181e21468047dba2dbdc9bb746 Mon Sep 17 00:00:00 2001 From: Hsin-Yi Chen Date: Fri, 26 May 2017 16:29:03 +0800 Subject: [PATCH] Strip more SymbolInfo from dump Test: ./strip_debug_info.pl libhidlbase.so.dump Bug: 37488823 Change-Id: Ifa18edf45cd5310633bec7ab0cb85018d4c74c9a --- vndk/tools/abi-tool/strip_debug_info.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vndk/tools/abi-tool/strip_debug_info.pl b/vndk/tools/abi-tool/strip_debug_info.pl index b0833d742..4e5e80f08 100755 --- a/vndk/tools/abi-tool/strip_debug_info.pl +++ b/vndk/tools/abi-tool/strip_debug_info.pl @@ -24,12 +24,15 @@ use Data::Dumper; "TypeInfo", # in SymbolInfo "Class", + "Const", "Header", "Line", + "NameSpace", "Param", "Return", "Source", - "SourceLine" + "SourceLine", + "TParam" ); sub StripDebug {