turnip: Add TODO for Android logging
authorChad Versace <chadversary@chromium.org>
Mon, 12 Nov 2018 22:23:42 +0000 (14:23 -0800)
committerChia-I Wu <olvaffe@gmail.com>
Mon, 11 Mar 2019 17:01:33 +0000 (10:01 -0700)
src/freedreno/vulkan/tu_util.c

index 311c3a1b141e95148bfc09f718ec8bd776c7ef96..ab33fd9ab10697333dac6c672694e000db3c4b3f 100644 (file)
@@ -33,6 +33,8 @@
 
 #include "util/u_math.h"
 
+/* TODO: Add Android support to tu_log funcs */
+
 /** Log an error message.  */
 void tu_printflike(1, 2) tu_loge(const char *format, ...)
 {