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
2805e5f8
Commit
2805e5f8
authored
Oct 12, 2016
by
Jason Simmons
Committed by
GitHub
Oct 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove logs about unrecognized service protocol object types (#6278)
parent
c4a86788
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
keyboard.dart
packages/flutter/lib/src/services/keyboard.dart
+1
-0
vmservice.dart
packages/flutter_tools/lib/src/vmservice.dart
+0
-2
No files found.
packages/flutter/lib/src/services/keyboard.dart
View file @
2805e5f8
...
...
@@ -95,6 +95,7 @@ class KeyboardHandle {
if
(
_attached
)
{
assert
(
_keyboard
.
_currentHandle
==
this
);
_attached
=
false
;
//_keyboard.service.clearClient();
_keyboard
.
_currentHandle
=
null
;
_keyboard
.
_scheduleHide
();
}
...
...
packages/flutter_tools/lib/src/vmservice.dart
View file @
2805e5f8
...
...
@@ -190,8 +190,6 @@ abstract class ServiceObject {
case
'Isolate'
:
serviceObject
=
new
Isolate
.
_empty
(
owner
.
vm
);
break
;
default
:
printTrace
(
"Unsupported service object type:
$type
"
);
}
if
(
serviceObject
==
null
)
{
// If we don't have a model object for this service object type, as a
...
...
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