PhanVanLinh / AndroidLocalLogClientTest

An example AIDL client app, which communicate to the server app by IPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidLocalLogClient

Client app for server app at https://github.com/PhanVanLinh/AndroidLocalLogServer

Communicate to server by IPC (Inter Process Communication) via AIDL (Android Interface Define Language) Security by the same signature permission android:protectionLevel="signature"

Feature

  • Send normal log / error log (object Parcelable) to server

About

An example AIDL client app, which communicate to the server app by IPC


Languages

Language:Kotlin 100.0%