EventLog for UserController broadcasts (formatting)

Minor change in formatting of recently added
eventlog item (not that it seems to actually matter).

Bug: 149604218
Test: adb shell logcat -b events | grep uc_
This commit is contained in:
Adam Bookatz
2020-05-08 22:26:00 +00:00
parent 5d92729cbc
commit b13cfcf5f4

View File

@@ -106,4 +106,4 @@ option java_package com.android.server.am
30078 uc_finish_user_boot (userId|1|5)
30079 uc_dispatch_user_switch (oldUserId|1|5) (newUserId|1|5)
30080 uc_continue_user_switch (oldUserId|1|5) (newUserId|1|5)
30081 uc_send_user_broadcast (userId|1|5) (IntentAction|3|)
30081 uc_send_user_broadcast (userId|1|5),(IntentAction|3)