PhanVanLinh / AndroidLocalLogServer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidLocalLogServer

Server app for client app at https://github.com/PhanVanLinh/AndroidLocalLogClientTest

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

Feature

  • Receive normal log / error log (object Parcelable) to server
  • Display log of each application

Next feature

  • Delete log
  • Search log

About

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


Languages

Language:Kotlin 100.0%