Fix order of arguments in statsd_test_util header file
Test: bit statsd_test:* Bug: 149590301 Change-Id: If88293d25481c3d00edde6d6e9ecfcc8069860c5
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user