Unify logging

* Add TAG for every class and use it.

Change-Id: If30dcf43ca087c5f601a58ead3a912e20e7d92dd
2 files changed
tree: 8f793aba301c3fb47edcc27cc1e48e5dfbe63f0d
  1. app/
  2. gradle/
  3. .gitignore
  4. Android.mk
  5. build.gradle
  6. gradle.properties
  7. gradlew
  8. gradlew.bat
  9. LICENSE.txt
  10. projekt.substratum.theme.xml
  11. README.md
  12. settings.gradle
README.md

masquerade

Build Status

Masquerade is Substratum's background service that runs functions that should run on a completely separate thread. This alleviates the stress on the main app and allows for Substratum to run more smoothly.

How to add to ROM builds

If you are a ROM developer, by now you should know how to track new packages while building your ROM. However, if you don't - please follow these steps:

Add "masquerade" under PRODUCT_PACKAGES in "vendor/config/common.mk"

PRODUCT_PACKAGES += \
...\
...\
...\
masquerade

Add the project path in "platform_manifest/default.xml"

<project path="packages/apps/masquerade" name="substratum/masquerade" remote="github" revision="n-rootless" />

An example is found here:

platform_manifest/default.xml: https://github.com/TipsyOs/platform_manifest/commit/fbff9ea598ec04f4f4a69687a8024770fefa83de

vendor_tipsy/config/common.mk: https://github.com/TipsyOs/vendor_tipsy/commit/2e72dc4eb3a206fad34e9c4f130e270180eab1c2