Update README.md
This commit is contained in:
parent
3f95d2dd97
commit
6b355f4f07
@ -76,7 +76,6 @@ the same directory that contains the `pubspec.yaml` file). To run your app,
|
|||||||
follow these instructions:
|
follow these instructions:
|
||||||
|
|
||||||
- The first time: `./packages/sky/sky_tool start --install --checked && adb logcat -s sky chromium`
|
- The first time: `./packages/sky/sky_tool start --install --checked && adb logcat -s sky chromium`
|
||||||
|
|
||||||
- Subsequent times: `./packages/sky/sky_tool start --checked && adb logcat -s sky chromium`
|
- Subsequent times: `./packages/sky/sky_tool start --checked && adb logcat -s sky chromium`
|
||||||
|
|
||||||
The `sky_tool start` command starts the dev server and uploads your app to the device.
|
The `sky_tool start` command starts the dev server and uploads your app to the device.
|
||||||
@ -87,6 +86,9 @@ The `adb logcat` command logs errors and Dart `print()` output from the app. The
|
|||||||
argument limits the output to just output from Sky Dart code and the Sky Engine C++ code (which
|
argument limits the output to just output from Sky Dart code and the Sky Engine C++ code (which
|
||||||
for historical reasons currently uses the tag `chromium`.)
|
for historical reasons currently uses the tag `chromium`.)
|
||||||
|
|
||||||
|
To avoid confusion from old log messages, you may wish to run `adb logcat -c` before calling
|
||||||
|
`sky_tool start`, to clear the log between runs.
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user