| Index: build/android/symbolize.py
|
| diff --git a/build/android/symbolize.py b/build/android/symbolize.py
|
| index 56d3b19e2282bbc1a739f2c5797be2837111f8a8..acd4e5166ae802d439888bc6bca69dc6284d828c 100755
|
| --- a/build/android/symbolize.py
|
| +++ b/build/android/symbolize.py
|
| @@ -55,6 +55,7 @@ class Symbolizer(object):
|
| # incorrect lookups when running this script on long-lived instances
|
| # (e.g., adb logcat) when doing incremental development. Consider clearing
|
| # the cache when modification timestamp of libraries change.
|
| + # pylint: disable=no-member
|
| sym = symbol.SymbolInformation(lib, addr, False)[0][0]
|
|
|
| if not sym:
|
|
|