Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82301c4a authored by Chris Manton's avatar Chris Manton
Browse files

Add dumpsys PRIVATE_NAME placeholder

Bug: 184786138
Test: gd/cert/run
Tag: #refactor

Change-Id: I81ba23d3baa0dd21f0822a80a57369beebcc4a2e
parent 169ca9b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ constexpr char kPrivateAddressPrefix[] = "xx:xx:xx:xx";
                (number.size() > 2) ? number.size() - 2 : 0, '*') \
       .c_str())

#define PRIVATE_NAME(name) (name)

inline double ticks_to_seconds(uint16_t ticks) {
  return (static_cast<double>(ticks) * 0.625 * 0.001);
}