Update SDK README to discuss about:tracing and observatory.

TBR=ianh@google.com

Review URL: https://codereview.chromium.org/1114553004
This commit is contained in:
Eric Seidel
2015-04-28 12:05:46 -07:00
parent 7edc1d7df1
commit 8c50d9339c
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
## 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
- Added sky_tool start_tracing and stop_tracing.

View File

@@ -13,6 +13,7 @@ import socket
import subprocess
import sys
import urlparse
import time
# TODO(eseidel): This should be BIN_DIR.
LIB_DIR = os.path.realpath(os.path.dirname(os.path.abspath(__file__)))