Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Parse the debuggable information #133

Merged
merged 1 commit into from
Sep 8, 2020

Conversation

slengfeld
Copy link

Apps can be build in debug or in release mode. ./gradlew assembleDebug
vs ./gradlew assembleRelease. If the app is debuggable the Android OS
allows to attach the debugger and other development features. In release
mode these are restricted.

The AndroidManifest flag is documented here:

https://developer.android.com/guide/topics/manifest/application-element#debug

Since this information is quite handy, add it to the parser.

Apps can be build in debug or in release mode. `./gradlew assembleDebug`
vs `./gradlew assembleRelease`. If the app is debuggable the Android OS
allows to attach the debugger and other development features. In release
mode these are restricted.

The AndroidManifest flag is documented here:

    https://developer.android.com/guide/topics/manifest/application-element#debug

Since this information is quite handy, add it to the parser.
@hsiafan hsiafan merged commit 31b8ca7 into hsiafan:master Sep 8, 2020
@AndroidDeveloperLB
Copy link

What kind of information is available about it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants