DescriptionThis patch adds an API to ExceptionHandler to add information about known regions of memory. This is useful for when you have known memory mappings that show up as anonymous memory maps in /proc/<pid>/maps, so LinuxDumper doesn't know how to handle them. For our Firefox Android builds, we have a custom library loader that maps our shared libs out the APK into anonymous memory, which totally foils LinuxDumper. Using this API we're able to feed the names and debug IDs of our modules through ExceptionHandler and we get usable minidumps. Patch Set 1 #
Total comments: 12
Patch Set 2 : Fix review comments #
Total comments: 1
MessagesTotal messages: 6
|