| Summary: | SDL_log xxx on Android outputs to Logcat with incorrect priority. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Pallav Nawani <pallavnawani> |
| Component: | *don't know* | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | trivial | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | Other | ||
| OS: | Android (All) | ||
| Attachments: | Patch to solve the bug. | ||
The attached patch is for SDL_log.c. Fixed, thanks! http://hg.libsdl.org/SDL/rev/627ce8499c81 |
Created attachment 1319 [details] Patch to solve the bug. 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. The one line fix is attached.