Advertisement
Guest User

Untitled

a guest
Aug 30th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.27 KB | None | 0 0
  1. 27.666 T:162549114096 DEBUG: CAddonSettings[script.artwork.beef]: trying to load setting definitions from old format...
  2. 21:33:27.673 T:162549114096 DEBUG: CAddonSettings[script.artwork.beef]: loading setting values
  3. 21:33:27.676 T:162549114096 DEBUG: [script.artwork.beef] Working language filter: ['de', 'en', None]
  4. 21:33:27.677 T:162549114096 DEBUG: JSONRPC: Incoming request: {"params": {"filter": {"category": "control", "section": "services"}}, "jsonrpc": "2.0", "id": 1, "method": "Settings.GetSettings"}
  5. 21:33:27.680 T:162549114096 DEBUG: JSONRPC: Incoming request: {"params": {"setting": "musiclibrary.artistsfolder"}, "jsonrpc": "2.0", "method": "Settings.GetSettingValue", "id": 1}
  6. 21:33:27.684 T:162549114096 DEBUG: CSettingsManager: requested setting (musicvideo.downloadartwork) was not found.
  7. 21:33:27.684 T:162549114096 DEBUG: CSettingsManager: requested setting (album.downloadartwork) was not found.
  8. 21:33:27.684 T:162549114096 DEBUG: CSettingsManager: requested setting (set.downloadartwork) was not found.
  9. 21:33:27.685 T:162549114096 DEBUG: CSettingsManager: requested setting (episode.downloadartwork) was not found.
  10. 21:33:27.685 T:162549114096 DEBUG: CSettingsManager: requested setting (tvshow.downloadartwork) was not found.
  11. 21:33:27.685 T:162549114096 DEBUG: CSettingsManager: requested setting (movie.downloadartwork) was not found.
  12. 21:33:27.685 T:162549114096 DEBUG: CSettingsManager: requested setting (song.downloadartwork) was not found.
  13. 21:33:27.685 T:162549114096 DEBUG: CSettingsManager: requested setting (artist.downloadartwork) was not found.
  14. 21:33:27.686 T:162549114096 DEBUG: CSettingsManager: requested setting (season.downloadartwork) was not found.
  15. 21:33:27.686 T:162549114096 DEBUG: CSettingsManager: requested setting (prefer_tmdbartwork) was not found.
  16. 21:33:27.686 T:162549114096 DEBUG: CSettingsManager: requested setting (only_filesystem) was not found.
  17. 21:33:27.695 T:162549114096 DEBUG: JSONRPC: Incoming request: {"params": {"movies": {"properties": ["art", "file"]}, "setid": 143, "properties": ["art"]}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  18. 21:33:27.745 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 432}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  19. 21:33:27.853 T:162549114096 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  20. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  21. Error Type: <type 'exceptions.AttributeError'>
  22. Error Contents: 'dict' object has no attribute 'art'
  23. Traceback (most recent call last):
  24. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/service.py", line 376, in <module>
  25. ArtworkService().run()
  26. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/service.py", line 105, in run
  27. if self.process_allvideos(self.processed.is_stale):
  28. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/service.py", line 240, in process_allvideos
  29. return self.processor.process_medialist(items)
  30. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/lib/artworkprocessor.py", line 210, in process_medialist
  31. return self.process_chunkedlist([medialist], 1, alwaysnotify)
  32. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/lib/artworkprocessor.py", line 223, in process_chunkedlist
  33. self._process_chunk(medialist, idx + 1, alwaysnotify)
  34. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/lib/artworkprocessor.py", line 245, in _process_chunk
  35. info.add_additional_iteminfo(mediaitem, self.processed, search)
  36. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/lib/libs/mediainfo.py", line 241, in add_additional_iteminfo
  37. _remove_set_movieposters(mediaitem)
  38. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/lib/libs/mediainfo.py", line 282, in _remove_set_movieposters
  39. if any(movie.art == mediaitem.art for movie in mediaitem.movies):
  40. File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/lib/libs/mediainfo.py", line 282, in <genexpr>
  41. if any(movie.art == mediaitem.art for movie in mediaitem.movies):
  42. AttributeError: 'dict' object has no attribute 'art'
  43. -->End of Python script error report<--
  44. 21:33:27.853 T:162549114096 DEBUG: onExecutionDone(7, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artwork.beef/service.py)
  45. 21:33:27.854 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 433}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  46. 21:33:27.856 T:162282599664 DEBUG: ------ Window Init (DialogNotification.xml) ------
  47. 21:33:27.857 T:162282599664 DEBUG: Window DialogNotification.xml was already loaded
  48. 21:33:27.857 T:162282599664 DEBUG: Alloc resources: 0.02ms
  49. 21:33:27.858 T:162396202224 INFO: CActiveAESink::OpenSink - initialize sink
  50. 21:33:27.858 T:162396202224 DEBUG: CActiveAESink::OpenSink - trying to open device AUDIOTRACK:AudioTrack
  51. 21:33:27.858 T:162396202224 DEBUG: CAESinkAUDIOTRACK::Initialize requested: sampleRate 44100; format: AE_FMT_FLOAT; channels: 2
  52. 21:33:27.858 T:162396202224 DEBUG: Updated SampleRate: 32000 Distance: 108900
  53. 21:33:27.858 T:162396202224 DEBUG: Updated SampleRate: 44100 Distance: 0
  54. 21:33:27.858 T:162396202224 NOTICE: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
  55. 21:33:27.859 T:162396202224 DEBUG: Minimum size we need for stream: 11344
  56. 21:33:27.859 T:162396202224 DEBUG: Created Audiotrackbuffer with playing time of 64.308390 ms min buffer size: 22688 bytes
  57. 21:33:27.866 T:162396202224 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 22688 m_frames: 1418 m_frameSize: 8 channels: 2
  58. 21:33:27.866 T:162396202224 DEBUG: CActiveAESink::OpenSink - AUDIOTRACK Initialized:
  59. 21:33:27.866 T:162396202224 DEBUG: Output Device : android
  60. 21:33:27.866 T:162396202224 DEBUG: Sample Rate : 44100
  61. 21:33:27.867 T:162396202224 DEBUG: Sample Format : AE_FMT_FLOAT
  62. 21:33:27.867 T:162396202224 DEBUG: Channel Count : 2
  63. 21:33:27.867 T:162396202224 DEBUG: Channel Layout: FL, FR
  64. 21:33:27.867 T:162396202224 DEBUG: Frames : 1418
  65. 21:33:27.867 T:162396202224 DEBUG: Frame Size : 8
  66. 21:33:27.878 T:162282599664 DEBUG: GLES: Extension Support Test - GL_EXT_texture_format_BGRA8888 YES
  67. 21:33:27.970 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 434}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  68. 21:33:27.992 T:162282599664 INFO: CheckIdle - Closing session to http://www.msftncsi.com (easy=0x25fcb70280, multi=(nil))
  69. 21:33:28.008 T:162549114096 INFO: Python interpreter stopped
  70. 21:33:28.008 T:162549114096 DEBUG: Thread LanguageInvoker 162549114096 terminating
  71. 21:33:28.051 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 435}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  72. 21:33:28.132 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 436}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  73. 21:33:28.204 T:162282599664 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
  74. 21:33:28.213 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 437}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  75. 21:33:28.294 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 438}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  76. 21:33:28.371 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 439}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  77. 21:33:28.453 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 440}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  78. 21:33:28.534 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 441}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  79. 21:33:28.583 T:162396202224 DEBUG: Draining Audio
  80. 21:33:28.615 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 442}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  81. 21:33:28.696 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 443}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  82. 21:33:28.773 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 444}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  83. 21:33:28.851 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 445}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  84. 21:33:28.926 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 446}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  85. 21:33:29.000 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 447}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  86. 21:33:29.077 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 448}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  87. 21:33:29.156 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 449}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  88. 21:33:29.235 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 450}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  89. 21:33:29.320 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 451}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  90. 21:33:29.399 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 452}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  91. 21:33:29.482 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 453}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  92. 21:33:29.559 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 454}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  93. 21:33:29.637 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 455}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  94. 21:33:29.719 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 456}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  95. 21:33:29.801 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 457}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  96. 21:33:29.877 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 458}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  97. 21:33:29.958 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 459}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  98. 21:33:30.037 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 460}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  99. 21:33:30.119 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 461}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  100. 21:33:30.197 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 462}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  101. 21:33:30.279 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 463}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  102. 21:33:30.356 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 464}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  103. 21:33:30.435 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 465}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  104. 21:33:30.519 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 466}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  105. 21:33:30.600 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 467}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  106. 21:33:30.682 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 468}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  107. 21:33:30.764 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 469}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  108. 21:33:30.849 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 470}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  109. 21:33:30.927 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 471}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  110. 21:33:31.009 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 473}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  111. 21:33:31.092 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 474}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  112. 21:33:31.171 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 475}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  113. 21:33:31.256 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 477}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  114. 21:33:31.342 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 478}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  115. 21:33:31.422 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 479}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  116. 21:33:31.501 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 480}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  117. 21:33:31.583 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 481}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  118. 21:33:31.668 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 482}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  119. 21:33:31.749 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 483}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  120. 21:33:31.826 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 484}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  121. 21:33:31.903 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 485}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  122. 21:33:31.983 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 486}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  123. 21:33:32.063 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 487}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  124. 21:33:32.160 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 489}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  125. 21:33:32.237 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 490}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  126. 21:33:32.322 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 491}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  127. 21:33:32.404 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 492}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  128. 21:33:32.486 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 493}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  129. 21:33:32.566 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 494}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  130. 21:33:32.644 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 495}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  131. 21:33:32.724 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 496}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  132. 21:33:32.801 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 497}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  133. 21:33:32.879 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 498}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  134. 21:33:32.959 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 499}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  135. 21:33:33.043 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 501}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  136. 21:33:33.122 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 502}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  137. 21:33:33.202 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 503}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  138. 21:33:33.277 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 504}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  139. 21:33:33.356 T:163018925296 DEBUG: JSONRPC: Incoming request: {"params": {"setid": 505}, "jsonrpc": "2.0", "method": "VideoLibrary.GetMovieSetDetails", "id": 1}
  140. 21:33:33.439 T:163018925296 DEBUG: Skin Helper Service --> Ended Background worker...
  141. 21:33:33.495 T:162396202224 DEBUG: Draining Audio
  142. 21:33:33.586 T:162282599664 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
  143. 21:33:33.951 T:162776691952 DEBUG: Thread JobWorker 162776691952 terminating (autodelete)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement