Add all debug functions to debug.h 56/232156/6
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Tue, 28 Apr 2020 15:33:44 +0000 (17:33 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Fri, 26 Jun 2020 15:36:20 +0000 (17:36 +0200)
commita90fee4e125a136cffba66c36bcb3e0d48907318
tree45c5b7221e61b2c0bb8db1fa0914af9532d6c313
parentf2705161226e3c67744afd966d752247b1c90f09
Add all debug functions to debug.h

Add translate_error that was not available.
Move others from internal.
Include debug.h in internal.h.

The reason for that is to make it easier to test debug functions by
only including debug.h. internal.h is not includable by C++ code.

Both those headers are internal and nothing changes in terms of public
API.

Change-Id: Ica6886c9253d45a5f131a36b457044132daee14a
src/debug.c
src/debug.h
src/internal.h