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

Commit 0defefc8 authored by tsaichristine's avatar tsaichristine
Browse files

Fix order of arguments in statsd_test_util header file

Test: bit statsd_test:*
Bug: 149590301
Change-Id: If88293d25481c3d00edde6d6e9ecfcc8069860c5
parent 929401b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -217,8 +217,8 @@ std::unique_ptr<LogEvent> CreateReleaseWakelockEvent(uint64_t timestampNs, const
                                                     const string& wakelockName);

// Create log event for releasing wakelock.
std::unique_ptr<LogEvent> CreateIsolatedUidChangedEvent(uint64_t timestampNs, int isolatedUid,
                                                        int hostUid, bool is_create);
std::unique_ptr<LogEvent> CreateIsolatedUidChangedEvent(uint64_t timestampNs, int hostUid,
                                                        int isolatedUid, bool is_create);

// Create log event for uid process state change.
std::unique_ptr<LogEvent> CreateUidProcessStateChangedEvent(