Merge "Fix build-id lookup for libraries loaded directly from apk" into main
This commit is contained in:
@@ -509,7 +509,7 @@ class TraceConverter:
|
|||||||
|
|
||||||
if build_id:
|
if build_id:
|
||||||
# If we have the build_id, do a brute-force search of the symbols directory.
|
# If we have the build_id, do a brute-force search of the symbols directory.
|
||||||
basename = os.path.basename(lib)
|
basename = os.path.basename(lib).split("!")[-1]
|
||||||
lib = self.GetLibraryByBuildId(symbol.SYMBOLS_DIR, basename, build_id)
|
lib = self.GetLibraryByBuildId(symbol.SYMBOLS_DIR, basename, build_id)
|
||||||
if not lib:
|
if not lib:
|
||||||
print("WARNING: Cannot find {} with build id {} in symbols directory."
|
print("WARNING: Cannot find {} with build id {} in symbols directory."
|
||||||
|
|||||||
Reference in New Issue
Block a user