79484936

Date: 2025-03-04 21:48:43
Score: 0.5
Natty:
Report link

My app was printing lots of logs - about 5k in 2-3 seconds, and once every few runs not all logs were printed.

I was using Log.d to print them, which seems to be optimised out under some conditions.

Replacing Log.d with Log.wtf, which is not optimised out, solved my issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user3673952