Prevent NPE in MediaRouter2ServiceImpl#dump
Replaces a use of get (expects the id) with valueAt, which expects an index. Also simplify anonymous runnable by using a lambda. Bug: 243116883 Test: adb shell dumpsys media_router Change-Id: Ib84a58bf1675ef2e60ca384a8e617e27f4ddd7de
Loading
Please register or sign in to comment