Android

GrapheneOS an Android OS based distribution

History of GrapheneOS GrapheneOS, founded by Daniel Micay in late 2014, began as a solo project focused on enhancing privacy and security in Android. Initially, it involved porting OpenBSD malloc and PaX kernel patches, leading to significant low-level improvements and contributions to AOSP. In late 2015, a company was incorporated to sponsor the project, initially…

Android

Android Log Injection

About Log Injection Logging in Android is a way to record messages and events that occur during the execution of an application, which can help developers debug and monitor their apps. Developers typically use the Logcat tool to view these logs, which can include information about app performance, errors, and system events. Log injection process…