We've created a one-off SuperSize snapshot with native code string literals names as "string contents":
I found it pretty interesting to poke around and see what strings exists, so I thought I'd shared. Certainly if you're an owner of a section of the codebase, it might be nice if you could check for excessive strings.
You can filter by minimum size, and/or by regular expression (note that all names start and end with a double quote). E.g. here's all strings that contain
".cc" paths
This was made using target_os="android".