Skip to content

Commit

Permalink
fixing DEBUG variable value to enable/disable logs
Browse files Browse the repository at this point in the history
Tracked-On: OAM-112804
Signed-off-by: Ranjan, Rajani <rajani.ranjan@intel.com>
  • Loading branch information
RajaniRanjan committed Oct 26, 2023
1 parent 3f2748e commit 5c08f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensors/aidl/Sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <cmath>
#include <vector>
#define DEBUG 0
#undef DEBUG

using ::ndk::ScopedAStatus;

Expand Down

0 comments on commit 5c08f61

Please sign in to comment.