Remove LoggingArtd.

This class was initially created for service-art development when artd
was not implemented. Since artd has now been implemented, this class is
no longer used and it has become a maintainance burden when the number
of artd methods increases.

For debugging artd calls, we can use `am trace-ipc` instead. It prints
the stacktrace of every binder call. Although it doesn't print arguments
like LoggingArtd does, the stacktraces along with logs should be good
enough for debugging purposes.

Bug: 229268202
Test: m com.google.android.art
Ignore-AOSP-First: ART Services.
Change-Id: I3ae62ba330e8058442d13bd2feb2697fcbb8293d
1 file changed