Skip to content

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

Notifications You must be signed in to change notification settings

PhanVanLinh/AndroidLocalLogServer

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages