Author Topic: UIButton.onClick GC / Performance issue  (Read 1494 times)

Biggix

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 33
    • View Profile
UIButton.onClick GC / Performance issue
« on: August 17, 2016, 02:56:21 PM »
I'm experiencing abnormally high GC amount upon UIButton.onClick. The stuff is strange. It's clear that there is some logging activity going on (!?) Any ideas on how to disable it and what kind of logs could be those? Hoping to see a constructive reply! Thanks!


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIButton.onClick GC / Performance issue
« Reply #1 on: August 20, 2016, 02:16:42 PM »
The logging must be yours. Check your console log for printed text, go there, and remove it.