Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6b355f4f
Commit
6b355f4f
authored
Aug 19, 2015
by
Ian Hickson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
3f95d2dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.md
packages/flutter/README.md
+3
-1
No files found.
packages/flutter/README.md
View file @
6b355f4f
...
@@ -76,7 +76,6 @@ the same directory that contains the `pubspec.yaml` file). To run your app,
...
@@ -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
...
@@ -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
---------
---------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment