Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. # startup
  2.  
  3.  
  4. default 19:19:46.900993 +0200 XBMCHelper ParseOptions - force VerboseMode on
  5. default 19:19:46.901335 +0200 XBMCHelper ParseOptions - ReadExternal on
  6. default 19:19:46.901630 +0200 XBMCHelper ParseOptions - force VerboseMode on
  7. default 19:19:46.901720 +0200 XBMCHelper ParseOptions - MultiRemoteMode on
  8. default 19:19:46.901864 +0200 XBMCHelper ParseOptions - server port 9777
  9. default 19:19:46.902061 +0200 XBMCHelper ParseOptions - AppPath /Applications/Kodi.app/Contents/MacOS/Kodi
  10. default 19:19:46.902208 +0200 XBMCHelper ParseOptions - AppHome /Applications/Kodi.app/Contents/Resources/Kodi
  11. default 19:19:46.902398 +0200 XBMCHelper XBMCHelper 0.8 starting up...
  12. default 19:19:46.951108 +0200 XBMCHelper IOHIDDeviceClass::start: elementCount=42 reportHandlerCount=1
  13. default 19:19:46.951175 +0200 XBMCHelper IOHIDDeviceClass::buildElements: type=0 *buffer=7fca9280c830 *count=42 size=4032
  14. default 19:19:46.951234 +0200 XBMCHelper IOHIDDeviceClass::buildElements: type=1 *buffer=7fca9160e6b0 *count=1 size=96
  15. default 19:19:46.953705 +0200 XBMCHelper [DEBUG] Driver has started successfully.
  16. default 19:19:46.953794 +0200 XBMCHelper [DEBUG] Driver has found 1 remotes.
  17. default 19:19:46.953937 +0200 XBMCHelper XBMCClientWrapperImpl started in multiremote mode sending to address localhost, port 9777
  18.  
  19. # single click down
  20.  
  21. default 19:20:40.424920 +0200 XBMCHelper Received button 'Minus' press event
  22. default 19:20:40.425772 +0200 XBMCHelper XBMCClientWrapperImpl::sendButton sending button 102 down:2 up:0
  23. default 19:20:40.673798 +0200 XBMCHelper Received button 'Minus' release event
  24. default 19:20:40.674761 +0200 XBMCHelper XBMCClientWrapperImpl::sendButton sending button 102 down:0 up:4
  25.  
  26. # single click up
  27.  
  28. default 19:21:09.698339 +0200 XBMCHelper Received button 'Plus' press event
  29. default 19:21:09.699193 +0200 XBMCHelper XBMCClientWrapperImpl::sendButton sending button 101 down:2 up:0
  30. default 19:21:09.819113 +0200 XBMCHelper Received button 'Plus' release event
  31. default 19:21:09.820242 +0200 XBMCHelper XBMCClientWrapperImpl::sendButton sending button 101 down:0 up:4
  32.  
  33.  
  34. # another single click down
  35.  
  36. default 19:21:36.427877 +0200 XBMCHelper Received button 'Minus' press event
  37. default 19:21:36.428720 +0200 XBMCHelper XBMCClientWrapperImpl::sendButton sending button 102 down:2 up:0
  38. default 19:21:36.549198 +0200 XBMCHelper Received button 'Minus' release event
  39. default 19:21:36.550090 +0200 XBMCHelper XBMCClientWrapperImpl::sendButton sending button 102 down:0 up:4
  40.  
  41.  
  42. # click and hold down 7 seconds
  43.  
  44. default 19:21:57.916925 +0200 XBMCHelper Received button 'Minus' press event
  45. default 19:21:57.917958 +0200 XBMCHelper XBMCClientWrapperImpl::sendButton sending button 102 down:2 up:0
  46. default 19:22:04.533366 +0200 XBMCHelper Received button 'Minus' release event
  47. default 19:22:04.534254 +0200 XBMCHelper XBMCClientWrapperImpl::sendButton sending button 102 down:0 up:4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement