leakcanary
leakcanary copied to clipboard
Add backward compatibility serialization tests
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.