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

Commit 7bb6d6a8 authored by William Escande's avatar William Escande
Browse files

AdapterService: add Log when calling setName

This will allow debugging wrongly set name

Bug: 314697789
Test: m Bluetooth | no test added
Flag: Exempt, adding one line of log does not require a flag
Change-Id: I52f8e1c4d50ab97dc0eae06287131e1829f31bd5
parent 221f5f7f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2321,6 +2321,7 @@ public class AdapterService extends Service {
                return false;
            }

            Log.d(TAG, "AdapterServiceBinder.setName(" + name + ")");
            return service.mAdapterProperties.setName(name);
        }