Add more logs for streaming events
[platform/core/uifw/multi-assistant-service.git] / plugins / wakeup-manager / src / wakeup_engine_manager.cpp
2021-01-21 Ji-hoon LeeAdd more logs for streaming events 44/252944/1
2020-12-04 Ji-hoon LeeAdd more logs that can help analyzing various issues 17/249017/1
2020-08-27 Ji-hoon LeeUpdate selected wakeup info based on wakeup engine... 79/242379/2
2020-08-13 Ji-hoon LeeAdd more logs for tracking detailed streaming process 48/240948/1
2020-07-22 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen 94/239194/1 submit/tizen/20200803.021302
2020-07-22 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen 57/239157/1
2020-07-22 Ji-hoon LeeAdd logs for checking wakeup_engine_command delivery 79/239179/1
2020-05-28 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen 37/234737/1 accepted/tizen/unified/20200528.132813 submit/tizen/20200528.081843
2020-05-14 Ji-hoon LeeFeed utterance audio only to the selected wakeup engine 58/233358/1
2020-05-06 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen 74/232474/1
2020-04-13 Ji-hoon LeeMerge commit 'd7b43ec' into tizen 22/230622/1
2020-04-13 Ji-hoon LeeMerge commit 'ed22efa' into tizen 21/230621/1
2020-04-10 Ji-hoon LeeMerge commit '7acdd04' into tizen 58/230558/1
2020-04-10 Ji-hoon LeeMerge commit 'f22be37' into tizen 53/230553/1
2020-04-10 Ji-hoon LeeMerge commit '60e1df9' into tizen 52/230552/1
2020-04-10 Ji-hoon LeeMerge commit 'bc7eea5' into tizen 51/230551/1
2020-04-10 Ji-hoon LeeMerge commit 'b9b5dd3' into tizen 50/230550/1
2020-04-10 Ji-hoon LeeMerge "Fix incorrect log message" into tizen_5.5
2020-04-09 Ji-hoon LeeMerge "Fix bug maclient info gets appended, not replace...
2020-04-09 Ji-hoon LeeMerge changes Ic717e89e,Id82ba3b4 into tizen_5.5 submit/tizen_5.5/20200409.014144
2020-04-02 Ji-hoon LeeImplement features for adding/removing wake words 10/224210/6
2020-04-02 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen 63/229563/1
2020-03-30 Ji-hoon LeeIncrease pcm wait count value for engine manager 48/225248/2
2020-02-04 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen_5.5_tv 69/223869/1
2020-01-15 Ji-hoon LeePrevent burst transmission of streaming audio data 96/222496/1
2020-01-13 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen 03/222303/1
2020-01-06 Ji-hoon LeeAdd test code for dumping pcm data from wakeup engines 13/221613/1
2020-01-06 Ji-hoon LeeRefine log levels and messages for better analysis 92/221592/2
2019-12-27 Ji-hoon LeeMake sure to emit FINISH event even when streaming... 51/221151/1
2019-12-18 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen 00/220400/1
2019-11-25 Ji-hoon LeeMove common definitions into multi-assistant's dev... 39/218439/2
2019-11-22 Ji-hoon LeeEnable sending wakeup engine commands to the dependency... 38/218438/2
2019-11-21 Ji-hoon LeeAdd support for wakeup engine command transmission 37/218337/1
2019-11-19 Ji-hoon LeeAdd logs for tracking proper destruction 51/218051/1
2019-11-18 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen 70/217970/1
2019-11-13 Ji-hoon LeeAdd support for setting assistant language 07/217707/2
2019-11-13 Ji-hoon LeeMerge branch 'tizen_5.5' into tizen 10/217710/1
2019-11-07 Ji-hoon LeeAdd reload feature for updating pluings on-the-fly 04/217204/1
2019-11-01 Ji-hoon LeeMerge version 0.2.6 into tizen_5.5 82/216782/1 accepted/tizen/5.5/unified/20191104.111305 submit/tizen_5.5/20191101.044425
2019-10-24 Ji-hoon LeeAdd exception handlers for the functions in external... 83/216383/2
2019-10-22 Ji-hoon LeeDeactivate wakeup engines with no activated assistant 81/216181/3
2019-09-30 Ji-hoon LeeImplement wake word audio data embedding feature 88/214988/1
2019-09-30 Ji-hoon LeeMerge remote-tracking branch 'old-origin/tizen' into...
2019-09-20 Ji-hoon LeeMake sure FINISH event is delivered when streaming
2019-09-10 Ji-hoon LeeCheck thread stop variable while waiting for audio...
2019-08-23 Ji-hoon LeeAdd version information interface for wakeup engines
2019-08-21 Ji-hoon LeeRename 'update_result_state' to 'update_recognition_result'
2019-08-06 Ji-hoon LeeFix defects detected by static analysis tool
2019-08-05 jingjin.geng(de)activate wakeup engines by voice_input_language
2019-08-05 Ji-hoon LeeAdjust pcm_wait_count value
2019-08-05 Ji-hoon LeeAdd dependency resolver
2019-04-15 Ji-hoon LeeFix crash when more than two wakeup engine exists
2019-04-12 Ji-hoon LeeMerge "Read default assistant appid setting whenever...
2019-04-12 Ji-hoon LeeMerge "Fix indentation" into tizen
2019-04-08 Ji-hoon LeeAdd function that checks if an element exists in a...
2019-04-02 Ji-hoon LeeChange strcmp with std::string::compare()
2019-04-01 Ji-hoon LeeDivide wakeup manager into a class and its wrapper
2019-03-29 Ji-hoon LeeExtract engine management logic into CWakeupEngineManager