The ViewTarget class has been printing very frequently
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
if (Log.isLoggable(TAG, Log.VERBOSE)) {
Log.v(TAG, "OnGlobalLayoutListener called attachStateListener=" + this);
}
Can the above printing in the ViewTarget class be optimized? The printing is too crazy and seriously affects performance
Contributor guide
Assessment
This issue has not been assessed yet.