From af4ab75258d1cea1bae95160385df344d93ae433 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 21 Jan 2015 16:37:40 -0800 Subject: [PATCH] Update HACKING.md --- engine/src/flutter/HACKING.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/engine/src/flutter/HACKING.md b/engine/src/flutter/HACKING.md index cf62888de6..9640cc9375 100644 --- a/engine/src/flutter/HACKING.md +++ b/engine/src/flutter/HACKING.md @@ -9,10 +9,15 @@ Building Running applications -------------------- -* ``./sky/tools/skydb --debug [url]`` - * You should see a ``(skydb)`` prompt - * Type ``help`` to see the list of available commands - * Note: skydb is currently hard-coded to use ``//out/Debug`` +* ``./sky/tools/skydb start out/Debug [url]`` + + `skydb` has numerous commands, visible via skydb help. Common ones include: + * skybd start BUILD_DIR [url] + * skydb load [url] + * skydb stop + * skydb print_crash # Symbolicate the most recent crash from android. + +Once skydb start is issued, all subsequent commands will be sent to the running mojo_shell instance (even on an attached android device). skydb start reads gn args from the passed build directory to determine whether its using android, etc. * ``./sky/tools/test_sky --debug`` * This runs the tests against ``//out/Debug``. If you want to run against