Skip to content

Commit

Permalink
fixup! add rsutils::g_librealsense_elpp_id
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed May 26, 2024
1 parent 4cfa904 commit 4671841
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@

#else //__ANDROID__

// Direct log to ELPP, without conversion to string first
// Direct log to ELPP, without conversion to string first; use this as an optimization, if you have simple string output
//
// We've seen cases where this fails in U22, causing weird effects with custom overloads/types (e.g., json)
#define LIBRS_LOG_STR_( LEVEL, STR ) \
do \
Expand Down Expand Up @@ -94,6 +95,7 @@
namespace rsutils {


// This is a caching of LIBREALSENSE_ELPP_ID in a string, as a performance optimization
extern std::string const g_librealsense_elpp_id;


Expand Down

0 comments on commit 4671841

Please sign in to comment.