leakcanary icon indicating copy to clipboard operation
leakcanary copied to clipboard

Add backward compatibility serialization tests

Open pyricau opened this issue 5 years ago • 0 comments

We serialize the leaktraces into a database and don't have good tests to prevent breaking deserialization.

We should something to generate a base64 string of the serializable bytes, then go back in time and generate bytes the analysis of real hprofs and ensure it's all still working when deserializing with recent code.

pyricau avatar Oct 15 '20 05:10 pyricau