How do judges normally treat destruction of evidence? Do they not care who committed the crime and just make a ruling on how to infer it? I feel like the court would want to know who has committed something as serious as this but I’m not sure of the actual process for it.
You could download a terminal app (termux from f-droid) and run
ls > file.txt
. You would first want tocd
(change directory) to the location you’re interested in. This will generate afile.txt
with the output ofls
(list files command).