Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"opservice is null false" message in Debug console when tap screen

We are creating a simple App with Flutter, and when I try to debug in an Android device (not an emulator), I get this message in my debug console in VSCode (several times):

I/Surface (17948): opservice is null false

It appears at random times when I tap something in the App, in mobile screen.

Do you know why we get this message and how to solve it?

like image 841
unairoldan Avatar asked Mar 26 '20 08:03

unairoldan


1 Answers

when you attach your phone, debugger is not debuging your app only, maybe there are apps built using flutter in your phone that the debugger also shows thier logs, try to attach your phone without running the app and watch the log.

like image 189
KHAL Avatar answered Oct 19 '22 17:10

KHAL