-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# XDebuggable | ||
|
||
The Xposed module. Make your app `debuggable=true` on the fly. | ||
|
||
Tested on Nougat 7.1.2, may work with any version of Android + Xposed. (I'll change the version requirement later.) | ||
|
||
|
||
|
||
This module hook the app picker for debug in `Developer Settings` to make any app appears even without `debuggable=true` in their manifest and ROM marked as release (or `user`). Meanwhile, It hooked Zygote to start the app (selected above) process with certain debug flag so that only **selected** app will start with debug server. This avoid the may-have overhead(opposite to XInstaller). | ||
|
||
This module have NO user interface. Just install and activate in Xposed Installer then it worked. You can found a prebuilt version at [releases](/ttimasdf/XDebuggable/releases) page. | ||
|