commit | 2e080904aba15f585fcf36df9b12ff8d00829523 | [log] [tgz] |
---|---|---|
author | Siva Velusamy <vsiva@google.com> | Wed Oct 10 10:35:41 2012 -0700 |
committer | Siva Velusamy <vsiva@google.com> | Wed Oct 10 10:35:41 2012 -0700 |
tree | aadf3feb2ce904911aef61edd07fe7fcb6ea3b31 | |
parent | 58deaa8b29c2cb437c1e268a2587b5fd32012e4c [diff] |
gltrace: Do not start gltrace from early_egl_init. The debugging and tracing levels are initialized both during early_egl_init and egl_display_t::initialize(). For apps this has no effect since early_egl_init is called in the context of zygote. This CL removes the unnecessary call from early_egl_init. Change-Id: Ibc55c26228cd197f2e2623fbfb2d1a63d0722401