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

Commit b13cfcf5 authored by Adam Bookatz's avatar Adam Bookatz
Browse files

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_
parent 5d92729c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -106,4 +106,4 @@ option java_package com.android.server.am
30078 uc_finish_user_boot (userId|1|5)
30078 uc_finish_user_boot (userId|1|5)
30079 uc_dispatch_user_switch (oldUserId|1|5) (newUserId|1|5)
30079 uc_dispatch_user_switch (oldUserId|1|5) (newUserId|1|5)
30080 uc_continue_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)
 No newline at end of file
 No newline at end of file