You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent about half an hour debugging a particular part of my code later to realize it was the @debuglog annotation that was causing the huge delay!
One of the arguments was a byte array (of an image, hence huge) and I suppose printing that to Logcat was the bottleneck. Shouldn't hugo smartly not print any argument that's just too huge? Or this could be a parameter (if it already isnt there!).
The text was updated successfully, but these errors were encountered:
I spent about half an hour debugging a particular part of my code later to realize it was the @debuglog annotation that was causing the huge delay!
One of the arguments was a byte array (of an image, hence huge) and I suppose printing that to Logcat was the bottleneck. Shouldn't hugo smartly not print any argument that's just too huge? Or this could be a parameter (if it already isnt there!).
The text was updated successfully, but these errors were encountered: