Explorar el Código

Mention logcat;

bjorn hace 6 años
padre
commit
d411fc0d02
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      guides/Getting_Started_(Android).md

+ 6 - 0
guides/Getting_Started_(Android).md

@@ -53,6 +53,12 @@ adb push --sync /path/to/hello-world /sdcard/Android/data/org.lovr.test/files/.l
 
 You should see the "hello world" message!
 
+Tips
+---
+
+- If you need to use `print` in Lua for debug messages, you can see those in a terminal by running
+  `adb logcat -s LOVR`.
+
 Next Steps
 ---