dex-parser icon indicating copy to clipboard operation
dex-parser copied to clipboard

Make Errors more useful

Open letmutx opened this issue 4 years ago • 0 comments

Goal: To be able to pin-point a location where the malformed input is/error occurs.

Currently the Error type doesn't contain information on where an error happened. I think it'd be helpful if we have at least these details to start with:

  • Class name/ClassId - the error occurred while reading this Class from the input.
  • Method/Field - if relevant.
  • Id's of items (say in string_ids, type_ids section etc.)

letmutx avatar Nov 12 '19 19:11 letmutx