IVGCVSW-3409 Create the ProfilingService class
authorColm Donelan <Colm.Donelan@arm.com>
Thu, 17 Oct 2019 13:02:44 +0000 (14:02 +0100)
committerJim Flynn Arm <jim.flynn@arm.com>
Thu, 17 Oct 2019 17:03:36 +0000 (17:03 +0000)
commit9ea7700bde128f2601d5b7d8849e96c0a08e15c6
treeaf95b791cefe0fa55aa04bc7d578f47cbe9dc54f
parentb682d840bb0b4cc34f4febb69c2385feec880ae1
IVGCVSW-3409 Create the ProfilingService class

* Improve the error handling in SocketProfilingConnection to close the
  socket when an error has been detected.
* Update the CommandHandler thread to handle a closed socket.

Signed-off-by: Colm Donelan <Colm.Donelan@arm.com>
Change-Id: I1577c8d7d57a7af9bde98c2dec12cb19a3afb21d
src/profiling/CommandHandler.cpp
src/profiling/SocketProfilingConnection.cpp