Do not dereference NULL even if such pointer is given by test code.
authorJarkko Pöyry <jpoyry@google.com>
Tue, 10 Mar 2015 21:25:28 +0000 (14:25 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Wed, 11 Mar 2015 21:34:09 +0000 (14:34 -0700)
commit3cd1fd9f131e05dd9163545eee011778fef163ef
tree2e0cb2fcd1a5dc590224070d4e005da4bd15739c
parentd9af33c99026cc48446c4cbabfdfbf414bc33065
Do not dereference NULL even if such pointer is given by test code.

- Avoid printing raw char* ptrs, always use getStringStr()
- Avoid printing pointers to prevent similar issues in the with other
  types.

Bug: 19679876
Change-Id: I52fe1505026f0570f035fc18dcc8385b77f203f2
framework/opengl/gluCallLogWrapper.inl
scripts/opengl/gen_call_log_wrapper.py