Commit 8c50d933 authored by Eric Seidel's avatar Eric Seidel

Update SDK README to discuss about:tracing and observatory.

TBR=ianh@google.com

Review URL: https://codereview.chromium.org/1114553004
parent 7edc1d7d
## 0.0.5+dart-summit-7
- Fix crash in sky_tool stop_tracing.
## 0.0.5+dart-summit-6
- Fix missing include in sky_tool causing failure.
## 0.0.5+dart-summit-5 ## 0.0.5+dart-summit-5
- Added sky_tool start_tracing and stop_tracing. - Added sky_tool start_tracing and stop_tracing.
......
...@@ -13,6 +13,7 @@ import socket ...@@ -13,6 +13,7 @@ import socket
import subprocess import subprocess
import sys import sys
import urlparse import urlparse
import time
# TODO(eseidel): This should be BIN_DIR. # TODO(eseidel): This should be BIN_DIR.
LIB_DIR = os.path.realpath(os.path.dirname(os.path.abspath(__file__))) LIB_DIR = os.path.realpath(os.path.dirname(os.path.abspath(__file__)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment