mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

The native GL errors are in an arbitrary order according to https://www.khronos.org/registry/OpenGL-Refpages/es2.0/xhtml/glGetError.xml This means any of them could contain the most useful message so it's better to use all for the GlException's message rather than picking the last message and logging all others. PiperOrigin-RevId: 454130460 (cherry picked from commit d6a6b44715c15be8348b4a30664254e57d79036a)
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.