Re: [Mesa-dev] [PATCH] egl: simplify the Android logger

2017-05-08 Thread Rob Herring
On Mon, May 8, 2017 at 9:41 AM, Emil Velikov wrote: > From: Emil Velikov > > Drop the unsupported pre-JellyBean macros and use a simple egl2android > mapping. With this we loose the explicit abort() provided by LOG_FATAL, > although Mesa already already calls exit(1) in case of a fatal errors. >

[Mesa-dev] [PATCH] egl: simplify the Android logger

2017-05-08 Thread Emil Velikov
From: Emil Velikov Drop the unsupported pre-JellyBean macros and use a simple egl2android mapping. With this we loose the explicit abort() provided by LOG_FATAL, although Mesa already already calls exit(1) in case of a fatal errors. Cc: Rob Herring Suggested-by: Rob Herring Signed-off-by: Emil