Skip to content

A project that logs android activities like app installations, app uninstallation, permission requests, network activity etc. with user's permission for the purpose of improving user awareness and device security.

Notifications You must be signed in to change notification settings

silvrfur/android-logger

Repository files navigation

Logcat Scanner App

The Logcat Scanner App is an Android application that allows users to monitor Logcat logs for potential security threats and suspicious behavior. It provides a user-friendly interface for viewing log entries and receiving notifications about potential threats.

Features

  • Real-time Logcat monitoring.
  • Notifications for potential security threats.
  • User-friendly and customizable settings.
  • View and search log entries.
  • Easily configure log filtering.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/logcat-scanner-app.git
  2. Open the project in Android Studio.

  3. Build and run the app on your Android device or emulator.

Usage

  • Launch the app and grant the necessary permissions.
  • The app will start monitoring Logcat logs.
  • If potential threats are detected, you will receive notifications.
  • View log entries and take action based on the threat level.

Contributing

We welcome contributions to the Logcat Scanner App! Here's how you can get started:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature
  3. Make your changes and commit them:

    git commit -m "Add your feature"
  4. Push your changes to your fork:

    git push origin feature/your-feature
  5. Create a pull request from your fork to this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments


Customize the content to fit your project's specifics, and be sure to include any additional sections that are relevant to your project, such as a detailed description of how the app works, known issues, and future plans. The README is an essential part of your project's documentation and helps others understand and use your app effectively.

About

A project that logs android activities like app installations, app uninstallation, permission requests, network activity etc. with user's permission for the purpose of improving user awareness and device security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published