[Information] Integrate error type and log tag 23/145423/8
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 22 Aug 2017 08:33:14 +0000 (17:33 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 13 Sep 2017 07:47:54 +0000 (16:47 +0900)
commit54e1954668a1f2015f9b98009b2ef16df13a4c5e
treef5536efd2e0fb42ed581adc4cf30b2089d05f330
parent9a248ebbf4740f865e4e6cae9c3ac5509fc0100e
[Information] Integrate error type and log tag

- Cornerstone for integrating the get function of
  runtime-info and system-info
- It is not problem because both CAPI packages are using
  same Tizen error

Change-Id: I41035a8a8b10b24fc51f7a4a917ebc655c216ad1
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/Tizen.System.Information/Common/InformationErrorFactory.cs [moved from src/Tizen.System.Information/RuntimeInfo/RuntimeInfoErrorFactory.cs with 73% similarity, mode: 0755]
src/Tizen.System.Information/Interop/Interop.RuntimeInfo.cs
src/Tizen.System.Information/Interop/Interop.SystemInfo.cs [changed mode: 0644->0755]
src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs
src/Tizen.System.Information/SystemInfo/SystemInfo.cs
src/Tizen.System.Information/Usage/ProcessCpuUsage.cs
src/Tizen.System.Information/Usage/ProcessMemoryUsage.cs
src/Tizen.System.Information/Usage/SystemCpuUsage.cs
src/Tizen.System.Information/Usage/SystemMemoryUsage.cs