Remove tracing for InputDispatcher::enqueueDispatchEntryLocked
enqueueDispatchEntryLocked is called six times in a row with six different dispatch mode parameters for each event. It is not very computation intensive, and its calling function enqueueDispatchEntriesLocked is already traced. Remove tracing for the method to reduce trace spam. Bug: 210460522 Test: manual with perfetto Change-Id: I65538cd3ed62ac08bf48f17cf6af9d5bff14f453
Loading
Please register or sign in to comment