Sign in
dart
/
external
/
github.com
/
flutter
/
flutter.git
/
246a2cb055c3e064ecb143ba0faaabc58efb8035
/
.
/
packages
/
flutter_tools
/
lib
/
src
/
base
/
common.dart
blob: 4481953a69d4bc70de841d8fb8619eb6f858c6a5 [
file
] [
log
] [
blame
]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
const
int
observatoryDefaultPort
=
8181
;
const
int
diagnosticDefaultPort
=
8182
;