Closed ppannuto closed 3 years ago
We can probably add the output of git describe --always or something similar to a 'known memory address' like we do with the IDs; likely would be nice for debugging to know what code was running.
git describe --always
Added to the most recent check-in.
We can probably add the output of
git describe --always
or something similar to a 'known memory address' like we do with the IDs; likely would be nice for debugging to know what code was running.