Does Chronon support Proguard obfuscated classes when recording on the server side and then play back the recording with the Proguard map file so I can see the unobfuscated ? If not, will this feature be implemented in the future ?
Thank you.
-
No. We may implement this in some future release, but it is not on the roadmap for chronon 3.
Note that its not just a matter of remapping class names, proguard by default removes all the debugging related info from classfiles that is needed by chronon, namely things like local variable table, line number table, etc. -