diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-05-21 12:18:54 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-05-22 02:56:25 +0300 |
commit | cc2139ec63c2d062b077c9c221917325c3f30f17 (patch) | |
tree | 20a67c0fc52f1ec0f76426ffbe8671bd19b0e9cd /src/v4l2/v4l2_compat_manager.h | |
parent | e56f1f493560e0b641bbe36a528a13767817afed (diff) |
libcamera: log: Document LOG() restrictions
The LOG() macro uses the global Logger and LogCategory objects
internally. This can result in crashes or other undefined behaviour when
logging from destructors of global objects, as the Logger and/or the
LogCategory instances may have been destroyed.
This isn't ideal and should eventually be fixed. For the time being,
document the restriction, and add a todo list item to fix the problem.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/v4l2/v4l2_compat_manager.h')
0 files changed, 0 insertions, 0 deletions