Merge "Fix order of arguments in statsd_test_util header file" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
abe1320056
@@ -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