Android Question Logging for next statement issue

Scantech

Well-Known Member
Licensed User
Longtime User
I was experimenting with for next statement using log. Somehow, it will not log every counter and will not display the time and size of list after the next statement has been completed.

See example attached.

this was experimented with Emulator. I have not yet tried it with real device.
 

Attachments

  • test.zip
    8.9 KB · Views: 132

Scantech

Well-Known Member
Licensed User
Longtime User
also i noticed setting it to 200 will complete the task but it is awfully slow using log then not using it. The time delay with log is 50 ms verses 0 ms without it. Will adding logs pose an issue with delay?
 
Upvote 0

Scantech

Well-Known Member
Licensed User
Longtime User
Just tested it with real device. It did complete all 2500 counters everytime, but adding log in next statement will cause 464 ms delay vs 2 ms without it. I never knew about logs causing delay issues. This was in release mode. I need to do some log removal cleaning.
 
Upvote 0
Top