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
It would be cool if we could specify on build.gradle file to disable "Log view events" for example. The motivation for this issue rise from the following situation: on more complex apps as the hierarchy view might be big the time that app consumes just logging data is bigger than time drawing/measuring views.
The text was updated successfully, but these errors were encountered:
Sadly it ran into this 2-year-old bug.
For now I'll remove the "reset" on logging view events and set the default to false.
Startup logging can then be set on demand.
It would be cool if we could specify on build.gradle file to disable "Log view events" for example. The motivation for this issue rise from the following situation: on more complex apps as the hierarchy view might be big the time that app consumes just logging data is bigger than time drawing/measuring views.
The text was updated successfully, but these errors were encountered: