am e03864e9: Merge "Try to fix mac build."

* commit 'e03864e99f5ab0e27a48a17275122ad8f324b615':
  Try to fix mac build.
diff --git a/runtime/utils.cc b/runtime/utils.cc
index 9c94f6c..070d85e 100644
--- a/runtime/utils.cc
+++ b/runtime/utils.cc
@@ -1164,6 +1164,8 @@
     }
     os << "\n";
   }
+#else
+  UNUSED(os, tid, prefix, current_method);
 #endif
 }