Commit 48aca0b2df62888f22cc5a2fcfc0909cd2014ba5

Sam Lantinga 2013-09-05T06:43:34

Fixed bug 2084 - SDL_log xxx on Android outputs to Logcat with incorrect priority. Pallav Nawani This effects all SDL_Logxxx functions. On android, the debug output has a priority that is 1 higher than intended, ie, if you try SDL_LogInfo, the log has the priority of Warn instead.